# Referral Program

Invite friends to Clore.ai and earn commission from the platform's profits on every transaction they make on the marketplace.

## 🔥 Limited-Time Promotion: 50% Commission

For a limited promotional period, **all referrers earn 50% commission** — regardless of their normal tier. This promotion:

* Applies to **all users** automatically
* Works for **all currencies** (CLORE, BTC)
* Is **time-limited** — the system automatically reverts to standard rates when the promotion ends
* Requires **no action** — if you have a referral link, you're already earning 50%

> Check the Referral page in your account to see if the promotion is currently active.

***

## Standard Commission Tiers

Outside of promotional periods, commission rates are:

| Tier     | Commission Rate | How to Get            |
| -------- | --------------- | --------------------- |
| Standard | 15%             | Default for all users |
| Premium  | 20%             | Assigned by admin     |
| VIP      | 30%             | Assigned by admin     |

***

## Who Earns You Commission?

You earn commission from **both parties** in a transaction:

* **Referred renters** (customers who rent GPUs)
* **Referred hosts** (server owners providing GPUs)

Each side's referrer earns independently from that side's actual fees paid.

***

## How Commission is Calculated

Your referral reward is calculated as a percentage of the actual fees paid by the referred user:

**For a referred renter:**

```
renter_referral = (renter_base_fee + renter_extra_fee) × commission_rate
```

**For a referred host:**

```
hoster_referral = (hoster_base_fee + hoster_extra_fee) × commission_rate
```

> **Note:** If the referred user has PoH holdings that reduce their fees, your referral earnings are based on their **reduced** fee amount.

***

## Example

Your friend rents a GPU for 100 CLORE/day using On-Demand (10% base fee), no PoH:

| Component                     | Amount   |
| ----------------------------- | -------- |
| Renter base fee (half of 10%) | 5 CLORE  |
| Hoster base fee (half of 10%) | 5 CLORE  |
| Platform total fees           | 10 CLORE |

**Your referral earnings (at 15% standard rate):**

| If You Referred | Your Earning             |
| --------------- | ------------------------ |
| The renter      | 5 × 15% = **0.75 CLORE** |
| The host        | 5 × 15% = **0.75 CLORE** |
| Both            | **1.50 CLORE**           |

**During 50% promotion:**

| If You Referred | Your Earning             |
| --------------- | ------------------------ |
| The renter      | 5 × 50% = **2.50 CLORE** |
| The host        | 5 × 50% = **2.50 CLORE** |
| Both            | **5.00 CLORE**           |

***

## Minimum Withdrawal Amounts

| Currency | Minimum    |
| -------- | ---------- |
| Bitcoin  | 0.0005 BTC |
| CLORE    | 5 CLORE    |

***

## How to Get Your Referral Link

1. Log in to your Clore.ai account
2. Go to the **Account** page
3. Find the **Referral Program** section
4. Copy your unique link: `https://clore.ai?ref_id=YOUR_CODE`

***

## How to Withdraw Earnings

1. Accumulate at least the minimum withdrawal amount
2. Click **"Withdraw"** next to your referral balance
3. Funds will be added to your main account balance

***

## Important Notes

* Referral earnings are accumulated in real-time as your referred users transact
* Earnings are calculated separately for each currency (BTC, CLORE)
* Commission applies to marketplace transactions only (GPU rentals)
* Your referral code never expires
* PoH fee reductions affect the fee base used for referral calculations
* During promotions, all users earn the promotional rate regardless of their tier


---

# 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.clore.ai/getting-started/deposit-withdrawal/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.
