# Traders

For traders, the system offers the following key feature:

**Leaderboard Core Logic:**

* A portion of ROX inflation is distributed to all Leaderboard Pools based on voting results.
* Traders can earn rewards, including ROX inflation and bonuses, by participating in Swap, Long, Short, and liquidation transactions.
* Daily rewards are calculated based on trading volume (measured in token1) from these transactions.
* Rewards are released continuously using a mechanism similar to LP mining contracts, with users able to claim them at any time.
* Additionally, there's a one-click claiming feature:
  * One-click claim for all rewards within a specific trading pair.
  * One-click claim for rewards across all trading pairs.


---

# 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.roguex.io/tokenomics/ve-4-4/traders.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.
