# Referrals

Kage supports referral links. When a referred user registers and trades, eligible fees may generate referral rewards for the inviter.

### **Referral Link**

1. Open **Invite** from the left navigation.
2. Copy your referral link.
3. Share the link with your audience or friends.
4. When someone registers through the link, they are linked as your direct referral.

### **Referral Reward Rules**

| **Item**                 | **Meaning**                                            | **Notes**                                       |
| ------------------------ | ------------------------------------------------------ | ----------------------------------------------- |
| Level 1 referral         | Users you directly invite.                             | 15% of eligible fees may be shared with you.    |
| Level 2 referral         | Users invited by your direct referrals.                | 3% of eligible fees may be shared with you.     |
| Payout cycle             | Rewards are distributed daily when enabled.            | Paid to your Polymarket profile wallet address. |
| Minimum payout           | Rewards accrue until the minimum threshold is reached. | Example threshold: 10 USDC.                     |
| KOL or community partner | Larger communities may qualify for custom terms.       | Contact operations.                             |

Referral count tracking can be available before automated reward calculation and payout are fully enabled.


---

# 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://kage-fun.gitbook.io/kage-1/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.
