Problem
Large AI-era tasks need more than generation: they need planning, decomposition, tool use, verification, expert review, revision, and accountable integration. The total token and compute budget can exceed one user or lab.
Shared token economics for useful work
TokenMosaic is a research protocol for turning distributed AI capacity into auditable public-good computation: decompose, assign, verify, merge, recover, and settle.
Paper Core
Large AI-era tasks need more than generation: they need planning, decomposition, tool use, verification, expert review, revision, and accountable integration. The total token and compute budget can exceed one user or lab.
Personal devices, local GPUs, model credits, browser tools, human annotators, and user-owned agents often sit idle. TokenMosaic treats this spare capacity as a shared resource pool.
A large request becomes a task tree or DAG. Atomic units are routed to contributors, locally validated, globally verified, recursively merged, and recorded in a contribution ledger.
Protocol View
Task Graph
The protocol does not assume one universal solver. Each task family supplies a decomposition function, executor contract, verifier, and merge rule. The shared layer handles leases, retries, provenance, canonical output selection, and settlement.
Incentive Loop
Clients commit to assigned work, submit artifacts and metadata, and receive rewards when their outputs pass verification and merge checks. Failed, late, or malicious outputs can be rejected, reassigned, or penalized.
Design Desiderata
Clear task units, dependencies, and merge relations.
Each unit has a checker, quorum, rubric, or formal validator.
Task-specific logic stays in plugins, not the protocol core.
More contributors improve speed, quality, redundancy, or recovery.
Routine assignment, retry, merge, and settlement follow rules.
Repository
Python protocol engine, event ledger, SQLite projections, artifact hashes, factorization plugin, Lean proof plugin, tests, and experiment runners.
The paper PDF is not uploaded in this release. Production chain, wallet, marketplace, and public worker network code are outside the current prototype.