> For the complete documentation index, see [llms.txt](https://docs.basedbot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.basedbot.app/welcome/rewards.md).

# Rewards

Maximize your earnings with Based Bot's dual reward system: refer friends and earn cashback on your trades!

## 🤝 Referral System

**Earn by inviting others to Based Bot**

Share your referral link and invite others to use Based Bot. When someone you referred starts using the bot, you'll earn **25% of the fees** they generate — directly credited to your preferred wallet.

To get your personal referral link, just type **/referral**.

<figure><img src="https://3562303282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE5bUac2iI3Ns1M4sRzbQ%2Fuploads%2Fgit-blob-306187d933c09f221885a7c3e4b28c58781c12fa%2Freferral-interface.png?alt=media" alt="Referral Program Interface" width="375"><figcaption><p>The Referral Hub showing rewards, referred count, and custom code options</p></figcaption></figure>

> ℹ️ **Info:** From the Referral Interface, you can view statistics on your referrals (**rewards and referred count**) and change your referral code.

You can update your referral code by clicking "✏️ Custom Code". This allows you to replace the automatically generated code with your own.

⚠️ Referral codes are unique — no two users can have the same code.

### How Referral Works

1. **Share your link** with friends and communities
2. **They trade** using Based Bot on any supported chain
3. **You earn** 25% of their trading fees instantly
4. **Rewards accumulate** across all networks (Ethereum, Base, BSC, Solana, etc.)

## 💸 Cashback System

**Gaming-style tier progression with instant rewards**

Based Bot features an **instant cashback system** based on your trading volume. Think of it as leveling up your trading account - the more you trade, the higher your tier, and the better your rewards!

### 🎮 Cashback Tiers

Your cashback tier is determined by your **total trading volume** across all supported chains:

| Tier   | Name            | Volume Required     | Cashback Rate | Special Perks                                 |
| ------ | --------------- | ------------------- | ------------- | --------------------------------------------- |
| **X1** | **Novice** ⬜️   | $0 - $999           | **5%**        | Start your journey                            |
| **X2** | **Advanced** 🟨 | $1,000 - $9,999     | **10%**       | 🔄 Doubled cashback                           |
| **X3** | **Pro** 🟧      | $10,000 - $99,999   | **15%**       | 🤖 Unlimited AI audit                         |
| **X4** | **Elite** 🟫    | $100,000 - $999,999 | **20%**       | 👑 **VIP Bot Access**, ⚡️ Priority support    |
| **X5** | **Legend** ⬛️   | $1,000,000+         | **25%**       | 🌟 All VIP features, 🎯 Private support group |

### 🏆 Key Features

* **Instant Cashback**: Rewards are paid in the native currency of the chain you trade on (e.g., ETH on Base, BNB on BSC, SOL on Solana).
* **Automatic Tier Upgrades**: Level up automatically as your volume increases
* **Cross-Chain Support**: All supported networks contribute to your volume
* **VIP Bot Access**: Starting from Elite tier (X4) - access to exclusive VIP features
* **No Staking Required**: Based purely on your trading volume

<figure><img src="https://3562303282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE5bUac2iI3Ns1M4sRzbQ%2Fuploads%2Fgit-blob-e29f73440c21f613c7b0f7e91b46e3b517f810a5%2Fvip-tier-notification.png?alt=media" alt="VIP Tier Achievement Notification" width="375"><figcaption><p>Tier progression notification showing maximum tier achieved with VIP benefits</p></figcaption></figure>

### 💰 How Cashback Works

1. **Trade any token** using Based Bot on any supported chain
2. **Earn instant cashback** based on your current tier
3. **Level up automatically** as your volume increases across all networks
4. **Claim your rewards** anytime with `/cashback` command

**Cashout**: You can claim your accumulated cashback rewards once you have **$10 or more** in cashback on any supported chain.

<figure><img src="https://3562303282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE5bUac2iI3Ns1M4sRzbQ%2Fuploads%2Fgit-blob-66cd3123a96b20f8c8d1cc6009a5891d40b77b84%2Fcashback-hub.png?alt=media" alt="Cashback Hub Interface" width="375"><figcaption><p>Cashback Hub showing accumulated rewards across all supported chains with $10 minimum threshold</p></figcaption></figure>

### 👑 VIP Bot Benefits (Tier X4+)

<figure><img src="https://3562303282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE5bUac2iI3Ns1M4sRzbQ%2Fuploads%2Fgit-blob-41bb6a6cbe21b9654c1c96499305076bbe4e91df%2Fvip-bot-logo.png?alt=media" alt="VIP Bot Logo" width="200"><figcaption><p>Join the exclusive VIP Bot: <a href="https://telegram.me/based_vip_bot">@based_vip_bot</a></p></figcaption></figure>

* **Advanced trading tools** and exclusive features
* **Priority customer support** with faster response times
* **Early access** to new features and updates
* **Private community** access for high-volume traders
* **Enhanced monitoring** and analytics tools


---

# 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.basedbot.app/welcome/rewards.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.
