> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/espanol/productos./integracion-de-staking-liquido.md).

# Integración de Staking Líquido

PancakeSwap se ha asociado con Binance Earn para ofrecer la integración de staking líquido para el token WBETH (Wrapped Beacon Ethereum). Esto permite a los usuarios de PancakeSwap convertir e intercambiar ETH a WBETH fácilmente en la red Ethereum y la cadena BNB.&#x20;

¿Qué es Staking Líquido?&#x20;

El staking líquido es un método que permite a los usuarios depositar sin dejar de usar o intercambiar sus activos a través de un token representativo. Esto proporciona flexibilidad y acceso a los fondos para otros usos mientras sigue ganando recompensas de participación. Dado que la red Ethereum ha finalizado la Fusión (es decir, el mecanismo de consenso de ETH se ha actualizado a Prueba de Participación), el staking líquido ofrece a los usuarios la opción de depositar su ETH para ganar recompensas. Y, a diferencia de los métodos de participación tradicionales, los usuarios aún pueden usar y tener la liquidez de su ETH mientras se realiza la participación. El token WBETH resuelve este problema.

Se pueden intercambiar, usar en aplicaciones DeFi o mantener mientras los tokens ETH originales están en staking. Por lo tanto, el staking líquido brinda flexibilidad y permite a los poseedores de tokens utilizar sus tokens depositados de múltiples maneras sin tener que deshacer el stake y perder potencialmente las recompensas del staking. [Haga clic aquí para obtener más información sobre Ethereum Proof of Stake.](https://academy.binance.com/en/articles/what-is-ethereum-2-0-and-why-does-it-matter)


---

# 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.pancakeswap.finance/espanol/productos./integracion-de-staking-liquido.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.
