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

# Referral Program

<figure><img src="/files/2l9ucuKGUO419vN25iob" alt=""><figcaption></figcaption></figure>

Bitfoot offers the **most rewarding referral system on the market**. Share your referral code, and once your invitees start trading and generate volume, **you earn rewards based on their activity**. It’s a simple way to **earn passively** by growing the Bitfoot community.

## **How It Works – Bitfoot Referral Program**

**Earn from 3 Layers** [**(Standard)**](#standard-referral-structure) **of Referrals**

* You earn not only from your direct referrals, but also from the traders they bring in—up to **3 layers deep**.

**Share Your Link, Grow Your Network**

* Simply share your **referral link**. Once your invites start trading and generating volume, you start earning.

**Unlock More Layers with Volume**

* The referral system starts with **3 layers**, but if your network generates **$10M+ in trading volume**, it expands to **5 layers** [**(VIP Referral)**](#special-offer-for-vip-partners), increasing your passive earnings potential.

**Direct Bonus Share**

* On top of layered earnings, you receive a **percentage of trading volume** directly from your referrals.

### Standard referral structure

<table><thead><tr><th width="162">Referral Level</th><th>Fee % Reward</th></tr></thead><tbody><tr><td>1.</td><td>25%</td></tr><tr><td>2.</td><td>5%</td></tr><tr><td>3.</td><td>3.5%</td></tr><tr><td><strong>Total:</strong></td><td><strong>33.5%</strong></td></tr></tbody></table>

## **Special Offer for VIP Partners**

If your referral network generates **$10 million in trading volume across your 3 levels**, you unlock **Level 4 and Level 5**, plus an **additional 10% from Level 1**.

That brings your total referral share to a massive **48.5% fee cut**—the most rewarding offer on the market.

This special offer is also available to **Bitfoot KOLs, ambassadors, and partners** as part of our exclusive partnership program.

### VIP referral structure

<table><thead><tr><th width="158">Referral Level</th><th>Fee % Reward</th></tr></thead><tbody><tr><td>1.</td><td><del>25%</del> -> 35% </td></tr><tr><td>2.</td><td>5%</td></tr><tr><td>3.</td><td>3.5%</td></tr><tr><td>4.</td><td>2.5%</td></tr><tr><td>5.</td><td>2.5%</td></tr><tr><td><strong>Total:</strong></td><td><strong>48.5%</strong></td></tr></tbody></table>

Also, be aware that after [TGE](/usdfoot-token/tokenomics.md), if you want to participate in fees from all bot revenue, you will need to hold $FOOT tokens. This gives you access to earnings generated by all users of the Bitfoot bot.

***

## How to Create Your Referral Link

1. **Open the** [**Bitfoot Bot**](https://t.me/BitFootBot) on Telegram.
2. In the chat, type **/start** or tap the **Main Menu** button.
3. Click on **"Refer & Earn"** from the menu options.
4. Your **unique referral link** will be generated—copy it and start sharing!

*Note: Referral rewards can be claimed anytime once you reach 0.1 ETH / 0.1 SOL.*

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

{% hint style="info" %}

### Referral Dashboard explained

* The **Referral Dashboard** gives you a full overview of your referral performance, including:
  * **Unclaimed Rewards** – See how much you've earned but haven’t claimed yet.
  * **Referral Count by Tier** – Track how many users you’ve referred across different levels.
  * **Direct Referral Volume** – View trading volume from your direct referrals in both ETH and USD.
  * **VIP Progress Tracker** – Monitor your progress toward becoming a **VIP Partner** and unlocking **additional bonuses**.
* 📥 **Claim Rewards** – Withdraw your referral earnings to your wallet. You can claim anytime once you reach **0.1 ETH or 0.1 SOL**.
* 👥 **Invite Friends** – Instantly generate a message with your referral link ready to share.
* 🔄 **Refresh** – Update your dashboard with the latest stats.
  {% endhint %}


---

# 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://docs.bitfoot.com/bitfoot-bot/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.
