# zkSync Execution Plane

The zkSync plane is the simplest and most conservative execution environment. It is part of the same domain as the vault, which makes it ideal for strategies requiring stability and deterministic execution rather than speed or throughput.

**Execution Characteristics**

* Validity-proof based L2
* Predictable block cadence
* Low-cost state transitions
* Strong composability guarantees
* No reorg risk at the application layer
* All operations finalised after proofs are accepted on L1

**Strategy Use Cases**\
The zkSync plane is suited for strategies with stable execution requirements:

* LST staking wrappers
* deterministic swaps
* model-driven rebalancing with low frequency
* fallback execution during plane outages
* liquidity provisioning that benefits from low gas usage over rapid adjustments

Because this plane shares the same domain as the vault, strategies here have the lowest operational overhead.


---

# 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/execution-planes-zksync-monad-megaeth/plane-overview/zksync-execution-plane.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.
