# 概览

<div data-full-width="true"><figure><img src="/files/3b27c6809c2cb1a7de171431e21cb7c58f7b6a52" alt=""><figcaption></figcaption></figure></div>

## 什么是持有证明（PoH）？

持有证明是 Clore.ai 的质押系统，奖励持有 CLORE 代币的用户。只需质押代币即可获得被动收入 — 无锁定、无罚款、完全控制您的资金。

***

## PoH 质押奖励

| 参数            | 数值                      |
| ------------- | ----------------------- |
| **每日分配**      | 80,000 CLORE            |
| **年化收益（APY）** | 最高 15%                  |
| **发行衰减**      | 每年 -30%                 |
| **最低质押**      | 无最低限制                   |
| **领取周期**      | 7 天（第 1 天起的奖励可在第 8 天领取） |
| **过期**        | 未领取的奖励在 30 天后过期         |

### 奖励机制说明

1. 通过以下方式质押 CLORE 代币： [PoH 区块](https://clore.ai/proof-of-holding)
2. 奖励根据您质押的数量按日累积
3. 在 7 天成熟期后领取奖励
4. 如果在 30 天内未领取，奖励将过期

{% content-ref url="/pages/4eaccf7a84e2e84eabb7dee4e9b9587b0aab1b43" %}
[PoH 质押](/clore.ai/clore.ai-eng-zh/chi-you-zheng-ming/poh-staking.md)
{% endcontent-ref %}

***

## 手续费减免

质押 CLORE 可减少市场的 **基础费用** 适用于 **租客和房主双方**:

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

减免按一个简单的比例公式计算：

```
reduction = round(min(your_poh / 2,000,000, 1) × 50)%
```

**主要变更：**

* 适用对象： **租客和房主双方** 费用（之前仅适用于租客）
* 适用于： **所有货币** — 不论支付货币，使用相同公式
* 仅减少： **基础费用** （不影响额外的货币费用）

> **示例：** 在 PoH 中有 1,000,000 CLORE 时，您和房主在各自的基础费用部分均可获得 25% 的减免。

***

## 如何质押

1. 前往： [市场 → 持有证明](https://clore.ai/proof-of-holding)
2. 连接您的 MetaMask 钱包
3. 签署验证信息
4. 完成 — 您的 CLORE 余额现已被质押

奖励会自动累积。于 7 天成熟期后领取。

***

## POH 市场

没有 CLORE 代币？在 POH 市场上租用它们！

POH 市场可让您：

* **租借 CLORE** 以降低您的租赁费用
* **出借 CLORE** 以赚取被动收入（年化 5–250%）

租赁条款：1 小时至 90 天，最低 500 CLORE。

{% content-ref url="/pages/59fbb9a53bbfd706a9e438c5a2d4e016a278434a" %}
[PoH 市场](/clore.ai/clore.ai-eng-zh/chi-you-zheng-ming/poh-marketplace.md)
{% endcontent-ref %}

> 📚 另见： [持有证明 2.0 — 基于 GPU 的奖励与优化收益](https://blog.clore.ai/proof-of-holding-20-gpu-based-rewards-and-optimized-earnings/)


---

# 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/chi-you-zheng-ming/overview.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.
