> For the complete documentation index, see [llms.txt](https://help.trade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trade.fun/memecoins/token-page/first-100-buyers.md).

# First 100 Buyers

<figure><img src="/files/zH0JxAeofxZtUcPRFfMK" alt=""><figcaption><p>First 100 Buyers Feature</p></figcaption></figure>

<figure><img src="/files/x4dd6FHRJfQvl07WeGzY" alt="" width="292"><figcaption><p>First 100 Buyers Tab</p></figcaption></figure>

Each dot represents one of the first 100 buyers, color-coded by their current status:

* **Hold All** — Still holding their entire position.
* **Bought More (BM)** — Came back and added to their position.
* **Sell Part** — Sold some but still holding a portion.
* **Sell All** — Completely exited their position.

The summary at the bottom shows:

* **Total Bought** — Percentage of supply the first 100 buyers purchased.

{% hint style="info" %}
Total Bought can exceed 100% because it reflects cumulative buy volume across all first 100 wallets, including tokens that were resold and re-purchased between them.
{% endhint %}

* **Current Total Holdings** — How much of that they still hold.
* **S = Sniper** — Wallets that bought within the first seconds of launch.
* **BM = Bought More** — Wallets that returned to buy additional tokens after their initial purchase.

> The gap between Total Bought and Current Total Holdings shows how much of that early interest is still in play.


---

# 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:

```
GET https://help.trade.fun/memecoins/token-page/first-100-buyers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
