> For the complete documentation index, see [llms.txt](https://help.trade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trade.fun/getting-started/referral-program.md).

# Referral Program

<figure><img src="/files/bi8C8CSj6MPTlhyAcuKY" alt=""><figcaption></figcaption></figure>

## Earn more by helping us grow the **trade**<mark style="color:$primary;">**dot**</mark>**fun** community! 📈

Welcome to **trade**<mark style="color:$primary;">**dot**</mark>**fun**'s referral program, a simple way to earn passive income while growing our community. Every time someone you invite trades, you collect a share of the fees. More volume means more earnings!&#x20;

### Your Personal Referral Link 🔗

As soon as you create a **trade**<mark style="color:$primary;">**dot**</mark>**fun** account, you will receive a customizable referral URL. Share it on any platform – X, discord, telegram, or in-person. When a new user signs up through your link, they're permanently tagged to you.&#x20;

* Perks for them: Anyone who joins via a referral link gets an **instant 10% discount** on trading fees.&#x20;

### Revenue Share Breakdown

**trade**<mark style="color:$primary;">**dot**</mark>**fun** mirrors the proven 3-tier structure used by other platforms:

| Level   | Who qualify?                           | Your Commission            |
| ------- | -------------------------------------- | -------------------------- |
| Level 1 | Direct sign-ups via your referral link | 30% of fees on every trade |
| Level 2 | Users referred by your level 1 traders | 3% of fees of every trade  |
| Level 3 | Users referred by your level 2 traders | 2% of fees on every trade  |

Example Flows:

1. You invite Alice (Level 1). Alice trades $10,000
   1. Standard fee = $10,000 x 1% = $100
   2. Your cut (30%) = $30
2. Alice invites Bob (Level 2). Bob trades $10,000
   1. Your level 2 cut (3%) = $3
   2. Alice earns level 1 cut (30%) = $30
3. Bob invites Charlie (Level 3). Charlie trades $10,000
   1. Your level 3 cut (2%) = $2
   2. Alice gets level 2 cut (3%) = $3
   3. Bob earns level 1 cut (30%) = $30

### Key Details

* **Unlimited earnings:** There is no cap on how many users you can refer or how much you can earn.
* **Real-time Dashboard:** Track sign-ups and earnings inside the rewards tab.
* **Frequent Payouts:** Rewards accumulate block by block and can be claimed at any time.

#### Getting Started

1. Copy your **Referral Link** from the dashboard.
2. Share it with friends, followers, or your community.
3. Watch your revenue share grow as they trade!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.trade.fun/getting-started/referral-program.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
