# Leaderboard

The leaderboard displays three metrics for all traders within the selected time period:

1. Absolute PnL = Closing Account Equity - Opening Account Equity - Inbound transfers during the period (e.g., deposits) + Outbound transfer during the period (e.g., withdrawals);
2. PnL Percentage = Absolute PnL / max(100,Opening Account Equity + Sum of Inbound transfer in the period);
3. Total Trading Volume during the period.

Leaderboard is updated hourly.

Achieving top positions on the leaderboard does not automatically entitle traders to benefits or rewards. However, Extended occasionally organizes trading competitions that offer rewards to the top performers. To ensure you don't miss out on these opportunities, we encourage you to join our [Discord](https://discord.gg/extendedapp) for the latest updates and information.


---

# 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.extended.exchange/extended-resources/more/leaderboard.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.
