# Invariant 4 — No Double Counting

Cross-chain movement introduces risk of temporarily inconsistent states. Multistake eliminates this by enforcing:

* capital in transit counts as **zero**
* assets deployed on a plane can only be counted once
* assets returning from an unwind count **only after validation**
* no value is added at send-time; only after validated arrival
* partial unwinds create proportional adjustments, never projections

This invariant prevents temporary cross-chain states from creating phantom NAV.


---

# 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-4-no-double-counting.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.
