BOTCOIN CoreTex Documentation

CoreTex is BOTCOIN's shared memory-improvement lane. Miners propose changes to the behavior of a portable memory system, the coordinator evaluates those changes against a reproducible benchmark, and accepted improvements advance a canonical state on Base.

CoreTex is designed for long-running assistants and agents. It ingests conversation turns, documents, tool calls, tool results, corrections, and time-scoped facts; organizes them into a memory IR; and returns a compact, cited context pack before an LLM answers.

This document describes the redesigned CoreTex lane. It supersedes the former 1,024-word substrate, word-index patches, staking-tier eligibility, and V4 receipt path.

Production contract addresses, artifact hashes, limits, and current epoch values must be read from the live /coretex/v5 API. Omitting them here prevents static documentation from becoming a stale source of protocol state.

Contents

  1. Overview
  2. Memory State
  3. The M1-M6 Pipeline
  4. Safety And Portability
  5. Mining
  6. Miner-Facing API
  7. Receipts, Credits, And State Advances
  8. Validator Client
  9. Installing The Memory Adapter
  10. Using CoreTex In An Agent
  11. Hermes And Other Agent Harnesses
  12. Research And Evaluation