# Referral Program

> Coinpilot’s referral system is designed to reward users for helping grow our trading community — whether you’re a casual user or a full-time degen.

#### **How it works?**

{% stepper %}
{% step %}

### **Share your code**

* Every user gets an unique referral code. Check yours on Rewards page.&#x20;
* Ambassadors receive custom codes and higher referral rebates. If you think you are a good fit, please visit our [Discord](https://discord.com/invite/UTfdDcMTHH) and open a ticket.
  {% endstep %}

{% step %}

### **Friends sign up**

When someone **signs up and enter** **your code at the initial sign-up flow**, they’re linked to you permanently.
{% endstep %}

{% step %}

### **You both earn**

They get **10% fee rebate**, and you earn a share of their trading fees across up to **4 levels (up to 49% for normal users).**\
\
This applies to **both Crypto (Hyperliquid)** and **Prediction Markets (Polymarket)** copy trading.
{% endstep %}

{% step %}

{% endstep %}
{% endstepper %}

#### **TL;DR - Rewards Breakdown**

<table><thead><tr><th width="171">Tier</th><th>Who</th><th>Your Cut</th></tr></thead><tbody><tr><td><sup>L1</sup></td><td><sup>Your Direct referral</sup></td><td><sup>40%</sup></td></tr><tr><td><sup>L2</sup></td><td><sup>Referrer of your L1</sup></td><td><sup>5%</sup></td></tr><tr><td><sup>L3</sup></td><td><sup>Referrer of your L2</sup></td><td><sup>3%</sup></td></tr><tr><td><sup>L4</sup></td><td><sup>Referrer of your L3</sup></td><td><sup>1%</sup></td></tr></tbody></table>

<figure><picture><source srcset="/files/DnHhGED3szwuACkrV7A7" media="(prefers-color-scheme: dark)"><img src="/files/DnHhGED3szwuACkrV7A7" alt=""></picture><figcaption></figcaption></figure>

Example:

A trader you referred generates **$100 in fees** from trading.

* They get **$10 back** as a 10% fee rebate.

| Tier          | Who                             | Your Cut                |
| ------------- | ------------------------------- | ----------------------- |
| <sup>L1</sup> | <sup>Your Direct referral</sup> | <sup>40% ($36.00)</sup> |
| <sup>L2</sup> | <sup>Referrer of your L1</sup>  | <sup>5% ($4.50)</sup>   |
| <sup>L3</sup> | <sup>Referrer of your L2</sup>  | <sup>3% ($2.70)</sup>   |
| <sup>L4</sup> | <sup>Referrer of your L3</sup>  | <sup>1% ($0.90)</sup>   |

#### **Track Your Earnings**

In the app, in the <mark style="color:blue;">**\[Rewards]**</mark> tab, you can see:

* Total referral earnings as Claimable rewards
* Total claimed rewards
* Total number of referrals - breakdown by Direct Referrals vs All Referrals
  * Direct referrals: direct referrals are users who join the platform using your referral code. You’ll earn the highest referral percentage from the trading fees generated by your direct referrals.
  * All referrals: All referrals include users who join through your direct referral’s codes, as well as anyone referred by them, up to 4 total levels deep. You’ll earn a percentage of trading fees from all these users, with the percentage depending on each referral’s level.

#### **FAQs**

1. **How do I check and claim rewards?**

   Go to <mark style="color:blue;">**\[Rewards]**</mark> tab, tap on <mark style="color:blue;">**\[Claim rewards]**</mark> once your earnings are available. Minimum threshold of $10 required for claim. Rewards will be automatically added to your account within a few days.
2. **What if someone doesn’t enter my code?**

   Currently, referral codes must be entered during the **initial sign-up** on the first login screen.

   * If they skip it, they can’t be linked with the same email.
   * If they skip it, the only way to use your code then is to sign up again with a different email and enter the code.&#x20;

     <div align="left"><figure><img src="/files/EEq2EsdKK4q9auMmeOJX" alt="" width="188"><figcaption></figcaption></figure></div>
3. **Can I refer unlimited people?**

   Yes, there’s no cap at the moment.
4. **When do I earn rewards?**

   Rewards are generated each time your referrals trade.
5. **How is the fee rebate calculated and distributed?**
   * Your rebate = Coinpilot Builder Fee × 10% (if a referral code is applied on your side)\
     More on [Hyperliquid trading fees](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/fees) & [Hyperliquid builder fees](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/builder-codes).\
     [Polymarket trading fees](https://docs.polymarket.com/trading/fees) & [Polymarket builder program](https://docs.polymarket.com/builders/overview)&#x20;
   * It will be reflected on your **Rewards page automatically after you opening/increasing/closing/decreasing a copy trade order.**
   * We are gonna build a more detailed Rewards History.


---

# 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.coinpilot.com/rewards/referral-program.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.
