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

# Rewards & Leaderboards

Leaderboards are the competitive core of Volume Terminal. They offer real-time transparency, displaying where you stand relative to other traders and how much of the reward pool you are currently tracking to receive.

***

### Understanding the Leaderboard

The leaderboard ranking is updated dynamically based on your cumulative **Eligible Volume** within the current epoch or campaign.

<figure><img src="https://3824401264-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIIRTeaOf7MHX8ERLdMP2%2Fuploads%2F9KXd4jNRWPVeiyxQwgVR%2Fimage.png?alt=media&amp;token=e6ff8881-9b1c-4a21-aeb8-aa0cc55bb147" alt=""><figcaption></figcaption></figure>

#### Real-Time Calculations

* **Volume Sync**: The leaderboard updates periodically (typically every 5 to 15 minutes) as our backend fetches trade data from linked exchanges.
* **Estimated Reward**: Displays your projected payout based on the active campaign logic (Ranked vs. Proportional) at the moment of calculation. Note that this estimate is dynamic and will shift as other traders generate volume or enter the pool.

***

### Reward Payouts & Claims

* **Non-Custodial Settlement**: When an epoch or campaign ends, all rewards are finalized. Payouts are pushed directly to your connected Web3 wallet address.
* **Network Fees**: Reward distributions are processed on-chain and sent to your wallet you connect to the Volume Terminal with. You will not need to claim the reward, therefore you do not pay any gas fees.
* **Verification**: All payouts contain a transaction hash (`payoutTxHash`), allowing you to audit your reward distributions on public block explorers.


---

# 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.thevolumeterminal.com/campaigns/rewards-and-leaderboards.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.
