# Share to Earn

Share a token trade link with anyone — and earn a commission when they trade through it. No referral needed. <mark style="color:green;">**Minimum 25% commission.**</mark>

***

## How It Works

{% stepper %}
{% step %}

#### Find a Trade Worth Sharing

You're watching a token on the [Trade Monitor](https://thorbot.gitbook.io/home/trading/trading/trade-monitor) and want to share it.
{% endstep %}

{% step %}

#### Tap Share

Hit the **Share** button. A unique link is generated with your code and the token's contract address embedded.
{% endstep %}

{% step %}

#### Share Everywhere

Post the link in Telegram groups, Twitter, Discord — anywhere traders hang out.
{% endstep %}

{% step %}

#### Earn on Every Trade

When **anyone** opens the link and trades that token, you earn a commission. They don't need to be your referral.
{% endstep %}
{% endstepper %}

***

## Commission Rates

Your Share to Earn rate matches your [referral tier](https://thorbot.gitbook.io/home/referral-system/referral/how-referrals-work) — but with a <mark style="color:green;">**25% minimum floor**</mark>, even at zero referrals:

| Your Tier                | Regular Referral | Share to Earn |
| ------------------------ | :--------------: | :-----------: |
| 👤 No Tier (0 referrals) |        0%        |    **25%**    |
| 🥉 Bronze                |        30%       |    **30%**    |
| 🥈 Silver                |        35%       |    **35%**    |
| 🥇 Gold                  |        40%       |    **40%**    |
| 💎 Diamond               |        50%       |    **50%**    |
| ⚡ GOD                    |        55%       |    **55%**    |

{% hint style="success" %}
**Anyone can earn from Share to Earn, even with zero referrals.** The 25% floor applies regardless of your referral tier.
{% endhint %}

***

## Example

You share a link for token XYZ. Someone clicks it and buys $2,000 worth.

{% tabs %}
{% tab title="No Tier (25%)" %}

* Platform fee: $2,000 × 1% = **$20**
* Your commission: $20 × 25% = <mark style="color:green;">**$5.00**</mark>
  {% endtab %}

{% tab title="💎 Diamond (50%)" %}

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

{% tab title="⚡ GOD (55%)" %}

* Platform fee: $2,000 × 1% = **$20**
* Your commission: $20 × 55% = <mark style="color:green;">**$11.00**</mark>
  {% endtab %}
  {% endtabs %}

***

## Share to Earn vs. Regular Referrals

|                         |   Regular Referral  |       Share to Earn       |
| ----------------------- | :-----------------: | :-----------------------: |
| **Who you earn from**   | Only your referrals |     Anyone who clicks     |
| **Linked permanently?** |    Yes — forever    |       Per-trade only      |
| **Min commission**      |    Based on tier    |       **25% floor**       |
| **What you share**      |  Your referral link | Token-specific trade link |
| **Best for**            |  Building a network |    Sharing alpha calls    |

Both work together. If your referral clicks a Share to Earn link, the regular referral commission applies (since they're already linked to you).

***

## Tips

{% hint style="info" %}

* **Share tokens you're bullish on.** Genuine alpha calls build trust for future links.
* **Use in group chats.** Share to Earn thrives in active trading communities.
* **The link is right on the Trade Monitor.** Tap Share whenever you spot something worth sharing.
  {% endhint %}

***

## Related

* [How Referrals Work](https://thorbot.gitbook.io/home/referral-system/referral/how-referrals-work) — Tier system and permanent referrals
* [Earnings Dashboard](https://thorbot.gitbook.io/home/referral-system/referral/earnings-dashboard) — Track Share to Earn commissions
* [Trade Monitor](https://thorbot.gitbook.io/home/trading/trading/trade-monitor) — Where you generate Share to Earn links


---

# 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/share-to-earn.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.
