> 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/risks-and-warnings.md).

# Risks and warnings

### This is not financial advice

The documentation describes how bread.hot v.1 works. It is not a recommendation to trade or to buy specific tokens. Every trading decision is your responsibility.

### Memecoin volatility

Tokens launched on bread.hot are high-volatility memecoins. Most memecoins lose most of their cap within weeks of launch. Possible outcomes:

* Total loss of investment
* Liquidity drain after graduation (LP is locked, but price can still fall)
* Coordinated dump by holders
* The creator abandons the token

### Risk-supply control ≠ guaranteed profit

Our architecture minimizes sniper extraction in the first seconds. It does not mean:

* The price will definitely go up
* Sell tax saves you from losses
* Holders are shielded from a market downturn

Max Buy is about **healthy distribution**, not guaranteed profit.

### Smart contract risk

All smart contracts carry bug risk:

* An audit covers the reviewed scope, not the entire contract behavior
* Edge cases may exist
* Composability bugs may surface through interactions with other protocols
* Dependencies (Meteora DAMM) add their own risk

### Regulatory risk

Crypto regulation differs by jurisdiction. Trading memecoins may be:

* Prohibited in your country
* Subject to reporting requirements
* Treated as securities / commodities / gambling

### Tax responsibilities

Trading cryptocurrency usually creates taxable events. You are responsible for:

* Recording trades
* Reporting income / capital gains
* Compliance with local tax law

We do not provide tax advice. Consult a tax professional.

### What we do NOT promise

* That a token's price will rise
* That a launch will be successful
* 100% platform uptime
* That a creator won't abandon their token
* Reimbursement for losses from smart contract bugs
* Compliance with regulation in your country

***


---

# 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/risks-and-warnings.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.
