# Earnings Dashboard

Track all your referral and Share to Earn earnings in one place.

***

## Accessing the Dashboard

1. Tap **👥 Referral** from the home screen
2. Your earnings dashboard shows:
   * Total earnings (lifetime)
   * Current referral tier
   * Number of active referrals
   * Recent commission activity

***

## What the Dashboard Shows

### Earnings Summary

| Metric                     | Description                                                       |
| -------------------------- | ----------------------------------------------------------------- |
| **Total Earned**           | Lifetime earnings from all referral and Share to Earn commissions |
| **Referral Earnings**      | Commissions from your permanent referrals' trades                 |
| **Share to Earn Earnings** | Commissions from Share to Earn link trades                        |
| **Trading Volume**         | Total volume traded by your referrals                             |

### Tier Status

* Your current tier (🥉 Bronze, 🥈 Silver, 🥇 Gold, 💎 Diamond, ⚡ GOD)
* Number of active referrals
* How many more referrals until the next tier

### Recent Activity

See your latest commission events — who traded, what they traded, and how much you earned.

***

## Earnings Breakdown

Your earnings come from two sources:

1. **Referral commissions** — Ongoing earnings from your permanent referrals
2. **Share to Earn commissions** — One-time earnings from trades made through your shared links

Both are displayed separately so you can track which channel is most effective.

***

## Payouts

Referral and Share to Earn commissions are paid out on-chain. Earnings are sent to your **referral wallet** (configurable in [Settings > Default Wallet](https://thorbot.gitbook.io/home/settings/settings/default-wallet)).

***

{% hint style="info" %}
**Tip:** Check your dashboard regularly to see which referrals are most active and which Share to Earn links are performing best.
{% endhint %}

***

## Related Pages

* [How Referrals Work](https://thorbot.gitbook.io/home/referral-system/referral/how-referrals-work) — Commission tiers
* [Share to Earn](https://thorbot.gitbook.io/home/referral-system/referral/share-to-earn) — Earn from shared trade links
* [Settings > Default Wallet](https://thorbot.gitbook.io/home/settings/settings/default-wallet) — Set your referral wallet


---

# 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://thorbot.gitbook.io/home/referral-system/referral/earnings-dashboard.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.
