> 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/chi-bi-zheng-ming/overview.md).

# 概览

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

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

持有证明是 Clore.ai 的质押系统，奖励持有 CLORE 代币的用户。只需质押你的代币即可赚取被动收入——没有锁定期，没有惩罚，资金完全由你掌控。

***

## PoH 质押奖励

| 参数        | 数值                     |
| --------- | ---------------------- |
| **每日分配**  | 82,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-bi-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% APY）

租赁期限：1 小时到 90 天，最低 500 CLORE。

{% content-ref url="/pages/59fbb9a53bbfd706a9e438c5a2d4e016a278434a" %}
[PoH 市场](/clore.ai/clore.ai-eng-zh/chi-bi-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
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/chi-bi-zheng-ming/overview.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.
