> 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-es/prueba-de-tenencia/poh-staking.md).

# Staking de PoH

**Staking PoH** permite a los titulares de CLORE obtener ingresos pasivos al hacer staking de sus tokens. Conecta tu billetera, firma un mensaje y empieza a ganar — así de simple.

## Beneficios

* **Gana hasta un 15 % de APY** sobre tus participaciones de CLORE
* **82.000 CLORE distribuidos diariamente** a los stakers
* **Reduce las comisiones del marketplace** hasta en un 50 %
* **Sin bloqueo** — retira en cualquier momento sin penalizaciones
* **Control total** — los tokens permanecen en tu billetera

***

## Cómo hacer staking

### Paso 1: Ve a la sección PoH

Navega hasta [clore.ai/proof-of-holding](https://clore.ai/proof-of-holding)

### Paso 2: Conecta MetaMask

Haz clic en **Conectar billetera** y selecciona MetaMask. Aprueba la solicitud de conexión en MetaMask.

### Paso 3: Firmar la verificación

Firma el mensaje en MetaMask para verificar la propiedad de la billetera. Esto no transfiere ningún token.

### Paso 4: Listo

Tu saldo de CLORE ahora está en staking. Las recompensas se acumulan automáticamente.

***

## Reclamar recompensas

| Parámetro                       | Valor                            |
| ------------------------------- | -------------------------------- |
| Período de maduración           | 7 días                           |
| Recompensa del día 1 reclamable | Día 8                            |
| Caducidad                       | 30 días después de la maduración |

Ve a [clore.ai/proof-of-holding](https://clore.ai/proof-of-holding) creada y haz clic en **Reclamar** para cobrar tus recompensas.

> **Importante:** Las recompensas no reclamadas expiran después de 30 días. ¡Reclama con regularidad!

***

## Reducción de tarifas

Hacer staking de CLORE reduce las comisiones base del marketplace para **tanto arrendatarios como anfitriones**:

| CLORE en PoH | Reducción de tarifas |
| ------------ | -------------------- |
| 0            | 0%                   |
| 200,000      | 5%                   |
| 500,000      | 13%                  |
| 1,000,000    | 25%                  |
| 2,000,000+   | 50% (máximo)         |

La reducción escala linealmente: `round(min(poh / 2,000,000, 1) × 50)%`

Ver [Estructura de tarifas](/clore.ai/clore.ai-eng-es/para-arrendatarios/fee-structure.md) para obtener todos los detalles sobre los mecanismos de reducción de comisiones.


---

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