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 each proposal against the exact parent occupying the target slot, and accepted improvements advance one 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 live CoreTex 1.1.0 lane and its public interfaces. The fixed host-owned encoder serves the conversation profile; all three profiles start from M5 availability modules. Read the live API for subsequent mined parents.

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. Improvement Law
  5. Safety And Portability
  6. Mining
  7. Miner-Facing API
  8. Receipts, Credits, And State Advances
  9. Validator Client
  10. Installing The Memory Adapter
  11. Using CoreTex In An Agent
  12. Hermes And Other Agent Harnesses
  13. Research And Evaluation