structural sync
The five-layer verification framework for the cyber protocol ensuring verified eventual consistency.
layers
- zheng validity — confirms each signal conforms to protocol grammar
- hash chain + VDF ordering — establishes causal and temporal sequence per source
- NMT completeness — guarantees every signal in a block is included in the namespace Merkle tree
- DAS availability — verifies that block data can be reconstructed from erasure-coded samples
- patch sync — propagates verified state deltas across nodes for convergence
Each layer builds on the one below, so a node can choose its trust depth depending on resource constraints.
discover all concepts