> 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/archive/legacy-products/archived-liquid-staking-integration/how-to-liquid-stake.md).

# How To Liquid Stake

{% hint style="danger" %}
\[Archived] Liquid Staking
{% endhint %}

Converting and swapping ETH to WBETH on PancakeSwap is a breeze. Here’s how to do it:

To stake ETH and receive WBETH:

1. Head over to [PancakeSwap](https://pancakeswap.finance/) and connect your wallet. Ensure you have ETH in your wallet on either Ethereum or BNB Chain network to convert to WBETH.
2. Navigate to the "Earn" tab and select ["Liquid Staking”](https://pancakeswap.finance/liquid-staking)
3. Confirm the stake pair chosen is ETH/WBETH and click “proceed”.

   <figure><img src="/files/hDOfnomY2m7UkhixSrCq" alt=""><figcaption></figcaption></figure>
4. Enter the amount of ETH you want to convert and check the corresponding amount in WBETH. Reminder: The value of the WBETH token will appreciate with respect to ETH due to the staking rewards accrued.

   <figure><img src="/files/W9sWHNheR7HDpx0pHEsa" alt=""><figcaption></figcaption></figure>
5. Click stake to enable WBETH token. Click stake again to confirm the transaction in your wallet, and voila! Your WBETH tokens will be credited to your wallet.

To swap WBETH to ETH:

1. Navigate to the ["Trade"](https://pancakeswap.finance/swap?inputCurrency=0xa2E3356610840701BDf5611a53974510Ae27E2e1\&outputCurrency=0x2170Ed0880ac9A755fd29B2688956BD959F933F8) tab.
2. Choose "WBETH" as the input token and "ETH" as the output token.
3. Input the amount of WBETH you want to swap and click "Swap".
4. Confirm the transaction in your wallet, and your swapped ETH will be added to your wallet balance


---

# 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:

```
GET https://docs.pancakeswap.finance/archive/legacy-products/archived-liquid-staking-integration/how-to-liquid-stake.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.
