> For the complete documentation index, see [llms.txt](https://docs.raybot.app/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raybot.app/start/telegram/interface-navigation/upgrade/referrals.md).

# Referrals

Here you can get your referral link and earn a percentage from your friends’ subscriptions.

RayBot is a wallet-tracking bot: it shows you traders’ actions in real time, with filters and analytics to sort the flow.

Besides using its features, you can also earn with RayBot by inviting friends.

***

## 🤝 **How the referral system works**

You invite your friends or community using your personal referral link.\
They join, purchase a plan — and you receive your percentage.

⚡ **Reward size depends on the number of referrals:**

🟣 1–10 referrals → 15%\
🟣 11–20 referrals → 20%\
🟣 21+ referrals → 25%

***

### 💵 **Payouts**

All rewards are automatically credited to your [**RAY wallet**](/start/telegram/interface-navigation/upgrade/my-wallet.md)**.**\
**Payouts** occur **every 24 hours**, with no additional action required on your part.

***

### 🔗 **How to invite**

1️⃣ Open the menu:\
`/start -> 📩 Referrals`

2️⃣ Click the **Copy link** button.

3️⃣ Share your personal link with friends or your community:

```
https://t.me/ray_cyan_bot?start=ref_YOURCODE
```

4️⃣ When a friend follows your link, they automatically become your referral.\
And once they purchase a subscription plan, you start receiving your referral fees.

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/dkd5yeos9r>" %}

***

### 📊 **Statistics dashboard**

```arff
Referrals:
├ Paid*: 👥 2 | 💸 45.00
├ Unpaid: 👥 1 (claimed: 0) | 💸 15.00 (claimed: 0.00)
└ Total*: 👥 3 | 💸 60.00
```

In the **Referrals** menu, you’ll see all the stats:

* **Paid** — number of paid subscriptions and the amount credited.
* **Unpaid** — pending rewards (can be claimed later).
* **Total** — total number of referrals and overall amount.

You can see who has paid, who hasn’t yet, and the total amount you’ve earned.


---

# 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.raybot.app/start/telegram/interface-navigation/upgrade/referrals.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.
