> 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/getting-started/faq.md).

# FAQ

### Fees and economics

**Q: How much does it cost to create a token?**\
A: **0 SOL.** Token deployment on bread.hot is free. You only pay standard Solana gas (\~0.000005 SOL).

**Q: What is the 15% sell tax?**\
A: An additional fee on every sell during the curve phase. 100% goes into buyback and burn of the same token, automatically. After Meteora migration, sell tax no longer applies.

### Security

**Q: How am I protected from snipers?**\
A: Max Buy 2% + the direct-access-only rule. No wallet can buy more than 2% of supply, and buys go only through the bread.hot UI.

**Q: Can the creator rugpull?**\
A: Meteora pool LP tokens are permanently locked after migration — nobody can pull liquidity from the pool. The creator can stop supporting the token and sell their full supply, however.

### Launch

**Q: How long does deployment take?**\
A: 1–2 seconds after signing the transaction.

**Q: Can one wallet deploy many tokens?** A: Yes.

**Q: What happens if a presale doesn't reach 45 SOL within the campaign window?** A: Refund — all participants get their SOL back.

### Trading

**Q: Can I sell right after buying?**\
A: Yes, but you pay the 15% sell tax during the curve phase. After migration — regular trading.

### Roadmap

**Q: Will there be prediction markets?**\
A: Prediction markets integration is on the roadmap. Details and timing are not disclosed.

**Q: When will v.2 ship?** A: v.2 will ship together with community feedback after the hackathon. We don't publish exact dates — each version is built in response to real data from the previous one.

***


---

# 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/getting-started/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.
