> For the complete documentation index, see [llms.txt](https://wiki.rally.io/rally-io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.rally.io/rally-io/101/at-launch-purchase.md).

# At-Launch Purchase

Creators are able to make the first purchase of their token when their token launches. This is applicable to every Creator that launches with Rally. This can help facilitate any big giveaways Creators are planning on doing to their community so the Creator does not need to dip into their genesis tokens.

Currently, the max purchase amount is $500,000 USD. Creators and the Rally Creator Onboarding team will work together during the pre-launch phase to coordinate if the Creator is interested in making an At-Launch Purchase. For an At-Launch Purchase, Rally will take 100% of the sidechain $RLY in the Creator’s Rally wallet and convert that into their token immediately after launch. Creators are required to have the appropriate amount of sidechain $RLY in their Rally wallet ahead of their launch.

{% hint style="warning" %}
NOTE: Creators should be aware that an At Launch Purchase may limit their ability to unlock more of their genesis token block. Currently, Creators on TBC V2 cannot vest more of their genesis block if they own more than 50% of their total circulating token supply. This means they will need to get more Coin Supporters to lower their ownership amount to under 50%.
{% endhint %}


---

# 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://wiki.rally.io/rally-io/101/at-launch-purchase.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.
