# Liquidity Constraints During Rebalance

The zkSync vault enforces three constraints:

#### **Minimum Idle Liquidity**

A configured percentage of assets must remain in the zkSync vault to satisfy regular withdrawals.

#### **Withdrawal Queue Priority**

If withdrawals are queued, rebalance allocations are paused until the queue is satisfied.

#### **Plane Isolation**

If a plane becomes unhealthy, strategies on that plane are excluded from new allocation, and pending rebalances involving that plane are frozen until conditions normalize.

These constraints ensure that rebalances never impair user withdrawal guarantees.


---

# 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/rebalancing-and-routing/rebalancing-philosophy/liquidity-constraints-during-rebalance.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.
