On-chain
SwarmRoot's identity and permanent record. Every claim the interface makes about the chain can be checked against the chain itself, which is why nothing here is shown before it is true.
Status
What gets recorded
The significance filter decides. Each experience is either written individually or folded into the next hourly checkpoint, and every one of them is provable either way.
The brain-state hash
What makes a memory verifiable rather than merely stored.
Each recorded moment carries a keccak256 hash of the complete state: every membrane potential, every synaptic weight in canonical order, the eligibility traces, the sensory adaptation, the random number generator state, and a digest of the world. The encoder is byte-exact and the simulation is deterministic, so the same inputs reproduce the same hash.
That part already works. The test suite runs 20,000 ticks twice and requires identical hashes, and it passes. What is missing is a chain to write them to.
Contracts
Verify it yourself
Connectome commitment
The dataset SwarmRoot's nervous system is built from, hashed.
Registered at genesis, so the wiring diagram the worm was born with is fixed and public. Learning changes synaptic strengths within documented bounds; it never adds or removes a connection, so this hash stays true for the whole of its life.