compMOR (v0.9 draft)
Tokenized AI inference credit on the Morpheus stack. Extends Venice DIEM.
Draft status
Pre-finalization draft (v0.9). Not yet deployed to mainnet. The full specification lives at COMPMOR_PROTOCOL_SPEC.md in the monorepo (~7,000 lines).
What is compMOR?
cMOR is a non-tradeable inference credit token. Holders burn cMOR to pay for AI inference; providers earn MOR (via settlement) for executing inference. The protocol:
- Wraps Venice DIEM's subscription model as a programmatic, agent-friendly primitive
- Routes inference across a
ProviderRegistryof compute providers (Akash, Aethir, Render, Replicate, io.net, etc.) - Settles on-chain via
Settlementcontract, with attestations from a consensus forecasting pool
Components
| Contract | Role | Status |
|---|---|---|
AgentVault | ERC-721 agent identity + per-agent cMOR ledger | v0.4 draft, 61/0 tests |
AgentRefillRouter | DEX-quote-based MOR → cMOR refill | v0.2 draft, 34/0 tests |
ConsensusForecastingPool | Inference cost / quality oracle | v0.x draft |
CommitmentVault | Pre-committed inference budgets | v0.x draft |
ProviderRegistry | On-chain index of compute providers | v0.x draft |
Settlement | Matches consumption events to debits | v0.x draft |
FeeRouter | Splits fees between recyclers + treasury | v0.x draft |
CreditMinter | The cMOR ERC-20 itself | v0.x draft |
GenesisLock | Per-agent genesis-hash anchor | v0.x draft |
WorkingSoul | Per-agent working-state hash + drift proofs | v0.x draft |
MergeAgent | Multi-agent merge primitive | v0.x draft |
AgentGovernance | On-chain governance of agent policy | v0.x draft |
Anchor demand: Hermes Agent
compMOR §22.10 designates Nous Research's Hermes Agent as the canonical anchor-demand "lighthouse" customer for cMOR burn. Hermes is an open-source self-improving AI agent with broad community adoption. The integration creates programmatic 24/7 cMOR demand that anchors the buyback-and-burn loop.
Reading order
For protocol implementers:
- Read
COMPMOR_PROTOCOL_SPEC.md§§ 1–3 (motivation + token mechanics) - Read §§ 4–10 (contracts + settlement)
- Read § 11 STRIDE threat model
- Read § 22 (Hermes integration)
The full spec is ~7,000 lines; treat the above as the minimum reading path.
See also
- Contracts overview — deployed contract map
- Architecture overview — protocol layering