> For the complete documentation index, see [llms.txt](https://docs.tachyo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tachyo.ai/platform/top-trades.md).

# Top Trades

Top Trades ranks the biggest realized results from tracked wallets over a window. It is the receipts page: not who holds a good bag, but who actually closed one.

<figure><img src="/files/ENsZN2DpIBUMfSPZfBrH" alt=""><figcaption></figcaption></figure>

| Column            | What it is                                                 |
| ----------------- | ---------------------------------------------------------- |
| **Wallet**        | Who made the trade, with their tier.                       |
| **Token**         | What they traded.                                          |
| **Return**        | The result, as a multiple or percentage.                   |
| **Milestone PnL** | The profit booked at the milestone the trade is ranked on. |
| **Closed**        | When the position was closed.                              |

The window is switchable, so you can look at the last day or a longer stretch.

## How to read it

* **Follow the wallet, not the token.** By the time a trade is in Top Trades, that particular move is over. The value is discovering who keeps appearing here.
* **Repeat appearances are the signal.** One 40x is luck-shaped. The same wallet in the table across three different tokens is a process.
* **Cross-check on the leaderboard.** Open the wallet and look at trade count and win rate before deciding it is worth tracking. See [Leaderboard](/platform/leaderboard.md).

{% hint style="warning" %}
Milestone PnL is booked at a milestone, not necessarily at the wallet's final exit. It answers "how big did this get" rather than "what did they walk away with", and those two numbers can differ.
{% endhint %}

Empty for your chosen window simply means no closed trade cleared the bar in that period: a quiet market, not a broken screen.


---

# 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.tachyo.ai/platform/top-trades.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.
