> For the complete documentation index, see [llms.txt](https://docs.renzoprotocol.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.renzoprotocol.com/docs/~/revisions/J8CcmWcEkQh3dHfS5oDr/services/withdrawals/withdrawal-flow.md).

# 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>
