> 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/proof-of-holding/poh-staking.md).

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