# zkSync Vault as Trust Anchor

The vault embodies the following invariants:

1. **Accounting is local and deterministic.**\
   No external system can alter vault state.
2. **Execution is external and replaceable.**\
   Strategies can change chains without changing user guarantees.
3. **NAV correctness is mandatory.**\
   Invalid data is ignored automatically.
4. **Share supply is immutable except through vault logic.**\
   No strategy or bridge can mint or burn shares.
5. **Cross-domain behavior is abstracted away.**\
   Users interface with a single vault regardless of multi-chain execution.

These invariants differentiate Multistake from common yield aggregators and make cross-chain execution economically safe.


---

# 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/zksync-vault-as-trust-anchor.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.
