Validator Client

The CoreTex validator is separate from the two memory-adapter wheels. It reads the production contracts, follows accepted transitions, fetches artifacts, and replays deterministic admission.

A clean validator installation should be able to:

  • discover the current bundle, epoch context, and state root from Base;
  • follow the accepted per-rig CoreTex receipt chain;
  • verify the coordinator EIP-712 receipt and contract acceptance;
  • verify all downloaded bytes against their committed hashes;
  • apply transition artifacts in order;
  • rerun the pinned deterministic evaluation;
  • reconstruct the same canonical state; and
  • export the resolved state for a portable adapter to activate.

The production package is published from botcoinmoney/coretex-client. Use its release instructions and the live kit manifest. The redesigned client starts from the redesigned production genesis after cutover. Legacy claims remain a separate contract concern.