> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/clore.ai/clore.ai-eng-zh/ru-men/deposit-withdrawal/referral-program.md).

# 推荐计划

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

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

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

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

> 查看账户中的“推荐”页面，确认该促销是否当前生效。

***

## 标准佣金等级

在非促销期间，佣金费率为：

| 等级  | 佣金费率 | 获取方式      |
| --- | ---- | --------- |
| 标准  | 15%  | 所有用户的默认等级 |
| 高级  | 20%  | 由管理员分配    |
| VIP | 30%  | 由管理员分配    |

***

## 谁会为你带来佣金？

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

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

双方各自的推荐人都会根据该方实际支付的费用独立获得收益。

***

## 佣金如何计算

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

**对于被推荐的租赁者：**

```
renter_referral =（renter_base_fee + renter_extra_fee）× 佣金费率
```

**对于被推荐的主机提供者：**

```
hoster_referral =（hoster_base_fee + hoster_extra_fee）× 佣金费率
```

> **注意：** 如果被推荐用户持有可降低费用的 PoH，那么你的推荐收益将基于其 **降低后的** 费用金额。

***

## 示例

你的朋友使用按需模式以每天 100 CLORE 租用一块 GPU（10% 基础费用），且不持有 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.00005 BTC |
| CLORE         | 50 CLORE    |
| 美元（USDT/USDC） | $1          |

***

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

1. 登录你的 Clore.ai 账户
2. 前往 **账户** 页面
3. 找到 **推荐计划** 部分
4. 复制你的专属链接： `https://clore.ai/login?ref_id=YOUR_CODE` （当你邀请的人注册时，你的代码会自动应用）

***

## 如何提现收益

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

***

## 重要说明

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


---

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