> For the complete documentation index, see [llms.txt](https://namimoto.gitbook.io/namimoto-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://namimoto.gitbook.io/namimoto-docs/namimoto.fun/key-features.md).

# Key Features

### Token Creation & Automated Trading

Namimoto simplifies the process of creating and launching tokens with a fully automated system.

#### Workflow

* **Connect Wallet** → Start by securely connecting your wallet.
* **Create Token** → Fill in essential token details:
  * Name
  * Symbol
  * Website
  * Telegram
  * Twitter
* **Automatic Listing** → Tokens are instantly listed on the **Namimoto Board** for trading.
* **Fund Allocation**:
  * **70%** of raised funds are dedicated to **token sales** via a **bonding curve pool**.
  * **30%** is automatically added to the **Liquidity Pool (LP)** on DEX (e.g., PancakeSwap).

The **Fair Launch Model** ensures transparent pricing and equal opportunities for all participants.

***

### Smart Contract Audit Tool

Namimoto provides a one-click auditing feature to ensure security and reliability for all deployed contracts.

#### How It Works

1. Enter the token address.
2. Select the network (BSC, Ethereum, Base).
3. Generate an instant security report with one click.

***

### Campaign Launch

Easily launch marketing and liquidity campaigns to grow your project and engage your community.

#### Campaign Types

* **Airdrops**
* **Liquidity Events**
* **Marketing Campaigns**

All campaigns can be deployed directly after connecting your wallet, with built-in automation for maximum efficiency.

***

### AI Agent Framework

Namimoto integrates **AI-powered agents** to support your community and enhance engagement.

#### Features

* Custom AI agents for tokens or communities.
* Integration with Telegram, Twitter, Discord, and websites.
* Full API support for developers to build advanced automations.

***

### Bonding Curve Mechanism

Namimoto adopts a **bonding curve pricing model** inspired by platforms like **four.meme**, ensuring transparent pricing and strong liquidity from day one.

#### Key Principles

* **Initial Price**: Defined at token creation.
* **70% Raised Funds**: Used for token sales through the Namimoto Board.
* **30% Raised Funds**: Automatically added to the DEX liquidity pool.
* **Dynamic Pricing**: Token prices increase as more participants enter the market, creating a natural growth curve.

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://namimoto.gitbook.io/namimoto-docs/namimoto.fun/key-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
