# Rankings

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

A global performance leaderboard that ranks trading strategies by how well they’ve performed across exchange markets. <br>

## Includes

* Count: number of trades executed
* Volume: total volume traded by that strategy&#x20;
* VWPnL: volume-weighted PnL, the core performance metric
* Strategy: the strategy type or name&#x20;
* Symbol: specific trading pair&#x20;
* Exchange: which exchange the strategy ran on&#x20;
* Rank: overall position on the leaderboard&#x20;

<figure><img src="/files/2vnTMHtfZ6C4KPRHa7dz" alt=""><figcaption></figcaption></figure>

## Filters

* Period
* Exchange
* Strategy&#x20;
* Spread&#x20;
* Pairs&#x20;
* Volume&#x20;
* Count

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


---

# Agent Instructions: 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://docs.tread.fi/tread-tools/rankings.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.
