> For the complete documentation index, see [llms.txt](https://howto.indexify.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://howto.indexify.finance/getting-started/incentives/beta-referral-system.md).

# Beta Referral System

🌐 **Welcome to Indexify’s Beta Incentive Program** 🚀\
\
Indexify’s Referral Program rewards **creators and referrers** for helping grow the ecosystem. Earn a share of fees whenever trades happen on your stacks or through your referral network.

#### **Referral Rewards Structure**

Indexify uses a **3-level referral system**:

* **Level 1 (Direct):** 15% of the platform fee from users you refer.
* **Level 2 (Indirect):** 8% of the platform fee from users they refer.
* **Level 3 (Extended):** 2% of the platform fee from the next level of referrals.

> ⚠️ **Note**\
> No rewards are given for self-trades.

<figure><img src="/files/fJdcpVGcCXoCl4yDU8C3" alt="" width="563"><figcaption></figcaption></figure>

***

#### **📊 Example Earnings**

* A trader makes a **$10,000 trade**.
* Platform fee = **1% → $100 total**.
* Referral payout:
  * **L1:** $15
  * **L2:** $8
  * **L3:** $2
* **Total paid to referrers:** $25
* **Platform keeps:** $75

***

**How to Earn**

1. **Share your referral link** with new users.
2. **Earn rewards** every time they (or their network) trade.
3. **Track payouts** in your Portfolio or Incentives page.<br>

   <figure><img src="/files/AHiXIeOvBsjQsPeI3tpq" alt="" width="563"><figcaption></figcaption></figure>

***

> ℹ️ **Disclaimer**\
> \&#xNAN;*Indexify reserves the right to adjust the referral program at any time during beta.*


---

# 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://howto.indexify.finance/getting-started/incentives/beta-referral-system.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.
