> 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-read-token-page.md).

# How to read a token page

### What you see

`[NEEDS INPUT: one annotated screenshot of the token UI]`

Every token page shows:

1. **Token header** — image, name, ticker, social links, creator wallet
2. **Price chart** — historical price action
3. **Bonding curve progress bar** — % collected toward graduation
4. **Market cap** — current capitalization
5. **Holders count** — number of unique wallets
6. **Top holders** — top 10 holders with their % share
7. **Trade history** — recent buys / sells

### Progress bar to graduation

The progress bar shows how much SOL is already on the curve:

* **0–40%** — early phase, low price, room for conviction trades
* **40–80%** — momentum phase, FOMO starts kicking in
* **80–100%** — pre-graduation, price climbs fast
* **100%** — graduation triggered, migration to Meteora

### Holder distribution

A healthy launch shows even supply distribution across holders:

* Top holder sits close to 2% (Max Buy cap), several holders at that level → **good** (no single wallet dominates)
* One holder sits at the cap, others < 0.01% supply → wait for broader distribution
* Supply concentrated in the first 5 wallets → possible sybil attack, be careful

### Trade history filtering

You can filter by:

* Type (buy / sell)
* Size (small / medium / large)
* Wallet (track a specific wallet)

***


---

# 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-read-token-page.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.
