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

# Comment Liquid Staker

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

Convertir et échanger de l'ETH contre du WBETH sur PancakeSwap est un jeu d'enfant. Voici comment procéder :

Pour staker de l'ETH et recevoir du WBETH :

1. Rendez-vous sur [PancakeSwap](https://pancakeswap.finance/) et connectez votre portefeuille. Assurez-vous d'avoir de l'ETH dans votre portefeuille sur le réseau Ethereum ou BNB Chain pour le convertir en WBETH.
2. Naviguez vers l'onglet « Earn » et sélectionnez [« Liquid Staking »](https://pancakeswap.finance/liquid-staking)
3. Confirmez que la paire de staking choisie est ETH/WBETH et cliquez sur « 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. Entrez le montant d'ETH que vous souhaitez convertir et vérifiez le montant correspondant en WBETH. Rappel : la valeur du token WBETH s'appréciera par rapport à l'ETH en raison des récompenses de staking accumulées.

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/liquid-staking%20%282%29.png" alt=""><figcaption></figcaption></figure>
5. Cliquez sur « stake » pour activer le token WBETH. Cliquez à nouveau sur « stake » pour confirmer la transaction dans votre portefeuille, et voilà ! Vos tokens WBETH seront crédités sur votre portefeuille.

Pour échanger du WBETH contre de l'ETH :

1. Naviguez vers l'onglet [« Trade »](https://pancakeswap.finance/swap?inputCurrency=0xa2E3356610840701BDf5611a53974510Ae27E2e1\&outputCurrency=0x2170Ed0880ac9A755fd29B2688956BD959F933F8).
2. Choisissez « WBETH » comme token d'entrée et « ETH » comme token de sortie.
3. Entrez le montant de WBETH que vous souhaitez échanger et cliquez sur « Swap ».
4. Confirmez la transaction dans votre portefeuille, et votre ETH échangé sera ajouté à votre solde de portefeuille.


---

# 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/french/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.
