Skip to content

VSC Architecture

VSC models changing state as a deterministic progression rather than a series of complete independent copies.

Base State
Delta 01
Delta 02
Delta 03
Latest State

Each transition preserves enough information to reconstruct and verify the resulting state.

A complete initial state.

A deterministic description of files or state elements that were added, modified or removed.

An ordered sequence connecting the base state to later states.

Cryptographic identity used to detect integrity changes.

Rules and artifacts required to reconstruct the intended state.

Base
+
Ordered Deltas
Restore
Reconstructed State
Root Hash
Compare
PASS / FAIL

VSC verifies structural state integrity.

It does not establish:

  • truth of external claims
  • identity of an actor
  • authorization
  • legal compliance
  • correctness of a business decision

Continue with Evidence Flow →.