# Referral Reward

### 💡 What is the Referral System?

[Dexlab Factory Bot](https://t.me/dexlab_factory_bot) provides a built-in referral program that allows you to earn SOL rewards when you invite others.

When your invitee creates tokens or performs trades, you earn a portion of the fees directly to your deposit wallet.

***

### 🧾 How It Works

1. You must first create a referral account (automatically done via the /referral command).
2. Share your referral link with friends.
3. Your friend must start the bot using your referral link.
4. You will receive SOL rewards when they:
   * Launch tokens (e.g., via Pump.fun)
   * Perform trades (Buy/Sell)

> ⚠️ Rewards are not available if your friend starts the bot without your link.

#### 🖼️ Referral Interface

Once you run the /referral command, the bot shows you this screen:

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

* Your referral link: Tap to copy and share
* Friends invited: See how many users joined via your link
* Reward sources: Currently supports token launches & trades(with more to be added)

### 🎁 Current Reward Features

<table data-header-hidden><thead><tr><th width="253.0234375">Action by Invitee</th><th>Reward You Receive</th></tr></thead><tbody><tr><td>🪙 Token Launch</td><td>Portion of creation fee (SOL)</td></tr><tr><td>🔄 Token Trade</td><td>Portion of trading fee (SOL)</td></tr><tr><td>(Coming Soon)</td><td>Other mission or campaign-based rewards</td></tr></tbody></table>

Rewards are paid out instantly, and are fully on-chain and verifiable.

***

#### 📌 Notes

* There is no limit to the number of users you can invite.
* If your invitee starts the bot before clicking your link, you will not receive rewards.
* Some actions (like token creation) require you to have a referral account registered in advance.


---

# Agent Instructions: 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.dexlab.space/products/dexlab-factory-bot/referral-reward.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.
