# PoH Staking

**PoH Staking** allows CLORE holders to earn passive income by staking their tokens. Connect your wallet, sign a message, and start earning — it's that simple.

## Benefits

* **Earn up to 15% APY** on your CLORE holdings
* **80,000 CLORE distributed daily** to stakers
* **Reduce marketplace fees** by up to 50%
* **No lockup** — withdraw anytime without penalties
* **Full control** — tokens stay in your wallet

***

## How to Stake

### Step 1: Go to PoH Section

Navigate to [clore.ai/proof-of-holding](https://clore.ai/proof-of-holding)

### Step 2: Connect MetaMask

Click **Connect Wallet** and select MetaMask. Approve the connection request in MetaMask.

### Step 3: Sign Verification

Sign the message in MetaMask to verify wallet ownership. This does not transfer any tokens.

### Step 4: Done

Your CLORE balance is now staked. Rewards accumulate automatically.

***

## Claiming Rewards

| Parameter              | Value                    |
| ---------------------- | ------------------------ |
| Maturation period      | 7 days                   |
| Day 1 reward claimable | Day 8                    |
| Expiration             | 30 days after maturation |

Go to [clore.ai/proof-of-holding](https://clore.ai/proof-of-holding) and click **Claim** to collect your rewards.

> **Important:** Unclaimed rewards expire after 30 days. Claim regularly!

***

## Fee Reduction

Staking CLORE reduces marketplace base fees for **both renters and hosters**:

| CLORE in PoH | Fee Reduction |
| ------------ | ------------- |
| 0            | 0%            |
| 200,000      | 5%            |
| 500,000      | 13%           |
| 1,000,000    | 25%           |
| 2,000,000+   | 50% (maximum) |

Reduction scales linearly: `round(min(poh / 2,000,000, 1) × 50)%`

See [Fee Structure](/for-renters/fee-structure.md) for full details on fee reduction mechanisms.


---

# 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/proof-of-holding/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.
