> For the complete documentation index, see [llms.txt](https://unicornx-ai.gitbook.io/unicornx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/referral-program.md).

# Referral Program

## How the Referral Program Works

UnicornX offers a generous two-tier referral program that rewards you for bringing new users to the platform:

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

{% hint style="success" %}
**Note:** If you want to customize your referral link to the one you desire, you can change it at the bottom by clicking on the edit button, but it can **ONLY** change **ONCE.**
{% endhint %}

Our referral program provides two levels of commission, allowing you to build a profitable trader network:

1. &#x20;**First-Level Referrals (40%)**

* Earn **40% commission** from trading fees generated by users you directly refer.
* Commissions are credited after a specified settlement period following each trade.

2. **Second-Level Referrals (10%)**

* Earn an additional **10% commission** from trading fees generated by users referred by your direct referrals.
* Expand your network to boost your passive income significantly.

> 💡 **Tip:**\
> Actively inviting new users and supporting your referrals to recruit more traders will help you maximize earnings!

***

## Getting Started with Referrals

Follow these simple steps to start earning referral rewards on UnicornX:

1. **Navigate to Referral Section:**
   * Click your profile icon at the **top-left corner**.
   * Select **"Account Details"**, then go to the **"My Referral"** tab.
2. **Copy Your Referral Link:**
   * Copy your unique referral link or referral code provided in this section.
3. **Share Your Link:**
   * Distribute your referral link to friends, social media followers, or visitors on your website.
4. **Track Your Progress:**
   * Monitor your referrals and earnings in real-time directly from your dashboard.
5. **Receive Your Rewards:**
   * Referral rewards are automatically credited to your UnicornX wallet.
   * Use your earnings for trading or withdraw them at your convenience.

#### ✏️ Customize Your Referral Link

* You can personalize your referral link once by clicking the **"Edit"** button at the bottom of the referral section.
* Note: You can **only change it ONCE**, so choose carefully!


---

# 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://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/referral-program.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.
