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

# Referrals (coming soon)

## 🤝 Taps Referrals

**Taps Referrals** is our way of rewarding the community members and creators who share Taps and help grow the ecosystem. If you love using Taps, imagine how many other builders, meme creators, and degens you know who would love it too!

Now, instead of just shilling Taps by word of mouth, you can directly share a unique referral link tied to your Telegram ID. When a new user signs up through your link and launches their first token, you’ll permanently receive **10% of all fees generated by their token launches** — for life.

Type `/referrals` in the Taps bot to start earning today!

***

### 💸 Referrals Overview

* **Earn 10% of all fees** generated by every referral you bring in.
* Referral code linkage is **permanent**, ensuring all future launches by your referral are credited to you.
* You can refer an **unlimited number** of new users, the more you refer, the more you earn.

You can track your claimable rewards using the `/referrals` command in the Taps bot.

***

### ⚡ How to Generate a Referral Code

1. Open a Direct Message with **@TheTapsBot** and type `/referrals`.
2. Select **"Create Referral"**.
3. Select **"Code: Set Code"** and input your desired referral code.

   This code **cannot be changed** once set.
4. Select **"Address: Set Address"** and enter your ETH address to receive referral rewards.

   This address cannot currently be changed. Make sure it is correct before confirming.
5. Complete setup by selecting **"Create Referral"**.

***

### 📲 Share and Use Your Referral Code

#### Referral Link

The easiest way to refer someone is through your **Referral Link**. When someone clicks your link, they will be automatically connected to @TheTapsBot and your code will be pre-filled.

To copy your Referral Link:

* Select **"Get Referral Link"** from the Referrals menu.
* Paste and share it wherever you'd like.

#### Manual Referral

Alternatively, a user can manually enter your Referral Code after typing `/start` in @TheTapsBot.

* Your Referral Code can be found at the top of the Referrals menu.
* Clicking it will copy it to your clipboard automatically.

We strongly recommend using the Referral Link for simplicity and ease of use.

***

### 💰 Claim Your Referral Balance

1. Open @TheTapsBot and type `/referrals`.
2. Select **"Claim Request"** to submit your claim.

Once verified, your ETH rewards will be sent directly to your set address.

All referral payouts are in ETH. Claims are reviewed case by case to ensure correctness.

***

### 🚫 Self-Referrals

Self-referrals are **not allowed**. All claims suspected of self-referrals will be reviewed individually. Any rewards from self-referrals can be voided at the discretion of the Taps team.

***

### 🌟 Start Referring Now!

Type `/referrals` in @TheTapsBot to create your referral code and start earning today.


---

# 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.taprotocol.com/summary/referrals-coming-soon.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.
