# 推荐计划

邀请朋友加入 Clore.ai，并从他们在市场上每笔交易中产生的平台利润中获得佣金。

## 🔥 限时促销：50% 佣金

在有限的促销期间， **所有推荐人均可获得 50% 佣金** — 无论其正常等级如何。此促销：

* 适用于 **所有用户** 自动
* 适用于 **所有货币** （CLORE，BTC）
* 是 **限时的** — 当促销结束时系统会自动恢复为标准费率
* 需要 **无需操作** — 如果你有推荐链接，你已经在赚取 50% 佣金

> 请在你的账户的推荐页面查看促销是否当前仍然有效。

***

## 标准佣金等级

在非促销期间，佣金比例如下：

| 等级  | 佣金比率 | 如何获得      |
| --- | ---- | --------- |
| 标准  | 15%  | 所有用户的默认等级 |
| 高级  | 20%  | 由管理员分配    |
| VIP | 30%  | 由管理员分配    |

***

## 谁会为你赚取佣金？

你从以下双方获得佣金 **双方** 在一笔交易中：

* **被推荐的租户** （租用 GPU 的客户）
* **被推荐的主机** （提供 GPU 的服务器拥有者）

每一方的推荐人根据该方实际支付的费用独立获得佣金。

***

## 佣金如何计算

你的推荐奖励按被推荐用户实际支付费用的百分比计算：

**对于被推荐的租户：**

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

**对于被推荐的主机：**

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

> **注意：** 如果被推荐用户持有 PoH 并因此减少了他们的费用，你的推荐收益将基于他们的 **减少后的** 费用金额。

***

## 示例

你的朋友使用按需（10% 基本费用）租用 GPU，价格为 100 CLORE/天，且没有 PoH：

| 组成部分            | 金额       |
| --------------- | -------- |
| 租户基础费用（10% 的一半） | 5 CLORE  |
| 主机基础费用（10% 的一半） | 5 CLORE  |
| 平台总费用           | 10 CLORE |

**你的推荐收益（按 15% 标准费率）：**

| 如果你推荐了 | 你的收益                     |
| ------ | ------------------------ |
| 该租户    | 5 × 15% = **0.75 CLORE** |
| 该主机    | 5 × 15% = **0.75 CLORE** |
| 两者     | **1.50 CLORE**           |

**在 50% 促销期间：**

| 如果你推荐了 | 你的收益                     |
| ------ | ------------------------ |
| 该租户    | 5 × 50% = **2.50 CLORE** |
| 该主机    | 5 × 50% = **2.50 CLORE** |
| 两者     | **5.00 CLORE**           |

***

## 最低提现金额

| 货币    | 最低         |
| ----- | ---------- |
| 比特币   | 0.0005 BTC |
| CLORE | 5 CLORE    |

***

## 如何获取你的推荐链接

1. 登录您的 Clore.ai 账户
2. 前往 **帐户** 页面
3. 找到 **推荐计划** 部分
4. 复制你的唯一链接： `https://clore.ai?ref_id=YOUR_CODE`

***

## 如何提现收益

1. 累计至少达到最低提现金额
2. 点击 **“提现”** 在你的推荐余额旁边
3. 资金将被添加到你的主账户余额中

***

## 重要说明

* 当被推荐用户进行交易时，推荐收益会实时累积
* 收益按每种货币（BTC、CLORE）分别计算
* 佣金仅适用于市场交易（GPU 租赁）
* 你的推荐代码永不过期
* PoH 的费用减免会影响用于推荐计算的费用基数
* 在促销期间，所有用户均按促销费率获得收益，与其等级无关


---

# 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/clore.ai/clore.ai-eng-zh/ru-men/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.
