Overview

CoreTex is BOTCOIN's shared memory-improvement lane. There is one canonical memory system: a pipeline that ingests what an agent sees, organizes it, and later retrieves the right evidence before the agent answers. Miners propose improvements to that pipeline, the coordinator tests each proposal against a reproducible benchmark, and accepted improvements advance a shared state recorded on Base.

The chain stores compact fingerprints and ordering. The actual runtime, releases, and evaluation reports live off chain, addressed by their hashes, so anyone can fetch and verify the exact bytes.

The loop is simple: read the current state, build a candidate, dry-run it, submit it, and if it wins, broadcast the receipt. Everyone downstream then starts from the improved state.