> 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/mechanics/fee-structure.md).

# Fee structure

### Overview

bread.hot v.1 has three fee types:

1. **Buy fee** — 1% platform fee in Bonding Curve. 0% in Presale
2. **Sell fee** — 1% platform fee on sell
3. **Sell tax** — additional 15% on top of sell fee, routes into buyback and burn of the same token

### Coin Creation Fee — 0 SOL

Creating a token on bread.hot is **free**. You only pay standard Solana gas (\~0.000005 SOL).

This sets us apart from most launchpads where deployment costs 0.02–0.05 SOL.

### Buy fee — 1% (Bonding Curve) / 0% (Presale)

In **Bonding Curve Launch** a 1% platform fee applies on each buy.

In **Presale Launch** there is no buy fee — participants make a direct SOL contribution at a single price.

### Sell fee — 1%

A 1% platform fee applies on each sell during the bonding curve phase.

In Presale Launch sells are disabled before migration, so the sell fee doesn't apply.

### Sell tax — 15%

**The main feature of our fee structure.** On every sell, an additional 15% of the sell amount is taken on top of the 1% sell fee.

100% of this sell tax goes into **buyback and burn of the same token**. The bought-back token is burned — supply shrinks, the price gets structural support.

**Example: a 10 SOL sell:**

* 1% sell fee → 0.1 SOL
* 15% sell tax → 1.5 SOL → token buyback and burn
* User receives 8.4 SOL net

After graduation (on Meteora), sell tax no longer applies.

### Migration fees

**Bonding Curve → Meteora:**

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

**Presale → Meteora:**

* **80%** of collected SOL → Meteora DAMM liquidity
* **5%** → platform fee (migration fee)

***


---

# 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/mechanics/fee-structure.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.
