# Staking PoH

**Staking PoH** permite a los poseedores de CLORE obtener ingresos pasivos apostando sus tokens. Conecta tu billetera, firma un mensaje y comienza a ganar: así de sencillo.

## Beneficios

* **Gana hasta 15% APY** en tus tenencias de CLORE
* **80,000 CLORE distribuidos diariamente** a los apostadores
* **Reduce las tarifas del mercado** hasta en un 50%
* **Sin bloqueo** — retira en cualquier momento sin penalizaciones
* **Control total** — los tokens permanecen en tu billetera

***

## Cómo apostar

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

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

### Paso 2: Conecta MetaMask

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

### Paso 3: Firma 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á apostado. Las recompensas se acumulan automáticamente.

***

## Reclamación de recompensas

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

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

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

***

## Reducción de tarifas

Apostar CLORE reduce las tarifas base del mercado 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)%`

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


---

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