# ASCII Diagram — Rebalancing Flow

```sql
           +-----------------------------------+
           |        Target Allocation Set       |
           +------------------+-----------------+
                              |
                   Compute Rebalance Plan
                              |
                 +------------+------------+
                 |                         |
        Over-Allocated Strategies    Under-Allocated Strategies
                 |                         |
        Initiate Unwind in Execution Env   |
                 |                         |
     Return Liquidity to zkSync Vault      |
                 |                         |
        Validation of Returned State       |
                 |                         |
      NAV Update After Validation          |
                 |                         |
            Capital Available              v
                              Allocate to Strategies
                              (Execution Environments)
                              |
                              v
                         Rebalance Complete

```

### Summary

The Rebalancing and Routing layer orchestrates capital movement across heterogeneous execution environments in a deterministic, accounting-first manner. By separating asynchronous execution from synchronous accounting and settlement on zkSync, Multistake ensures that capital can migrate across execution environments without compromising ERC-4626 correctness, solvency guarantees, or user withdrawal predictability.


---

# 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/ascii-diagram-rebalancing-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.
