# Phase 1

## **zkSync Canonical Vault Launch**

**Objective:**\
Deploy a fully functional ERC-4626 vault on zkSync that supports deterministic accounting and first-class LST strategies.

**Key Deliverables:**

* zkSync ERC-4626 Home Vault deployed
* Base Strategy Set (e.g., passive LST yield, simple LPing)
* Oracle Layer v1 with deterministic validation
* Rebalancing Router (single-plane mode)
* Withdrawal Queue v1
* Security audits (zkSync core contracts)
* Gas-optimized accounting engine

**Outcome:**\
A fully functional, production-grade L2-native vault ready to support remote execution integration.


---

# 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/roadmap/phases/phase-1.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.
