> 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-fr/preuve-de-detention/poh-staking.md).

# Staking PoH

**Staking PoH** permet aux détenteurs de CLORE de générer un revenu passif en mettant leurs jetons en staking. Connectez votre portefeuille, signez un message et commencez à gagner — c'est aussi simple que ça.

## Avantages

* **Gagnez jusqu'à 15 % d'APY** sur vos avoirs CLORE
* **82 000 CLORE distribués chaque jour** aux stakers
* **Réduisez les frais de marché** jusqu'à 50 %
* **Aucun blocage** — retirez à tout moment sans pénalités
* **Contrôle total** — les jetons restent dans votre portefeuille

***

## Comment staker

### Étape 1 : Accédez à la section PoH

Accédez à [clore.ai/proof-of-holding](https://clore.ai/proof-of-holding)

### Étape 2 : Connectez MetaMask

Cliquez sur **Connecter le portefeuille** et sélectionnez MetaMask. Approuvez la demande de connexion dans MetaMask.

### Étape 3 : Signature de vérification

Signez le message dans MetaMask pour vérifier la propriété du portefeuille. Cela ne transfère aucun jeton.

### Étape 4 : Terminé

Votre solde CLORE est maintenant mis en staking. Les récompenses s'accumulent automatiquement.

***

## Réclamer les récompenses

| Paramètre                          | Valeur                    |
| ---------------------------------- | ------------------------- |
| Période de maturation              | 7 jours                   |
| Récompense du jour 1 revendiquable | Jour 8                    |
| Expiration                         | 30 jours après maturation |

Allez dans [clore.ai/proof-of-holding](https://clore.ai/proof-of-holding) créée et cliquez sur **Réclamer** pour collecter vos récompenses.

> **Important :** Les récompenses non réclamées expirent après 30 jours. Réclamez-les régulièrement !

***

## Réduction des frais

Mettre CLORE en staking réduit les frais de base de la place de marché pour **à la fois pour les locataires et les hébergeurs**:

| CLORE en PoH | Réduction des frais |
| ------------ | ------------------- |
| 0            | 0%                  |
| 200,000      | 5%                  |
| 500,000      | 13%                 |
| 1,000,000    | 25%                 |
| 2,000,000+   | 50 % (maximum)      |

La réduction est linéaire : `round(min(poh / 2,000,000, 1) × 50)%`

Voir [Structure des frais](/clore.ai/clore.ai-eng-fr/pour-les-locataires/fee-structure.md) pour plus de détails sur les mécanismes de réduction des frais.


---

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