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

# After the Mint

What happens next depends on whether the launch reaches its target.

## While minting is open

You can:

* Monitor the number of completed shares.
* Mint additional shares while supply remains.
* Refund eligible shares before finalization.
* Review the selected liquidity asset and token settings.

## When the launch succeeds

The launch can finalize after completing its selected target:

* 800 shares and 80 OKB in the 80 OKB Mode.
* 8,000 shares and 800 OKB in the 800 OKB Mode.

For an **OKB launch**, the full raised OKB and the 200,000,000-token liquidity allocation are committed to the Uniswap V3 liquidity position.

For an **RWA launch**, the raised OKB is swapped for the selected RWA token. The acquired asset and the 200,000,000-token liquidity allocation are then committed to the Uniswap V3 position.

After listing, trades can include:

* A 1% fee on every Uniswap pool swap.
* Any disclosed token-level buy or sell tax.
* X Layer gas.
* Price impact and slippage.

## When the launch misses its target

If the selected 24-hour or 72-hour period ends below its share target, the launch does not create its market liquidity position. Eligible participants can use the refund process to burn their mint allocation and recover the corresponding OKB, excluding gas.

## Verify onchain

Before trading, confirm the token address, pool address, quote asset, fee settings and liquidity status through the Astro interface and an X Layer explorer. Do not rely only on a token name or symbol.


---

# 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/after-the-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.
