> For the complete documentation index, see [llms.txt](https://stader.gitbook.io/stader/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stader.gitbook.io/stader/ethereum/eth-staking/withdraw.md).

# Withdraw

### What all information is present under the "Withdraw" tab?

All active unstake requests will be listed under the "Withdraw" tab. \
\- Unstake requests available for withdrawal will have an enabled "Withdraw" button.\
\- Unstake requests not yet available for withdrawal will display the release date and time according to your timezone.

### **What is the unbonding period for ETH?**

Unstake requests are processed within 7-10 days, subject to entry and exit queue on the Ethereum network

### **What happens after the unbonding period is complete?**

Once the unbonding period for your unstake request is complete, the "Withdraw" button will be enabled. You can then click this button to withdraw your tokens.

### Why does the “amount to receive” shown at the time of unstaking differs a bit from the actual amount during withdrawal?

Stader collects all unstaking requests accumulated over a specific time period and sends them to the network for processing. Due to the time gap between when you initiate the unstaking and when Stader submits the request to the network, there may be a minor change in the exchange rate. The exchange rate in effect at the time Stader submits the unstaking request to the network will be used to calculate the amount you will receive upon withdrawal.


---

# 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://stader.gitbook.io/stader/ethereum/eth-staking/withdraw.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.
