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

# Referral Program

{% hint style="info" %}
Referral program v0.2 - *Updated: 11 Oct, 2024*
{% endhint %}

## **Introduction**

Copin’s Affiliate Program is designed to reward partners while supporting traders who use our platform.This program **does not conflict with any referral link to CEXs**. Instead, it works as an **additional support tool to help your traders bootstrap trading volume**. We offer **two flexible affiliate schemes** so partners can optimize for either **maximum commission** or **better user acquisition**. Both schemes follow the same **payout rules.**

### **Scheme 1: Standard Affiliate Partner Program**

*(Best for professional affiliates, KOLs, B2B partners, and growth hackers)*

#### **Commission Tiers (by Monthly Referred Revenue)**

* **Tier 4:** < $7,000 → **15%**
* **Tier 3:** $7,000 – $49,999 → **20%**
* **Tier 2:** $50,000 – $99,999 → **22%**
* **Tier 1:** $100,000+ → **25%**

#### **Payout Rules (applied to both schemes)**

* **First payout per referred user (first subscription payment):** Partner receives **100% of commission**.
* **Subsequent payments from the same user:** Partner receives **70% of commission** (recurring).

**Example – Elite Package ($999), Partner in Tier 3 (20%)**

* Sale Volume: **$999**
* Commission (20%) = **$199.80**

**Payouts:**

* **First payment** → $199.80
* **Second payment onwards** → $199.80 × 70% = **$139.86/month**

***

### **Scheme 2: Discount + Partner Share Program**

*(Best for community builders, smaller influencers, and retail-focused partners)*

#### **Mechanics**

* **User benefit:** User always gets a **5% discount** on subscription.
* **Partner commission:** Earned from **discounted subscription price**, with tiered model.

#### **Commission Tiers (by Monthly Referred Revenue)**

* **Tier 4:** < $7,000 → **10%**
* **Tier 3:** $7,000 – $49,999 → **15%**
* **Tier 2:** $50,000 – $99,999 → **17%**
* **Tier 1:** $100,000+ → **20%**

*(Commission applies to discounted price: 95% of package fee)*

#### **Payout Rules (same as Scheme 1)**

* **First payout per referred user:** 100% commission.
* **Subsequent payments:** 70% commission (recurring).

**Example – Elite Package ($999), Partner in Tier 3 (15%)**

* Sale Volume: $999 – 5% = **$949.05**
* Commission (15%) = **$949.05 × 15% = $142.36**

**Payouts:**

* **First payment** → $142.36
* **Second payment onwards** → $142.36 × 70% = **$99.65/month**

***

### **Comparison at a Glance**

<table><thead><tr><th width="176.171875">Feature</th><th width="289.83984375">Scheme 1: Standard Affiliate</th><th>Scheme 2: Discount + Share</th></tr></thead><tbody><tr><td>User Incentive</td><td>None</td><td>5% discount</td></tr><tr><td>Partner Commission</td><td>15–25%</td><td>10–20%</td></tr><tr><td>Commission Base</td><td>Full subscription price</td><td>Discounted price (95% of full)</td></tr><tr><td>Recurring Rule</td><td>1st = 100%, later = 70% (same for both)</td><td>1st = 100%, later = 70% (same)</td></tr><tr><td>Best For</td><td>KOLs, growth affiliates, high-volume partners</td><td>Community influencers, retail referrals</td></tr></tbody></table>

***

### **Operational Rules (Both Schemes)**

* **Attribution:** Last-click model (latest affiliate link counts) or other way (address review, code applied)
* **Cookie window:** 30 days.
* **Minimum payout threshold:** $50 USDT.
* **Payout cycle:** Monthly (within 7 business days after the month's end).
* **Payment method:** USDT (ERC20, BSC, Arbitrum).

{% hint style="info" %}
If you already have a community and want to cooperate with Copin as a strategic partner, do not hesitate to chat directly with the Founder of Copin <https://t.me/leecopin>
{% endhint %}


---

# 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://docs.copin.io/features/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.
