# Rewards

{% hint style="warning" %}
Omni's rewards are a work in progress. Not all rewards outlined on this page have been implemented, and there are additional planned rewards not discussed on this page.&#x20;
{% endhint %}

A core component of Omni's design is sharing revenue generated by the Omni Liquidity Provider (OLP) back with traders through various rewards.

## Reward Tiers

Similar to other trading platforms, Omni gives users "tiers" based on their account's past 30 days of activity. Reward Tiers on Omni offer benefits like points boosts.

{% hint style="info" %}
Total Volume = Personal Volume + (0.2 × Referred Volume)
{% endhint %}

<table><thead><tr><th width="125">Tier</th><th width="152.5">30d Total Volume Requirement</th><th>Fee Rate</th><th>Points Boost</th><th>Total Volume Multiplier</th></tr></thead><tbody><tr><td><strong>Iron</strong></td><td>$0</td><td>0%</td><td>+0%</td><td>1x</td></tr><tr><td><strong>Bronze</strong></td><td>$1M</td><td>0%</td><td>+0.5%</td><td>1x</td></tr><tr><td><strong>Silver</strong></td><td>$5M</td><td>0%</td><td>+1%</td><td>1x</td></tr><tr><td><strong>Gold</strong></td><td>$25M</td><td>0%</td><td>+2%</td><td>1.1x</td></tr><tr><td><strong>Platinum</strong></td><td>$100M</td><td>0%</td><td>+3%</td><td>1.2x</td></tr><tr><td><strong>Diamond</strong></td><td>$750M</td><td>0%</td><td>+4%</td><td>1.2x</td></tr><tr><td><strong>Infinity</strong></td><td>$2.5B</td><td>0%</td><td>+5%</td><td>1.3x</td></tr></tbody></table>

The "Total Volume" multiplier (not yet implemented) will act as a universal multiplier to all personal and referred volume. For example, once an account is in Gold tier, it will receive a 1.1x multiplier to all personal and referred volume done going forward. If the account drops back down to Silver tier, all new personal and referred volume will no longer receive the 1.1x multiplier.

Reward tiers also come with other benefits like name colors on the Variational leaderboard, PnL card themes, and roles in the Variational Discord.&#x20;

Expand the dropdowns below to see the full list of benefits for each tier.&#x20;

<details>

<summary>Iron</summary>

* $0 in 30d total volume required.

</details>

<details>

<summary>Bronze</summary>

* ≥$1,000,000 in 30d total volume required.
* +0.5% points earned from personal activity.
* \[COMING SOON] Bronze name color on leaderboard.
* \[COMING SOON] Bronze PnL card theme.
* \[COMING SOON] Bronze role in Variational Discord.

</details>

<details>

<summary>Silver</summary>

* ≥$5,000,000 in 30d total volume required.
* +1% points earned from personal activity.
* \[COMING SOON] Silver name color on leaderboard.
* \[COMING SOON] Silver PnL card theme.
* \[COMING SOON] Silver role in Variational Discord.

</details>

<details>

<summary>Gold</summary>

* ≥$25,000,000 in 30d total volume required.
* +2% points earned from personal activity.
* \[COMING SOON] 1.1x multiplier to Total Volume generated.
* \[COMING SOON] Gold name color on leaderboard.
* \[COMING SOON] Gold PnL card theme.
* \[COMING SOON] Gold role in Variational Discord.

</details>

<details>

<summary>Platinum</summary>

* ≥$100,000,000 in 30d total volume required.
* +3% points earned from personal activity.
* \[COMING SOON] 1.2x multiplier to Total Volume generated.
* \[COMING SOON] Platinum name color on leaderboard.
* \[COMING SOON] Platinum PnL card theme.
* \[COMING SOON] Platinum role in Variational Discord.

</details>

<details>

<summary>Diamond</summary>

* ≥$750,000,000 in 30d total volume required.
* +4% points earned from personal activity.
* \[COMING SOON] 1.2x multiplier to Total Volume generated.
* \[COMING SOON] Diamond name color on leaderboard.
* \[COMING SOON] Diamond PnL card theme.
* \[COMING SOON] Diamond role in Variational Discord.

</details>

<details>

<summary>Infinity</summary>

* ≥$2,500,000,000 in 30d total volume required.
* +5% points earned from personal activity.
* \[COMING SOON] 1.3x multiplier to Total Volume generated.
* \[COMING SOON] Infinity name color on leaderboard.
* \[COMING SOON] Infinity PnL card theme.
* \[COMING SOON] Infinity role in Variational Discord.

</details>


---

# 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.variational.io/omni/rewards.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.
