> For the complete documentation index, see [llms.txt](https://docs.astro.meme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.astro.meme/guides/how-to-create.md).

# How to Create a Token

Astro uses a fixed-price Fair Mint system with two launch configurations. Creators choose the project information, launch size and liquidity asset, while the core supply split and per-share price remain standardized.

## 1. Open the Create page

Go to <https://astro.meme/create> and connect an X Layer wallet with enough OKB for gas.

## 2. Add the token information

Provide:

* **Logo:** JPEG, PNG or GIF, under 5 MB, 1:1 aspect ratio. A 512×512 image is recommended.
* **Token name**
* **Token symbol**
* **Description:** up to 150 characters in the current interface.

You can also add a website, X, Telegram and Discord link. Clear project information and official links help participants verify the launch.

## 3. Choose the launch configuration

Both configurations distribute 800,000,000 tokens through Fair Mint and reserve 200,000,000 tokens for liquidity:

|                  | 80 OKB Mode | 800 OKB Mode |
| ---------------- | ----------- | ------------ |
| Shares           | 800         | 8,000        |
| Tokens per share | 1,000,000   | 100,000      |
| Price per share  | 0.1 OKB     | 0.1 OKB      |
| Target           | 80 OKB      | 800 OKB      |
| Window           | 24 hours    | 72 hours     |

Choose the configuration that matches the intended community size and fundraising target. The selected configuration is fixed after deployment.

## 4. Select the liquidity asset

Choose one of two routes:

* **OKB — Direct:** raised OKB is committed directly to liquidity.
* **Supported RWA:** raised OKB is converted into the selected RWA token during successful finalization.

The selected asset cannot be treated as a branding choice; it determines the quote asset, finalization path and market risks of the token.

## 5. Configure optional token settings

If available, set:

* Buy tax.
* Sell tax.
* Anti-farmer protection duration.

The interface states that the optional token tax is distributed to eligible holders. It is separate from the 1% fee charged on every Uniswap pool swap.

## 6. Review and deploy

Confirm the token information, liquidity asset, tax settings and protection duration. Then accept the launch terms and submit the deployment transaction.

After confirmation:

* The launch appears in the Mint section.
* Users can mint at the fixed price.
* Core parameters should be treated as immutable.


---

# 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://docs.astro.meme/guides/how-to-create.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.
