> 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/leaderboard.md).

# Leaderboard

The Leaderboard is the base of the platform: every wallet Tachyo scores, ranked, filterable, with the record that earned the rank.

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

## Ranking view

Columns, left to right:

| Column          | What it is                                                                                                                                                                |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **#**           | Position in the current ranking.                                                                                                                                          |
| **Trader**      | The wallet, by alias or handle where one is known.                                                                                                                        |
| **Tier**        | S / A / B / C. See [Wallet tiers](/concepts/wallet-tiers.md).                                                                                                             |
| **PnL**         | Total profit and loss, realized plus unrealized. A wallet sitting on a large winning bag shows most of it here as unrealized, which is why it is not labelled "realized". |
| **Win Rate**    | Share of trades that ended in profit.                                                                                                                                     |
| **Trades**      | How many trades the record is built on. Read this next to the win rate, always.                                                                                           |
| **Last active** | When this wallet last did something.                                                                                                                                      |

**Time period** switches the whole ranking: **24h / 7d / 30d / all**. A wallet that tops 24h and is absent from 30d is having a good day, not a good year.

## Filters

* **Tier chips**: S, A, B, C or all. Combining S and A gives you the population most of the platform is tuned around.
* **Minimum win rate**: cuts wallets below a threshold.
* **Minimum trades**: the honest filter. A 100% win rate over three trades is noise; raising minimum trades removes most of the illusions in one click.

{% hint style="info" %}
Win rate on its own selects **against** the wallets that catch large moves: a trader who takes many small losses to hold one 40x looks bad on win rate and excellent on PnL. Sort by PnL, filter by trades, and treat win rate as a texture reading rather than a ranking.
{% endhint %}

## Elite 2.0 (beta)

The second view ranks traders by what happened **after** their calls rather than by their balance:

| Column        | What it is                                                                                                   |
| ------------- | ------------------------------------------------------------------------------------------------------------ |
| **Best 7d**   | The maximum gain within 7 days of the call.                                                                  |
| **Median 7d** | The median of that maximum across all their measured calls: the typical outcome, not the highlight.          |
| **2x rate**   | Share of calls after which the token did 2x within 7 days, with the number of measured calls in parentheses. |
| **Last call** | When they last made one.                                                                                     |

Read the median before the best. One spectacular call sets "Best 7d" and tells you nothing about the next one; the median with a real call count is the durable number.

A call less than 7 days old is marked as such: its return is not yet fully realized and it is excluded from the settled statistics rather than counted early.

## What to do with it

* Filter to S + A, sort by PnL, set minimum trades to something honest, and open the three or four wallets that survive.
* Click any trader for the wallet profile: what they hold, what they closed, how their tier has moved.
* Send two of them to [Compare](/platform/compare.md) to see the difference side by side.
* When you find one worth following, watch the tokens they touch through the [Live Feed](/platform/feed.md) rather than trying to remember the address.


---

# 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/leaderboard.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.
