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

# リキッドステーキングの方法

{% hint style="danger" %}
\[アーカイブ済み] Liquid Staking
{% endhint %}

PancakeSwapでETHをWBETHに変換・スワップするのは簡単です。手順は以下の通りです：

ETHをステーキングしてWBETHを受け取るには：

1. [PancakeSwap](https://pancakeswap.finance/)にアクセスしてウォレットを接続します。WBETHに変換するためにEthereumまたはBNBチェーンネットワーク上のウォレットにETHがあることを確認してください。
2. 「Earn」タブに移動して[「Liquid Staking」](https://pancakeswap.finance/liquid-staking)を選択します
3. 選択されているステークペアがETH/WBETHであることを確認して「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. 変換したいETHの量を入力し、WBETHでの対応する量を確認します。リマインダー：ステーキング報酬が発生するため、WBETHトークンの価値はETHに対して上昇します。

   <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/liquid-staking%20%282%29.png" alt=""><figcaption></figcaption></figure>
5. WBETHトークンを有効化するためにステーキングをクリックします。もう一度ステーキングをクリックしてウォレットでトランザクションを確認すると、WBETHトークンがウォレットに入金されます。

WBETHをETHにスワップするには：

1. [「Trade」](https://pancakeswap.finance/swap?inputCurrency=0xa2E3356610840701BDf5611a53974510Ae27E2e1\&outputCurrency=0x2170Ed0880ac9A755fd29B2688956BD959F933F8)タブに移動します。
2. 入力トークンとして「WBETH」、出力トークンとして「ETH」を選択します。
3. スワップしたいWBETHの量を入力して「Swap」をクリックします。
4. ウォレットでトランザクションを確認すると、スワップされたETHがウォレット残高に追加されます。


---

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