# Overview

Multistake’s rebalancing and routing framework governs how capital is allocated and migrated across strategies and heterogeneous execution environments while preserving solvency, net asset value (NAV) correctness, and deterministic accounting guarantees. Because strategies operate across multiple blockchain environments with differing latency, throughput, and settlement characteristics, the rebalancing system coordinates capital movement across asynchronous execution domains while maintaining a strictly synchronous accounting model on zkSync.

The primary objective of this layer is to ensure that strategy allocations dynamically evolve in response to risk constraints, performance signals, and liquidity requirements, without compromising the ERC-4626 guarantees that users depend on for predictable deposits, withdrawals, and share accounting.


---

# 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/overview.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.
