> 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/protocol/rwa-launches.md).

# RWA Launches

RWA launches let a meme token trade against a supported tokenized real-world asset instead of OKB.

Participants always mint with **OKB**. The RWA selection affects the liquidity asset used after a successful launch.

## How an RWA launch works

1. The creator selects a supported RWA asset during token creation.
2. Users mint the meme token with OKB at the normal fixed price.
3. The launch completes all 800 or 8,000 shares and raises 80 or 800 OKB, depending on the selected configuration.
4. At finalization, Astro swaps the raised OKB for the selected RWA token.
5. The acquired RWA tokens are deposited with the reserved 200,000,000 meme tokens into the locked Uniswap V3 liquidity position.
6. The market pair becomes **MEME / selected RWA token**.

## Supported assets

The current test interface displays examples including:

* SPCXx — tokenized SpaceX exposure
* TSLAx — tokenized Tesla exposure
* NVDAx — tokenized NVIDIA exposure
* AAPLx — tokenized Apple exposure
* SPYx — tokenized S\&P 500 ETF exposure

The live Create page is the source of truth for which assets are currently enabled. Availability may change due to liquidity, issuer, technical or compliance requirements.

## OKB launch vs. RWA launch

|                            | OKB launch    | RWA launch               |
| -------------------------- | ------------- | ------------------------ |
| Mint payment               | OKB           | OKB                      |
| Fundraising target         | 80 or 800 OKB | 80 or 800 OKB            |
| Conversion at finalization | None          | OKB → selected RWA token |
| Quote-side liquidity       | OKB           | Selected RWA token       |
| Market pair                | MEME / OKB    | MEME / RWA token         |

## Important RWA considerations

RWA tokens are third-party onchain assets. Astro does not issue the underlying shares or securities and does not guarantee redemption, price tracking, collateral, custody or legal rights.

Before participating, review the selected asset's issuer documentation and consider:

* Issuer and custodian risk.
* Geographic and eligibility restrictions.
* Tracking differences from the referenced asset.
* Smart-contract and bridge risk.
* Liquidity and swap-execution risk.
* Corporate actions, market closures and price gaps.
* Whether the token grants any voting, dividend or redemption rights.

The name of an RWA token is not proof that it represents direct ownership of the referenced company or fund.


---

# 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/protocol/rwa-launches.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.
