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