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

# 📈 Trading FAQ

### What are the fees?

A flat **1%** on every buy and sell. That's it. The 1% splits: 0.5% platform treasury, 0.3% community leaderboard rewards, 0.2% to the token's creator.

### Can I always sell?

While a token is on the bonding curve — **yes**. The curve holds every BNB ever put in, and nothing but trading can move it. After graduation, you sell on PancakeSwap liquidity (also locked).

### Why did I get fewer tokens than expected on a big buy?

That's the curve: large orders relative to the reserves move the price as they fill, so the average price is worse than the spot price. The quote shown before you confirm already includes this.

### What happens to my tokens at graduation?

Nothing — you keep them. Trading simply moves from the bonding curve to PancakeSwap. The token page stays live with the chart, chat and analytics.

### My buy near graduation was partially refunded. Why?

The curve only accepts the exact BNB needed to reach the graduation cap. Anything beyond it is automatically refunded in the same transaction.

### Where does the price come from? Can the team move it?

Price is purely a function of the constant-product formula and people trading. There is no market maker, no admin lever to set prices.


---

# 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.fyuz.fun/help-center/trading-faq.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.
