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

# Volume & PnL Leaderboard

The Fluvion Leaderboard recognizes and rewards top traders across the ecosystem based on trading performance, volume generation, and strategic consistency.

***

## Leaderboard Categories

Traders can track their performance across two primary ranking categories:

### 1. 30-Day Trading Volume Leaderboard

* Tracks cumulative notional trading volume (Quantity × Execution Price) generated over the rolling 30-day window.
* Determines seasonal reward eligibility and qualification for custom partner fee tiers.
* Serves as the primary qualification metric for seasonal volume competitions and community airdrops.

### 2. Absolute Realized PnL & ROI % Rankings

* **Absolute PnL ($ USDC)**: Measures net dollar profits realized from closed positions (after factoring in trading fees and funding payments).
* **ROI % (Return on Investment)**: Measures percentage profitability relative to collateral deployed, leveling the playing field for high-skill tactical traders regardless of account size.

***

## Seasonal Trading Competitions

Fluvion regularly hosts community trading seasons with dedicated prize pools:

| Metric                   | Details                                                                                                                           |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------- |
| **Eligibility**          | Any connected wallet with active trading volume during the competition period.                                                    |
| **Prizes**               | USDC cash pools, exclusive community badges, and future fee rebate multipliers.                                                   |
| **Fair-Play Safeguards** | Wash trading detection, self-matching restrictions, and minimum holding duration criteria prevent artificial volume manipulation. |

***

## Viewing the Leaderboard

1. Click **Leaderboard** in the main navigation menu of the Web DEX.
2. Filter rankings by timeframe: **Daily**, **Weekly**, **Monthly (30D)**, or **All-Time**.
3. Toggle between **Volume** and **PnL / ROI %** leaderboards.
4. Search for any wallet address to inspect its historical rank, win-rate %, and public trade statistics.


---

# 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.fluvion.io/platform-and-economics/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.
