# Withdrawals & Liquidity Guarantees

The vault maintains a withdrawal queue for cases where liquidity must be retrieved from execution planes. The queue is:

* deterministic
* FIFO ordered
* fully solvency-preserving
* independent of plane-level failures

If strategies are mid-trade, mid-epoch, or bridging back, withdrawals simply wait for validated liquidity to return. During such periods:

* shares remain unburned
* NAV remains correct
* no user can front-run or bypass the queue

This maintains ERC-4626 correctness under asynchronous settlement.


---

# 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://multistake-1.gitbook.io/multistake-docs/documentation/zksync-home-vault/capital-allocation-layer/withdrawals-and-liquidity-guarantees.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.
