> For the complete documentation index, see [llms.txt](https://docs.fuul.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fuul.xyz/core-concepts/incentive-payouts/leaderboard-rewards.md).

# Leaderboard Rewards

Leaderboard incentives rank users by their activity over a defined date range and assign rewards based on their final position. Instead of paying per action or splitting a pool proportionally, each position (or range of positions) receives a predetermined reward.

Example:

* In a trading competition running for one month, the top trader earns 1,000 POINTS, 2nd place earns 500, and positions 3–10 each earn 100.
* In a referral campaign, the top 5 referrers by referred volume each receive a fixed token reward.

✅ Best for: Competitions, trading campaigns, and time-bound programs where you want to reward top performers by rank.

{% hint style="warning" %}
Tiers and multipliers cannot be applied to leaderboard incentives.
{% endhint %}

### How it works

1. **Define a date range** — Set the start and end dates for the competition period
2. **Choose a ranking metric** — Users are ranked by **Volume**, **Revenue**, or **number of conversions** over the period
3. **Configure rewards per position** — Assign a fixed reward to specific ranks or ranges of positions (e.g., 1st place, 2nd place, 3rd–10th place)
4. **Users compete during the period** — Activity is tracked and rankings are updated on the leaderboard
5. **At the end of the period, rewards are distributed** — Each participant receives the payout corresponding to their final ranking position

### Example Configuration

| Position | Reward          |
| -------- | --------------- |
| 1st      | 1,000 POINTS    |
| 2nd      | 500 POINTS      |
| 3rd      | 250 POINTS      |
| 4th–10th | 100 POINTS each |

### When to use Leaderboard vs Pool Distribution

|                      | Pool Distribution                              | Leaderboard                           |
| -------------------- | ---------------------------------------------- | ------------------------------------- |
| **Rewards based on** | Proportional share of activity                 | Final ranking position                |
| **Budget**           | Fixed total pool, split among all participants | Fixed rewards per position            |
| **Everyone earns?**  | Yes — any participant gets a share             | Only ranked positions earn            |
| **Best for**         | Broad participation, liquidity programs        | Competitions, top-performer campaigns |


---

# 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.fuul.xyz/core-concepts/incentive-payouts/leaderboard-rewards.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.
