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

# 👥 Referral Rewards

Closed.fun is introducing an absolutely insane referral system. Simply refer your friends, traders and fellow degens and both of you will reap rewards.

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

**How does it work?**

1. **Person 1 refers Person 2**&#x20;
   1. **Person 1 gets 25% of person 2's fees**
2. **Person 2 refers Person 3**
   1. **Person 2 gets 25% of Person 3's fees**
   2. **Person 1 gets 3% of Person 3's fees**
3. **Person 3 refers Person 4**
   1. **Person 3 gets 25% of Person 4's fees**
   2. **Person 2 gets 3% of Person 4's fees**
   3. **Person 1 gets 2% of Person 4's fees**

**How to sign up?**

If you're new and have not been referred after you've started the bot head over to 'Referrals' and by you can do this by typing '/start -> Referrals' and click 'Update Referral Link' to get started

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


---

# 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.closed.fun/telegram-bot-user-guide/referral-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.
