# How Referrals Work

Refer friends to ThorBot and earn a commission on every trade they make. Here's how.

***

## The Basics

{% stepper %}
{% step %}

#### Share Your Link

Tap **👥 Referral** from the home screen. Copy your unique referral link.
{% endstep %}

{% step %}

#### They Open ThorBot

When someone opens the bot through your link, they're **permanently linked** to you as a referral.
{% endstep %}

{% step %}

#### They Trade, You Earn

Every time they trade, the platform charges a 1% fee. You receive a **percentage of that fee** based on your tier.
{% endstep %}
{% endstepper %}

***

## Referral Tiers

Your tier is determined by how many **active referrals** you have:

| Tier        |    | Active Referrals | Your Commission         |
| ----------- | -- | ---------------- | ----------------------- |
| No Tier     | 👤 | 0                | 0%                      |
| **Bronze**  | 🥉 | 1–5              | **30%** of platform fee |
| **Silver**  | 🥈 | 6–10             | **35%** of platform fee |
| **Gold**    | 🥇 | 11–20            | **40%** of platform fee |
| **Diamond** | 💎 | 21–100           | **50%** of platform fee |
| **GOD**     | ⚡  | 101+             | **55%** of platform fee |

{% hint style="success" %}
Your tier upgrades **automatically** as you add referrals. No action needed — hit the threshold and your rate increases instantly.
{% endhint %}

***

## Worked Examples

{% tabs %}
{% tab title="🥉 Bronze" %}
**3 active referrals** — 30% commission

One referral buys $1,000 worth of tokens:

* Platform fee: $1,000 × 1% = **$10**
* Your commission: $10 × 30% = <mark style="color:green;">**$3.00**</mark>
  {% endtab %}

{% tab title="💎 Diamond" %}
**50 active referrals** — 50% commission

One referral makes a $5,000 trade:

* Platform fee: $5,000 × 1% = **$50**
* Your commission: $50 × 50% = <mark style="color:green;">**$25.00**</mark>
  {% endtab %}

{% tab title="⚡ GOD" %}
**200 active referrals** — 55% commission

Your referrals collectively trade $100,000 in a day:

* Platform fees: $100,000 × 1% = **$1,000**
* Your commission: $1,000 × 55% = <mark style="color:green;">**$550.00**</mark>
  {% endtab %}
  {% endtabs %}

***

## Getting Your Referral Link

1. Tap **👥 Referral** from the home screen
2. Your referral code and link are displayed
3. Share the link: `t.me/ThorTradeXBot?start=YOURCODE`

Anyone who opens the bot through this link becomes your referral permanently.

***

{% hint style="info" %}
**Referrals are forever.** Once someone signs up through your link, you earn from their trades for as long as they use ThorBot. There's no expiration.
{% endhint %}

***

## Related

* [Share to Earn](https://thorbot.gitbook.io/home/referral-system/referral/share-to-earn) — Earn from specific trade links (even from non-referrals)
* [Earnings Dashboard](https://thorbot.gitbook.io/home/referral-system/referral/earnings-dashboard) — Track your commissions
* [Cashback Center](https://thorbot.gitbook.io/home/referral-system/referral/cashback-center) — Earn on your own trades


---

# 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/how-referrals-work.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.
