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

# Come Fare Liquid Stake

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

Convertire e scambiare ETH in WBETH su PancakeSwap è semplicissimo. Ecco come fare:

Per fare staking di ETH e ricevere WBETH:

1. Vai su [PancakeSwap](https://pancakeswap.finance/) e connetti il tuo portafoglio. Assicurati di avere ETH nel portafoglio sulla rete Ethereum o BNB Chain per convertirlo in WBETH.
2. Vai alla scheda "Earn" e seleziona ["Liquid Staking"](https://pancakeswap.finance/liquid-staking)
3. Conferma che la coppia di staking scelta sia ETH/WBETH e clicca "proceed".

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/liquid-staking%20%281%29.png" alt=""><figcaption></figcaption></figure>
4. Inserisci l'importo di ETH che vuoi convertire e controlla il corrispondente importo in WBETH. Promemoria: il valore del token WBETH aumenterà rispetto all'ETH grazie alle ricompense dello staking accumulate.

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/liquid-staking%20%282%29.png" alt=""><figcaption></figcaption></figure>
5. Clicca stake per abilitare il token WBETH. Clicca stake di nuovo per confermare la transazione nel tuo portafoglio, ed ecco fatto! I tuoi token WBETH saranno accreditati nel tuo portafoglio.

Per scambiare WBETH in ETH:

1. Vai alla scheda ["Trade"](https://pancakeswap.finance/swap?inputCurrency=0xa2E3356610840701BDf5611a53974510Ae27E2e1\&outputCurrency=0x2170Ed0880ac9A755fd29B2688956BD959F933F8).
2. Scegli "WBETH" come token di input e "ETH" come token di output.
3. Inserisci l'importo di WBETH che vuoi scambiare e clicca "Swap".
4. Conferma la transazione nel tuo portafoglio e il tuo ETH scambiato verrà aggiunto al saldo del tuo portafoglio.


---

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