# Leaderboard

With the Leaderboard, users can conveniently track their trading performance and the success of their team members, while managers can analyze and manage team achievements in real time.

{% hint style="info" %}
This section displays data on your **net profit (PnL)** in USDT, along with the **percentage change** over different time periods.\
Available periods:

* Last 7 days
* Last 14 days
* Last 30 days
  {% endhint %}

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

* **Your Results** – summary of the user's performance for the selected period (day, week, month).
* **Spot Leaders** – ranking position and financial result in spot trading.
* **Futures Leaders** – ranking position and financial result in futures trading.
* **PnL Leaders** – ranking position and net profit.
* **Absolute Leaders** – top 3 team members by net profit for the selected period.
* **Top 5 Participants** – ranked by spot trading, futures trading, and net profit. If a user is not in the top 5, their position appears as the sixth item.

Leaderboards are updated every hour to always reflect up-to-date results for the specified timeframes.

### Additional Features

* **Time Filter** – users can select the period for which they want to display results: day, week, or month.
* **PnL Filter**:
  * PnL in USDT.&#x20;
  * PnL in percentage.&#x20;
* **"Share Results" button** – allows users to share their achievements with others.

{% hint style="info" %}

#### **How is PnL calculated?**

**PnL% = Net Profit ÷ Total Trade Volume × 100%**

**Example:**\
If your net profit is 3,330 USDT and your total trade volume is 1,750,000 USDT, the calculation would be:\
\&#xNAN;**(3,330 ÷ 1,750,000) × 100% = 0.19%**

**PnL (USDT)** represents the **net profit** and corresponds to the value shown in [**My Trades → Net Profit**](https://account.tiger.com/journal/trades) for the selected period.
{% endhint %}


---

# 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://broker-docs.tiger.com/english-2/referral-program/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.
