> 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/how-to-choose-launch-mode.md).

# How to choose a launch mode

### Side-by-side comparison

| Parameter               | Bonding Curve Launch                                     | Presale Launch                                      |
| ----------------------- | -------------------------------------------------------- | --------------------------------------------------- |
| Target                  | 45 SOL                                                   | 45 SOL                                              |
| Max Buy                 | Configurable, step 0.1%, max 2% per wallet               | 2 SOL per wallet                                    |
| Coin Creation Fee       | 0 SOL                                                    | 0 SOL                                               |
| Swap Fee — Buy          | 1% platform fee                                          | 0%                                                  |
| Swap Fee — Sell         | 1% platform fee + 15% sell tax → buyback and burn        | Sells disabled before migration                     |
| Token Lock              | No lock during curve (permanent LP lock after migration) | Full lock until pool creation                       |
| Entry Price             | Dynamic (bonding curve)                                  | Same for everyone                                   |
| Duration                | Until the migration target is reached                    | Up to 24 hours, 30-minute step                      |
| If the target isn't met | —                                                        | Refund to all holders                               |
| Direct-access-only      | Yes                                                      | n/a                                                 |
| Migration: Liquidity    | 80% → Meteora DAMM                                       | 80% → Meteora DAMM                                  |
| Migration: Platform Fee | 5% (migration fee)                                       | 5% (migration fee)                                  |
| Migration: Buyback      | 15% buyback and burn — 5 tranches × 20% every 5 min      | 15% buyback and burn — 5 tranches × 20% every 5 min |
| Best fit                | Live dynamics with controlled distribution               | Symmetric entry, equal terms for all                |

### Choice logic

Run through these questions:

1. **Do you already have a community?** Yes → Presale. No → Bonding Curve
2. **Is instant trading important?** Yes → Bonding Curve
3. **Worried about a sniper wave in the first seconds?** Yes → Presale
4. **Want a fair price for all early supporters?** Yes → Presale
5. **Launching tied to a peak-attention event?** Yes → Bonding Curve

***


---

# 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/how-to-choose-launch-mode.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.
