> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/es/staking.md).

# Staking

- [Explicación de Staking.](https://help.margex.com/help-center/es/staking/what-is-staking.md): El Staking genera ingresos pasivos sin vender tu criptomoneda. En Margex, ofrece ventajas como la ausencia de períodos de bloqueo.
- [Porcentaje de Rendimiento Anual (APY%) y cómo se calcula](https://help.margex.com/help-center/es/staking/what-is-staking/apy-income.md): Los ingresos diarios del staking se calculan en base al valor más bajo del saldo desde el último período de pago. Rendimiento diario = (Saldo más bajo desde el último período de pago \* % APY) / 365
- [Las ventajas de hacer staking en Margex](https://help.margex.com/help-center/es/staking/what-is-staking/staking-on-margex-advantages.md): El staking en Margex tiene ventajas: gran APY potencial, diversidad de proyectos y sin períodos de bloqueo. ¡Apuesta y opera para maximizar tus ganancias!
- [Límites del pool de Staking](https://help.margex.com/help-center/es/staking/what-is-staking/pool-limits.md): Las monedas apostadas se destinan a proyectos DeFi y CeFi, como arbitraje entre cadenas y préstamos con colateral. El indicador de límite del pool muestra la liquidez restante.
- [¿Cómo hacer stake (activar/deactivar el staking)?](https://help.margex.com/help-center/es/staking/stake-unstake.md): Para staking sin restricciones: 1. Ve a la página de Billetera; 2. Activa el staking; 3. Confirma. Pagos de staking diarios al saldo.
- [Estadísticas de Staking. Calculadora de Rendimiento de Staking.](https://help.margex.com/help-center/es/staking/staking-stats-and-calculator.md): Controla tu actividad de staking en la página de Billetera, haciendo clic en 'Recompensas APY'. Administra apuestas activas y usa la calculadora de ingresos por staking.
- [Aumenta tu Rendimiento de Staking](https://help.margex.com/help-center/es/staking/how-to-boost-returns.md): Al hacer staking, se apuesta todo el saldo de la billetera. Mayor saldo, mayor rendimiento. Aprende a operar con apalancamiento x100 para maximizar tus ganancias.


---

# 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://help.margex.com/help-center/es/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.
