> For the complete documentation index, see [llms.txt](https://docs.xhash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xhash.com/staking/restaking-guides/eigenlayer/withdraw-from-eigenlayer/partial-withdrawals.md).

# Partial Withdrawals

{% hint style="info" %}
Due to how withdrawals from Ethereum are designed, users can only initiate one partial withdrawal per[ sequential sweep](https://ethereum.org/en/staking/withdrawals/#validator-sweeping) of all validators (which takes approximately 7-8 days).

All funds unstaked from EigenLayer go through a 7-day escrow period before being able to be withdrawn. Thus after you initiate your unstake, you must wait 7-days before being able to withdraw your assets.
{% endhint %}

**Step 1:** Unstake - click **Unstake** to queue the withdrawal and initiate the escrow period.

<figure><img src="/files/eoQuqqbZFm8guBPCdXaR" alt=""><figcaption></figcaption></figure>

If successful, you should receive a confirmation. Once the transaction confirms, you should see your EigenPod balance move to *Unstake pending:*

<figure><img src="/files/QWiC6nJwEy2R53Q9tBJe" alt=""><figcaption></figcaption></figure>

**Step 2:** Wait for the escrow period to complete.

**Step 3:** Withdraw - upon completion of the escrow period. Click **Withdraw** to transfer the funds to your wallet.

<figure><img src="/files/noZZ65FsF8vxf8Ha9gkP" alt=""><figcaption></figcaption></figure>

If successful, you should receive a confirmation.


---

# 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.xhash.com/staking/restaking-guides/eigenlayer/withdraw-from-eigenlayer/partial-withdrawals.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.
