Memory State

Three on-chain fingerprints describe the system at any moment:

  • coreVersionHash: the rules of the game, including the evaluator and runtime. Changes rarely.
  • liveStateRoot: the current accepted memory pipeline. Advances with every accepted improvement.
  • epochContextRoot: the benchmark material used to judge work in the current epoch.

A user's actual memories, their messages, documents, and tool history, stay private and local. What the chain commits to is the shared behavior of the memory system, so two installations running the same accepted release treat their own private data the same way.