# Invariant 3 — No Premature Minting or Burning

#### Deposits

Shares mint **only after zkSync receives finalised assets**.

#### Withdrawals

Shares burn **only after liquidity is validated and present on zkSync**.

This ensures:

* no synthetic liquidity
* no share inflation
* no burn-before-liquidity scenarios
* no depletion of backing assets

Minting and burning are always anchored to zkSync finality.


---

# 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/cross-domain-invariants/differing-invariants/invariant-3-no-premature-minting-or-burning.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.
