# PoH 质押

**持币证明（PoH）质押** 允许 CLORE 持有者通过质押代币获得被动收入。连接你的钱包，签署消息，然后开始赚钱——就是这么简单。

## 好处

* **获得高达 15% 的年化收益（APY）** 基于你的 CLORE 持有量
* **每天分发 80,000 CLORE** 给质押者
* **减少市场手续费** 最多可达 50%
* **无锁定期** — 随时提取且无罚款
* **完全控制** — 代币保留在你的钱包中

***

## 如何质押

### 步骤 1：前往 PoH 区域

导航至 [clore.ai/proof-of-holding](https://clore.ai/proof-of-holding)

### 步骤 2：连接 MetaMask

点击 **连接钱包** 并选择 MetaMask。在 MetaMask 中批准连接请求。

### 步骤 3：签署验证

在 MetaMask 中签署消息以验证钱包所有权。这不会转移任何代币。

### 步骤 4：完成

你的 CLORE 余额现在已被质押。奖励会自动累计。

***

## 领取奖励

| 参数         | 数值       |
| ---------- | -------- |
| 成熟期        | 7 天      |
| 第 1 天可申领奖励 | 第 8 天    |
| 到期         | 成熟后 30 天 |

前往 [clore.ai/proof-of-holding](https://clore.ai/proof-of-holding) 并点击 **领取** 以收取你的奖励。

> **重要：** 未领取的奖励在 30 天后过期。请定期领取！

***

## 手续费减免

质押 CLORE 可降低市场的基础手续费，适用于 **租客和主机双方**:

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

减免按线性比例缩放： `round(min(poh / 2,000,000, 1) × 50)%`

参见 [费用结构](https://docs.clore.ai/clore.ai/clore.ai-eng-zh/zhen-dui-zu-yong-zhe/fee-structure) 以了解有关手续费减免机制的完整详情。


---

# 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/poh-staking.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.
