> 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/for-traders/how-to-sell-token.md).

# How to sell a token

### When you can sell

* **Bonding curve phase** — you can sell anytime. 1% sell fee + 15% sell tax apply
* **Presale phase** — sells are **disabled** before migration
* **Post-graduation (Meteora)** — regular trading. Sell tax no longer applies

### Steps

**1. Open the trade modal**

On the token page → "Sell".

**2. Parameters**

* **Amount of tokens to sell** — how many tokens to sell (or % of balance)
* **Estimated SOL received** — the system shows net amount after all fees

**3. Review fees**

The trade modal explicitly shows:

* Sell amount (in tokens)
* 1% sell fee
* 15% sell tax → buyback and burn of the same token
* Slippage estimate
* Net SOL you receive

**4. Confirm**

Sign in your wallet → tx executes.

### What the 15% sell tax is

For a 10 SOL sell during the curve phase:

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

The sell tax is **not a punishment** for selling. It's a mechanic that routes part of the liquidity back into the token. If you sell big — you help the remaining holders, and you benefit yourself if you buy back later.

After migration to Meteora, sell tax no longer applies.

### Selling after graduation

After the token migrates to Meteora, sells work like any SPL token:

* Through the bread.hot UI (we route to Meteora)
* Through Jupiter (recommended for best price)
* Directly on the Meteora app

***


---

# 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/for-traders/how-to-sell-token.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.
