> For the complete documentation index, see [llms.txt](https://docs.speedyturtle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.speedyturtle.io/referral-program/speedy-circle-referral-program.md).

# Speedy Circle Referral Program

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

## Speedy Circle Referral Program

Earn weekly referral payouts from subscription and trading activity across your network.

### Referral program at a glance

{% columns %}
{% column %}

#### Commission ladder

{% code title="Referral network" %}

```
                 YOU
                  │
        ┌─────────┼─────────┐
        │         │         │
        ▼         ▼         ▼
    LEVEL 1   LEVEL 2   LEVEL 3
     25.0%      3.5%      2.5%
        │
        ▼
    LEVEL 4   ───────────  2.0%
        │
        ▼
    LEVEL 5   ───────────  1.0%
```

{% endcode %}
{% endcolumn %}

{% column %}

#### Revenue engine

{% code title="How earnings flow" %}

```
  SUBSCRIPTIONS         TRADING FEES
         │                   │
         └─────────┬─────────┘
                   ▼
            ELIGIBLE REVENUE
                   │
                   ▼
             WEEKLY PAYOUTS
```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

#### Payout profile

{% code title="Commission by level" %}

```
Level 1  █████████████████████████  25.0%
Level 2  ███▌                        3.5%
Level 3  ██▌                         2.5%
Level 4  ██                          2.0%
Level 5  █                           1.0%
```

{% endcode %}

{% columns %}
{% column %}

#### Program term

{% code title="Timeline" %}

```
Years 1–3   →   Full 5-level structure
Year 4+     →   Total commission capped at 20%
```

{% endcode %}
{% endcolumn %}

{% column %}

#### Summary

* 5 referral levels
* Weekly payout cycle
* Payouts sent to your default wallet
* Subscription revenue included
* Trading revenue included
* 3-year full commission window
  {% endcolumn %}
  {% endcolumns %}

{% hint style="success" %}
Premium window: the full 5-level structure runs for the first 3 years. After that, total referral commission is capped at 20%.
{% endhint %}

### Referral structure

The program uses a 5-level structure.

| Referral level         | Commission |
| ---------------------- | ---------- |
| Immediate referrals    | 25%        |
| Second level referrals | 3.5%       |
| Third level referrals  | 2.5%       |
| Fourth level referrals | 2%         |
| Fifth level referrals  | 1%         |

### Eligible revenue

You earn referral commissions on:

* **Subscription revenue**
* **Trading revenue**

Your commission is calculated from the revenue generated directly by each referred user.

That includes the referred user's own subscription payments and trading activity only.

Revenue generated by that user's downstream referrals is not included in that person's commission base.

### Payout schedule

You receive referral payouts **weekly**.

Payouts are sent to your **default wallet** at the time of payout.

{% hint style="info" %}
Weekly payouts are based on eligible subscription and trading revenue generated by your referral network.
{% endhint %}

### Program term

For the **first 3 years**, you get the full structure above.

After that period, your **total referral commission is capped at 20%**.

### Important notes

* Level-based commissions apply across your referral network.
* Each commission level is based on revenue generated directly by referred users at that level.
* Subscription and trading revenue from a referred user's own network does not roll up into that user's commission base.
* Referral payouts are sent to the wallet set as your default wallet when the payout is made.
* Earnings depend on active users, subscription payments, and trading activity.
* Referral payouts are not guaranteed.


---

# 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:

```
GET https://docs.speedyturtle.io/referral-program/speedy-circle-referral-program.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.
