> For the complete documentation index, see [llms.txt](https://bread-5.gitbook.io/bread/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bread-5.gitbook.io/bread/launching-tokens/presale-launch.md).

# Presale Launch

### Which launches it fits

Presale Launch is the mode for projects that value symmetric, equal terms for holders over speed.

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

Symmetry creates a cleaner start. A cleaner start builds more trust in the launch.

**Use it when:**

* The community is already formed and wants a fair entry point
* The launch is tied to an event where attention needs to be gathered ahead of time
* You want to avoid the sniper wave in the first seconds

If speed is the priority — use Bonding Curve Launch.

### Launch parameters

| Parameter                | Value                          |
| ------------------------ | ------------------------------ |
| Coin Creation Fee        | 0 SOL                          |
| Presale target (hardcap) | 45 SOL                         |
| Max Buy                  | **2 SOL** per wallet           |
| Platform swap fee        | 0%                             |
| Duration                 | Up to 24 hours, 30-minute step |

### Presale Launch rules

* **Sells are disabled before migration**
* Entry price is the same for every participant
* If the target isn't reached — funds return to the same holder wallets
* If the target is reached — migration to Meteora DAMM

### Migration after presale

* **80%** → Meteora DAMM pool
* **15%** → buyback and burn of the same token (executed as 5 tranches × 20% every 5 minutes)
* **5%** → migration fee

Migration distribution is the same across both modes — 80% / 15% / 5%.

***


---

# 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://bread-5.gitbook.io/bread/launching-tokens/presale-launch.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.
