Skip to content

Proof Chains

Proof chains preserve relationships between related verification artifacts.

Artifact A
Proof A
Artifact B
Proof B
Artifact C
Proof C

A single artifact can show one state.

A chain can show how relevant states evolved over time.

A proof chain should make explicit:

  • predecessor
  • successor
  • artifact identity
  • verification identity
  • timestamp or ordering evidence
  • contract version

Ordering evidence is not automatically the same as trusted external time.

The exact meaning depends on the declared contract.

Continue with Proof Examples.