# Withdrawal Flow

The WithdrawQueue contract is regularly furnished with funds sufficient to accommodate users' withdrawal demand.

These funds are routed through the RestakeManager contract which receives them via the following sources:

1a. Ethereum staking rewards & EigenLayer restaking rewards\
1b. User deposited funds\
1c. Ethereum Beacon Chain validator exits

As the RestakeManager receives these funds, it performs a check and routes them to one of two places:

2. To the WithdrawQueue if buffers have not been filled — supplying funds for future withdrawals
3. To the DepositQueue if buffers have been filled — sending funds back into the protocol (auto-compounding)

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


---

# 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.renzoprotocol.com/docs/services/withdrawals/withdrawal-flow.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.
