> 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/reference/faq.md).

# FAQ

## Does Astro have multiple launch modes?

Astro uses one fixed-price Fair Mint mechanism with two configurations: 800 shares for an 80 OKB target, or 8,000 shares for an 800 OKB target. Every share costs 0.1 OKB.

## How many tokens are in one share?

The 80 OKB Mode contains 1,000,000 tokens per share. The 800 OKB Mode contains 100,000 tokens per share. Both configurations distribute 800,000,000 tokens through Fair Mint.

## What is the token supply?

Each launch has 1,000,000,000 tokens: 800,000,000 for public minting and 200,000,000 reserved for liquidity.

## How are the raised assets used?

After a successful launch, 100% of the raised assets are committed to the liquidity process. In an RWA launch, the raised OKB is first swapped into the selected RWA token, subject to swap execution and onchain costs.

## How does Astro earn revenue?

Every swap through an Astro Uniswap V3 pool pays a 1% fee. Fees accrued by the protocol's liquidity position are Astro's source of protocol revenue.

## Is the 1% fee the same as the token tax?

No. The 1% Uniswap liquidity fee is separate from any optional buy or sell tax configured for holder rewards.

## Do I need an RWA token to mint an RWA launch?

No. Participants always mint with OKB. Astro acquires the selected RWA token during successful finalization for the liquidity position.

## Do I receive the RWA token when I mint?

No. You receive the launched meme token. The selected RWA token is used as the market's quote-side liquidity asset.

## Can I refund my mint?

Before finalization, eligible shares can be returned: the corresponding meme tokens are burned and 0.1 OKB per share is refunded, excluding gas. After finalization, refunds are closed.

## Is my post-launch exit guaranteed at the mint price?

No. After finalization, trades execute against market liquidity. Price, fees, slippage and liquidity conditions determine the result.

## Is an RWA token the same as owning a stock directly?

Not necessarily. Rights, collateral, redemption and eligibility depend on the third-party token issuer and applicable terms. Astro does not issue the underlying stock.


---

# 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/reference/faq.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.
