> 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-mint.md).

# How to Mint

## 1. Select a launch

Open [ASTRO.MEME](https://astro.meme/) and select a live token from the Mint section.

Review:

* Token name, symbol and description.
* Contract address.
* Mint progress and time remaining.
* The selected liquidity asset: OKB or an RWA token.
* Buy and sell tax settings.
* Official project links.

## 2. Connect your wallet

Connect an EVM-compatible wallet to X Layer. Keep enough OKB for both the mint and gas.

## 3. Choose the number of shares

For both configurations:

* One share costs 0.1 OKB.
* You may mint more than one share while allocation remains.

The token amount per share depends on the launch configuration:

* **80 OKB Mode:** 1,000,000 tokens per share, with 800 shares available.
* **800 OKB Mode:** 100,000 tokens per share, with 8,000 shares available.

Review the wallet transaction carefully before confirming.

## 4. Receive the tokens

After the transaction confirms, the minted tokens are delivered to your wallet and the project's progress increases.

Minted tokens are not the same as a guaranteed claim on 0.1 OKB after finalization. The pre-finalization refund and post-finalization market are different exit mechanisms.

## 5. Decide before finalization

Before finalization, you can keep your allocation or use the refund function. A refund burns the corresponding tokens and returns 0.1 OKB per share, excluding gas.

Once the launch finalizes, refunds close and the token begins market trading.

## RWA launch reminder

For an RWA launch, you still pay OKB and receive the meme token. You are not directly minting the selected stock token. The selected RWA is acquired by the protocol at successful finalization for use in liquidity.


---

# 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-mint.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.
