> 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/como-hacer-staking-liquido.md).

# Cómo hacer Staking Líquido

Convertir y hacer un swap entre ETH y WBETH en PancakeSwap es realmente sencillo. Así es cómo se hace:

Para depositar ETH y recibir WBETH:

1. Entrar en [PancakeSwap](https://pancakeswap.finance/) y conectar tu wallet. Asegurarse de tener ETH en tu wallet, ya sea en la red de Ethereum o BNB Chainpara convertir en WBETH.
2. Selecciona la pestaña "Gana" y luego "[Liquid Staking](https://pancakeswap.finance/liquid-staking)"
3. Confirma que el par elegido sea ETH/WBETH y clic en “proceed”.

   <img src="https://1397868517-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHREX7DHcljbY5IkjgJ-1972196547%2Fuploads%2F7aqBiuLr4iMsRVjOeSUF%2Fliquid-staking%20(1).png?alt=media&#x26;token=f6d326c8-8e75-4205-ad33-6c405bd20ab5" alt="" width="100%">
4. Ingresa la cantidad de ETH que quieres convertir y comprueba la cantidad correspondiente en WBETH.\
   Recordatorio: El valor del token WBETH aumentará con respecto a ETH debido a las sucesivas recompensas del staking.

   <img src="https://1397868517-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHREX7DHcljbY5IkjgJ-1972196547%2Fuploads%2FNPRMAJL6T6Gc8Tu91VeF%2Fliquid-staking%20(2).png?alt=media&#x26;token=3ac362ca-dcc2-4fa4-bb91-832214569c1a" alt="" width="100%">
5. Clic stake para habilitar el token WBETH. Clic stake otra vez para confirmar la transacción en tu wallet, y voila! Tus tokens WBETH serán acreditados en tu wallet.

Para intercambiar (swap) WBETH a ETH:

1. Vamos a la pestaña "[Intercambio](https://pancakeswap.finance/swap?inputCurrency=0xa2E3356610840701BDf5611a53974510Ae27E2e1\&outputCurrency=0x2170Ed0880ac9A755fd29B2688956BD959F933F8)"
2. Elegimos "WBETH" como token de entrada y "ETH" como token de salida.
3. Ingresamos la cantidad de WBETH que queremos cambiar, y clic en "Cambiar" (swap).
4. Confirmamos la transacción en la wallet, y los ETH recibidos serán añadidos al balance de nuestra wallet.


---

# 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/como-hacer-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.
