# Rewards

{% hint style="info" %}
The Rewards page gives you full visibility into your referral performance, earnings, and claim history.

To view your rewards on a specific blockchain, use the chain dropdown located in the top right corner of the Total Unclaimed Rewards section. Each blockchain has its own independent Rewards page, displaying data and amounts in its native currency.
{% endhint %}

{% embed url="<https://youtu.be/g4Pk9qiGp_c>" %}

### Rewards Overview, Payout, and Referral Code

This section contains your claimable balance, payout configuration, and referral code settings.

<div align="left"><figure><img src="/files/sV8Q4mo2kCfC2rnkgUBi" alt=""><figcaption></figcaption></figure></div>

| **Total Unclaimed Rewards** | The total amount of rewards available for you to claim. This value is displayed in the native currency of the selected blockchain.             |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| **Claim Rewards**           | Click this button to claim your available rewards. Once claimed, the amount is sent to your payout address.                                    |
| **Payout Address**          | The wallet address where your claimed rewards are sent. You can change it at any time by clicking <kbd>Edit Payout Address</kbd>.              |
| **Referral Code**           | Your personal referral code. You can customize it by clicking <kbd>Edit Referral Code</kbd> or share it directly by clicking <kbd>Share</kbd>. |

### Referral Metrics

This section breaks down your referral activity, volume, and earnings across all levels.

<div align="left"><figure><img src="/files/k2lUadqUYhLqL7j57RS9" alt=""><figcaption></figcaption></figure></div>

| **L1 / L2 / L3 Bars**              | A visual breakdown of how many users have used your referral code, split by level. Each level shows the number of users and the total volume they have generated through their trades. Level 1 earns you 25% in rewards, Level 2 earns 3%, and Level 3 earns 2%. |
| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Total Users / Total Volume Bar** | The cumulative total of all referred users across all levels and the cumulative total volume they have traded.                                                                                                                                                   |
| **Total Claimed**                  | The total amount of rewards you have already claimed.                                                                                                                                                                                                            |
| **Lifetime Earnings**              | The combined total of rewards you have claimed and rewards still unclaimed. This represents your all time earnings from referrals.                                                                                                                               |
| **Users Referred**                 | The total number of users who have signed up using your referral code.                                                                                                                                                                                           |
| **Referrals Volume**               | The total trading volume generated by all of your referred users.                                                                                                                                                                                                |
| **Cashback Percentage**            | Your current cashback rate.                                                                                                                                                                                                                                      |
| **Cashback Earnings**              | The total cashback you have earned so far.                                                                                                                                                                                                                       |
| **Direct Trades Referred**         | The number of trades executed by users who accessed a specific coin through your shared referral link.                                                                                                                                                           |

### Claim History

The table at the bottom of the page records every reward claim you have made.

<div align="left"><figure><img src="/files/iZjM4HqTKOogCdvNB8ZY" alt=""><figcaption></figcaption></figure></div>

| **Date**        | The date and time of the claim.                                                                  |
| --------------- | ------------------------------------------------------------------------------------------------ |
| **Amount**      | The amount claimed, displayed in the native currency of the selected blockchain (SOL, ETH, BNB). |
| **Status**      | The current status of the transaction.                                                           |
| **Transaction** | A direct link to view the transaction on the corresponding block explorer.                       |


---

# 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.bloombot.app/manager/pages/earn/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.
