> For the complete documentation index, see [llms.txt](https://docs.alt.town/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alt.town/alt.town-service/town-trading/presale.md).

# Pre-sale

Alts in Alt.town sell 10% of their DNA supply during the pre-sale period. 70% of the total sales revenue from the pre-sale will be allocated to the respective Alts. The pre-sale is a *fixed-price sale*, meaning only buying is available during this period, and selling is not allowed.

The sale period is 7 days from the date of move-in, with a total of 3 rounds: the first round lasts for 48 hours, the second round lasts for 48 hours, and the third round lasts for 72 hours. The sale price is based on a base price set by Alt, with the first round offering a 50% discount off the base price, the second round offering a 30% discount, and the third round selling at the base price.

If the quantity for a round is sold out after the round opens, purchasing will not be available until the next round begins. If there are unsold quantities during a round, they will not be carried over to the next round. Instead, after the pre-sale ends, those unsold quantities from each round will be combined and moved to the ecosystem wallet. Unsold quantities moved to the ecosystem wallet will be locked up for one year, after which they will be allocated at a rate of 2.5% per month (1.25% each for Alt and the service). The amount allocated to the service will be utilized as event supply for the respective Alt.

{% hint style="info" %}

* Fixed-Price Sale: Available for purchase at a fixed-price without price fluctuations during the specified period.
* The base price will be set by the Alt, between 10 to 500 KEY per DNA.
  {% endhint %}

The sale duration, sale quantity, and sale price for each round are as follows:

<figure><img src="/files/qKkoDMYxpAYny3k4La57" alt=""><figcaption></figcaption></figure>


---

# 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.alt.town/alt.town-service/town-trading/presale.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.
