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

# PoH-Staking

**PoH-Staking** ermöglicht CLORE-Inhabern, durch das Staking ihrer Token passives Einkommen zu erzielen. Verbinde deine Wallet, signiere eine Nachricht und beginne zu verdienen — so einfach ist das.

## Vorteile

* **Verdiene bis zu 15 % APY** auf deine CLORE-Bestände
* **82.000 CLORE werden täglich verteilt** an Staker
* **Marktplatzgebühren reduzieren** um bis zu 50 %
* **Keine Bindungsfrist** — jederzeit ohne Strafen auszahlen
* **Volle Kontrolle** — Token bleiben in deiner Wallet

***

## Wie man stakt

### Schritt 1: Gehe zum PoH-Bereich

Navigiere zu [clore.ai/proof-of-holding](https://clore.ai/proof-of-holding)

### Schritt 2: Verbinde MetaMask

Klicken Sie auf **Wallet verbinden** und wähle MetaMask aus. Genehmige die Verbindungsanfrage in MetaMask.

### Schritt 3: Verifizierung signieren

Signiere die Nachricht in MetaMask, um den Besitz der Wallet zu bestätigen. Dadurch werden keine Token übertragen.

### Schritt 4: Fertig

Dein CLORE-Guthaben ist jetzt gestakt. Belohnungen sammeln sich automatisch an.

***

## Belohnungen einlösen

| Parameter                    | Wert                       |
| ---------------------------- | -------------------------- |
| Reifezeitraum                | 7 Tage                     |
| Belohnung an Tag 1 einlösbar | Tag 8                      |
| Ablauf                       | 30 Tage nach der Reifezeit |

Gehen Sie zu [clore.ai/proof-of-holding](https://clore.ai/proof-of-holding) aus und klicken Sie auf **Einlösen** um deine Belohnungen abzuholen.

> **Wichtig:** Nicht eingelöste Belohnungen verfallen nach 30 Tagen. Regelmäßig einlösen!

***

## Gebührensenkung

Das Staking von CLORE reduziert die Basisgebühren des Marktplatzes für **sowohl Mieter als auch Anbieter**:

| CLORE in PoH | Gebührensenkung |
| ------------ | --------------- |
| 0            | 0%              |
| 200,000      | 5%              |
| 500,000      | 13%             |
| 1,000,000    | 25%             |
| 2,000,000+   | 50 % (maximal)  |

Die Reduktion skaliert linear: `round(min(poh / 2.000.000, 1) × 50)%`

Siehe [Gebührenstruktur](/clore.ai/clore.ai-eng-de/fur-mieter/fee-structure.md) für vollständige Details zu den Mechanismen der Gebührensenkung.


---

# 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-de/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.
