# 费用结构

## 支持的支付货币

Clore.ai 支持多种市场支付货币：

| 货币            | 存款 | 提现 | 支付租赁费用 | 额外主机费用 |
| ------------- | -- | -- | ------ | ------ |
| **CLORE**     | ✅  | ✅  | ✅      | 0%     |
| **比特币 (BTC)** | ✅  | ✅  | ✅      | 15%    |
| **USDT/USDC** | ✅  | ✅  | ✅      | 15%    |

> **提示：** 使用 CLORE 支付可以完全避免额外的货币费用。

***

## 市场费用

### 基础费用

| 订单类型          | 基础费用 |
| ------------- | ---- |
| 按需（On-Demand） | 10%  |
| 现货（Spot）      | 2.5% |

基础费用为 **按 50/50 分配** 在租客和主机之间。

### 额外费用（非 CLORE 货币）

当使用非 CLORE 货币（BTC、USDT 或 USDC）付款时，会额外收取 **额外主机费用** ：

| 货币        | 额外租客费用 | 额外主机费用 |
| --------- | ------ | ------ |
| CLORE     | 0%     | 0%     |
| 比特币       | 0%     | 15%    |
| USDT/USDC | 0%     | 15%    |

* **额外租客费用** 无法通过任何机制减少
* **额外主机费用** 可以通过以下方式将其降至 0% [MFP 锁定](#mfp-extra-fee-reduction) 层级

> **重要：** 当使用任何非 CLORE 货币（BTC、USDT 或 USDC）进行租赁时，会适用额外主机费用。我们鼓励主机锁定 MFP 来抵消此费用。

***

## 费用减少机制

Clore.ai 提供两种减少费用的方式：

### 1. PoH（持有证明）费用减少

持有 CLORE 代币以获得持有证明，从而减少 **基础费用** 对租客和主机均适用。

**公式：**

```
fee_reduction = round(min(poh_amount / 2,000,000, 1) × 50)%
```

减免按 **线性** 缩放 **50%** 在 2,000,000 CLORE 时达到最大值：

| PoH 中的 CLORE | 费用减免     |
| ------------ | -------- |
| 0            | 0%       |
| 200,000      | 5%       |
| 500,000      | 13%      |
| 1,000,000    | 25%      |
| 1,500,000    | 38%      |
| 2,000,000+   | 50%（最大值） |

**要点：**

* 适用于 **租客和主机双方** 基础费用
* 适用于 **所有货币** （CLORE、BTC 等）
* 不会 **减少** 额外费用
* 按每笔交易根据当前 PoH 持仓计算
* 结果始终四舍五入到整数百分比

### 2. MFP 额外费用减免

在 [MFP 锁定](https://docs.clore.ai/clore.ai/clore.ai-eng-zh/zhen-dui-zhu-ji/mfp-lock-a-complete-breakdown-of-mechanics) 层级中锁定 CLORE 以减少 **非 CLORE 货币订单的** 额外主机费用。

| MFP 层级     | 最高减免     | 容量                | 解锁周期 |
| ---------- | -------- | ----------------- | ---- |
| 第 1 层      | 30%      | MFP × 1,000 CLORE | 7 天  |
| 第 2 层      | 30%      | MFP × 4,000 CLORE | 14 天 |
| 第 3 层      | 40%      | MFP × 2,000 CLORE | 28 天 |
| **所有层级满额** | **100%** | MFP × 7,000 CLORE | —    |

减免是 **可相加的** 并且 **与各层的填充程度成比例** 当所有三层都完全锁定时，额外主机费用被降至 **0%**.

**要点：**

* 仅减少 **主机的额外费用** （不减少租客费用，不减少基础费用）
* 每个层级按比例贡献： `round(fill_ratio × max_reduction%)`
* 仅适用于非 CLORE 货币（CLORE 的额外费用为 0%）
* 根据当前锁定余额动态计算

***

## 费用示例

### 示例 1：使用 CLORE 支付，无 PoH

按需订单，100 CLORE/天 结算：

| 组成部分       | 金额            |
| ---------- | ------------- |
| 租客基础费用（5%） | 5 CLORE       |
| 租客额外费用     | 0 CLORE       |
| **租客支付**   | **105 CLORE** |
| 主机基础费用（5%） | 5 CLORE       |
| 主机额外费用     | 0 CLORE       |
| **主机收到**   | **95 CLORE**  |

### 示例 2：比特币支付，无 PoH，无 MFP 锁定

按需订单，等值 100 CLORE/天：

| 组成部分        | 金额            |
| ----------- | ------------- |
| 租客基础费用（5%）  | 5 CLORE       |
| 租客额外费用（0%）  | 0 CLORE       |
| **租客支付**    | **105 CLORE** |
| 主机基础费用（5%）  | 5 CLORE       |
| 主机额外费用（15%） | 15 CLORE      |
| **主机收到**    | **80 CLORE**  |

### 示例 3：比特币支付，双方各 100 万 CLORE PoH，完整 MFP 锁定

按需订单，等值 100 CLORE/天：

| 组成部分     | 计算              | 金额               |
| -------- | --------------- | ---------------- |
| 租客基础费用   | 5 × (1 - 25%)   | 3.75 CLORE       |
| 租客额外费用   | 0               | 0 CLORE          |
| **租客支付** |                 | **103.75 CLORE** |
| 主机基础费用   | 5 × (1 - 25%)   | 3.75 CLORE       |
| 主机额外费用   | 15 × (1 - 100%) | 0 CLORE          |
| **主机收到** |                 | **96.25 CLORE**  |

> 在完全 MFP 锁定且 PoH 中有 100 万 CLORE 的情况下，比特币支付的成本几乎可与 CLORE 支付相当。

***

## 订单创建费用

创建新订单时会收取一次性小额费用：

| 订单类型          | 比特币           | USDT/USDC | CLORE       |
| ------------- | ------------- | --------- | ----------- |
| 按需（On-Demand） | 0.0000003 BTC | $0.10     | 0.075 CLORE |
| 现货（Spot）      | 0.0000001 BTC | $0.10     | 0.05 CLORE  |

***

## 最低余额要求

创建订单需要满足最低余额：

| 订单类型          | 比特币         | USDT/USDC | CLORE   |
| ------------- | ----------- | --------- | ------- |
| 按需（On-Demand） | 0.00001 BTC | $1.00     | 5 CLORE |
| 现货（Spot）      | 0.00001 BTC | $1.00     | 5 CLORE |

***

## 租赁时长限制

| 参数   | 数值             |
| ---- | -------------- |
| 最短租期 | 6 小时           |
| 最长租期 | 3000 小时（125 天） |

***

## 价格显示

市场上显示的价格是 **主机的基础价格** （不含费用）。

作为租客，您的实际成本 = **标价 + 您的基础费用 + 您的额外费用（如果有）**

***

## 相关页面

{% content-ref url="../chi-you-zheng-ming/overview" %}
[overview](https://docs.clore.ai/clore.ai/clore.ai-eng-zh/chi-you-zheng-ming/overview)
{% endcontent-ref %}

{% content-ref url="on-demand-vs-spot" %}
[on-demand-vs-spot](https://docs.clore.ai/clore.ai/clore.ai-eng-zh/zhen-dui-zu-yong-zhe/on-demand-vs-spot)
{% endcontent-ref %}

{% content-ref url="../zhen-dui-zhu-ji/mfp-lock-a-complete-breakdown-of-mechanics" %}
[mfp-lock-a-complete-breakdown-of-mechanics](https://docs.clore.ai/clore.ai/clore.ai-eng-zh/zhen-dui-zhu-ji/mfp-lock-a-complete-breakdown-of-mechanics)
{% endcontent-ref %}

{% content-ref url="../chi-you-zheng-ming/poh-marketplace" %}
[poh-marketplace](https://docs.clore.ai/clore.ai/clore.ai-eng-zh/chi-you-zheng-ming/poh-marketplace)
{% endcontent-ref %}

{% content-ref url="../zhen-dui-zhu-ji/host-fees" %}
[host-fees](https://docs.clore.ai/clore.ai/clore.ai-eng-zh/zhen-dui-zhu-ji/host-fees)
{% endcontent-ref %}


---

# 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/zhen-dui-zu-yong-zhe/fee-structure.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.
