# How to withdraw staked ETH/stETH/wstETH?

### Withdrawing ETH

1. Connect your wallet to the LIS web app
2. Go to Withdraw page (header menu)

<figure><img src="https://1347272105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F439XSb7UzIo5Uc1eUKnn%2Fuploads%2F4Z2wXDBNGAWtiNyJFrEe%2FScreenshot%202024-10-25%20at%204.13.59%E2%80%AFPM.png?alt=media&#x26;token=7945ebdb-7fae-4166-b316-4143d9dfcf96" alt="" width="563"><figcaption><p>Withdrawing from Lido Impact Staking</p></figcaption></figure>

1. You need to request your withdrawal, and it will take from 1-4 days to get processed
2. To request a new withdrawal, select the cause (under Rewards and Donations) you would like to withdraw your stake from
3. Select the specific stake you would like to withdraw
4. Enter the ETH amount or click on MAX to withdraw the whole stake
5. Click Withdraw

### Claim Your ETH

Once this is done, your withdrawal request will appear as *Pending* in the Claim tab. You will be able to make the withdrawal once its status changes to *Claim* in the Claim tab.&#x20;

<figure><img src="https://1347272105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F439XSb7UzIo5Uc1eUKnn%2Fuploads%2FbBG3RvxInVoqwpPyEm0b%2FScreenshot%202024-06-05%20at%2011.03.12.png?alt=media&#x26;token=4a3e326d-f26a-475e-b28f-1d230c5129b9" alt="" width="563"><figcaption></figcaption></figure>

Follow the steps below to withdraw your stETH or wstETH and stop staking and donating.

### Withdraw stETH/wstETH

1. Connect your wallet to the LIS web app
2. Go to Withdraw page (header menu)

<figure><img src="https://1347272105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F439XSb7UzIo5Uc1eUKnn%2Fuploads%2FMtw5194lg2UqmhHYc4rP%2FScreenshot%202024-10-25%20at%204.14.14%E2%80%AFPM.png?alt=media&#x26;token=d6718634-fd85-4a7a-a2ed-8c9cf59ac422" alt="" width="563"><figcaption></figcaption></figure>

* First, you need to request your withdrawal, and it will take from 1-5 minutes to get processed
* To request a new withdrawal, select the cause (under Rewards and Donations) you would like to withdraw your stake from
* Select the specific stake you would like to withdraw
* Enter the stETH/wstETH amount or click on MAX to withdraw the whole stake. You can also withdraw less than your maximum amount staked.
* Click Withdraw
* Once the transaction is processed your requested funds will be deposited and reflected in your wallet

{% hint style="info" %}
**Lido's wei corner case**

stETH balance calculation includes integer division, and there is a common case when the whole stETH balance can't be transferred from the account while leaving the last 1-2 wei on the smart contract. The same thing can actually happen at any transfer or deposit transaction.\
\
1 wei = 0.000000000000000001 ETH\
\
Ref :- <https://docs.lido.fi/guides/lido-tokens-integration-guide/#1-2-wei-corner-case>
{% endhint %}


---

# Agent Instructions: 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://launchnodes.gitbook.io/lido-impact-staking-lis/donating-staking-returns/how-to-withdraw-staked-eth-steth-wsteth.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.
