# Referrals

## **How It Works**

PolyCop uses a **2-level referral system**:

| **Level**   | **Who**                      | **Your Reward**              |
| ----------- | ---------------------------- | ---------------------------- |
| **Level 1** | People you invite directly   | **25%** of the fees they pay |
| **Level 2** | People your referrals invite | **3%** of the fees they pay  |

## **Getting Started**

{% stepper %}
{% step %}

#### 1. Open the Referrals Page

Type `/referrals` in the PolyCop Bot chat, or access it from the main menu.

<figure><img src="/files/Bw4y27iH06A3itc0avgb" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 2. Copy Your Referral Link

Your personal referral link is displayed at the bottom of the page. Tap it to copy and share it with friends, your community, or on social media.

`https://t.me/PolyCop_BOT?start=ref_yourcode`
{% endstep %}

{% step %}

#### Share & Earn

Once someone signs up using your link and starts trading, you'll automatically start earning a share of their fees.
{% endstep %}
{% endstepper %}

## **Your Referral Stats**

Your stats are **updated every 30 minutes**. Here's what each field means:

| Field              | What it means                                              |
| ------------------ | ---------------------------------------------------------- |
| **Users Referred** | Total number of people you've referred (direct + indirect) |
| **Total Rewards**  | All rewards you've earned so far                           |
| **Total Paid**     | Rewards that have already been sent to your wallet         |
| **Total Unpaid**   | Rewards that are pending payout                            |

## **Payouts**

* Rewards are **paid out daily** and sent directly to your PolyMarket Profile address.
* You must have at least **$10 in unpaid rewards** to be eligible for a payout.
* Rewards are paid in **USDC.e**.

> ⚠️ If your unpaid balance is below $10, your rewards will carry over until the threshold is reached.

## **Change Your Referral Code**

Want a custom referral code? You can change it anytime:

1. Open `/referrals`
2. Tap **Change Referral Code**
3. Enter your desired code when prompted


---

# 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.polycop.ai/copy-trading/referrals.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.
