# Security Path Model

```sql
                       Remote Planes 
                  |          |          |
        Untrusted Reports — Balance, PnL, Rewards
                  |          |          |
                  +----------+----------+
                             |
                     zkSync Oracle Layer
        (State Proofs • Price Checks • Timing Validation)
                             |
                    Valid?         Invalid?
                      |               |
                      v               v
      Accepted into NAV       Excluded + Strategy Paused
                      |
                      v
                zkSync Home Vault
          (Supply • NAV • ERC-4626 Accounting)

```

## **Summary**

Multistake’s security model is shaped by multi-plane execution but enforced entirely in a single canonical domain (zkSync). This separation allows strategies to execute across high-performance or ultra-low-latency environments without risking solvency, correctness, or NAV integrity. A failure in any plane—strategic or systemic—can only reduce performance, never compromise accounting.

This full-spectrum security design enables safe cross-domain yield aggregation at scale.


---

# 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/security-model/security-path-model.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.
