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

# Leaderboard

`/top` ranks your active tracked wallets by current PnL - the sum of unrealized PnL across all open positions for each wallet. It shows the top 10, with medal markers on the first, second, and third spots.

The numbers come from the latest snapshot for each wallet. Because the polling loop runs roughly every 30 seconds, what you see reflects positions as of the most recent poll, not a delayed daily summary.

This is your personal view. You only ever see your own wallets. There is no global leaderboard, and no other user can see your list.

If you track fewer than 10 wallets, the command lists all of them. Paused wallets (ones put on hold because your plan limit dropped) are excluded.

It is a quick way to check which of the traders you follow is performing best right now, without opening each wallet individually.


---

# 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.taligate.com/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.
