> For the complete documentation index, see [llms.txt](https://docs.tokenbot.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tokenbot.com/home/06-rewards-and-referrals.md).

# Rewards & Referral Program

**Trade actively on TokenBot and earn $TBOT tokens. Share TokenBot with friends and earn even more.**

***

## How Rewards Work

TokenBot rewards active traders with $TBOT tokens. The more you trade, the more you earn.

### Trading Rewards

Every trade you make through TokenBot earns you reward points, which convert to $TBOT tokens.

**Earning is simple:**

* Make trades on your connected exchanges
* TokenBot tracks your trading volume
* Tokens accumulate in your account — check them with `tokenbot rewards show`
* Claim anytime to your wallet

### How Much Can You Earn?

Rewards are based on your trading volume. Higher volume = more tokens.

| Monthly Volume | Estimated Rewards   |
| -------------- | ------------------- |
| $10,000        | Entry level rewards |
| $50,000        | Moderate rewards    |
| $100,000+      | Higher tier rewards |

*Actual rewards depend on the current reward rate and total network activity.*

***

## Referral Program

### Earn 10% of Your Referrals' Rewards

When someone signs up using your referral link and trades, you earn 10% of the $TBOT tokens they generate.

**Example:**

* You refer Alice
* Alice trades $100,000 in volume this month
* Alice earns 500 $TBOT from trading
* You earn 50 $TBOT just for referring her

**There's no cap.** Refer 100 active traders and earn 10% from all of them, forever.

### How to Get Your Referral Code

Print your unique referral code from the CLI:

```bash
tokenbot rewards refer
```

Share that code with friends so they can apply it when they get started.

### Track Your Rewards

```bash
tokenbot rewards show
```

This shows your accumulated rewards, including any earned through referrals. Add `--json` to pipe the data into your own tooling.

***

## Claiming Your Rewards

### Where Do Tokens Go?

$TBOT tokens accumulate in your TokenBot account. When you're ready to claim, you provide an Ethereum-compatible wallet address and confirm the claim; tokens are then sent on-chain (typically within 24–48 hours).

### Minimum Claim

There's a minimum claim amount to cover transaction fees. Run `tokenbot rewards show` for your current balance and the applicable minimum.

***

## What Is $TBOT?

$TBOT is TokenBot's utility token. It serves multiple purposes:

* **Reward for trading activity** - earned by active traders
* **Referral incentives** - shared between referrers and new users
* **Future platform features** - governance, premium features, etc.

### Token Details

| Attribute    | Value                                        |
| ------------ | -------------------------------------------- |
| Name         | TokenBot                                     |
| Symbol       | TBOT                                         |
| Network      | Ethereum (ERC-20) + Base L2                  |
| Total Supply | 1,000,000,000 TBOT                           |
| Contract     | `0x6645EC2036fB0DE007714829A6116279002F6408` |

### Official Links

* 🔍 [**View on Etherscan**](https://etherscan.io/token/0x6645EC2036fB0DE007714829A6116279002F6408) - Token explorer, holders, transactions
* 📊 [**CoinMarketCap**](https://coinmarketcap.com/currencies/tokenbot/) - Price, market cap, charts
* 💻 [**Token Contracts (GitHub)**](https://github.com/tokenbot-org/token-contracts) - Open source smart contracts

### Where to Buy/Sell

$TBOT is tradable on:

* [**Uniswap V3**](https://app.uniswap.org) - Decentralized exchange
* [**MEXC**](https://www.mexc.com) - Centralized exchange

*Always verify the contract address (`0x6645EC2036fB0DE007714829A6116279002F6408`) before trading.*

***

## Frequently Asked Questions

### Do I need $TBOT to use TokenBot?

No. TokenBot's core features are completely free. $TBOT is an optional reward for active users.

### Can I lose rewards?

Unclaimed rewards remain in your account indefinitely. There's no expiration.

### Is there a referral limit?

No. Refer as many people as you want. There's no cap on earnings.

### Do my referrals get anything?

Yes! People who sign up through referral links may receive signup bonuses (when available). Check current promotions in the app.

### How is trading volume calculated?

We count the USD value of all trades executed through TokenBot. Both Strategy and Copier account trades count toward your volume.

***

## Tips for Maximizing Rewards

1. **Stay active** - Consistent trading accumulates more rewards
2. **Share your code** - Post your referral code in your trading communities
3. **Create content** - Trading tutorials that include your referral code
4. **Help newcomers** - People who succeed stay active and trade more

***

## Next: Transparency

Curious about how TokenBot makes money and why we include referral links to exchanges? We believe in being upfront about it.

[Read about our referral link transparency →](https://github.com/tokenbot-org/tokenbot-docs/blob/main/help-center/rewards/transparency/README.md)


---

# 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.tokenbot.com/home/06-rewards-and-referrals.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.
