Skip to content

Contracts

Hypnex contracts are deployed on Arbitrum One and Base mainnet. All sources live in registry-contracts/contracts/.

Live contracts (mainnet)

LayerContractArbitrum OneBase mainnet
AgentAgentRegistry v1 (free)0xCC258a…454F0xd4D014…5ca4
AgentAgentRegistry v2 (1 MOR)0x5563Be…3625B0x191630…2697
ForgeForgeToolRegistry0xa08ca3…13D20x0c617b…45aC
ForgeForgeEscrow0x88E32F…89Da50xCC258a…454F

Draft contracts (compMOR v0.9, not deployed)

ContractRole
AgentVaultERC-721 agent identity + per-agent cMOR ledger
AgentRefillRouterDEX-quote-based MOR → cMOR refill
ConsensusForecastingPoolInference cost / quality oracle
CommitmentVaultPre-committed inference budgets
ProviderRegistryOn-chain index of compute providers
SettlementMatches consumption events to debits
FeeRouterSplits fees between recyclers + treasury
CreditMinterThe cMOR ERC-20 itself
GenesisLock, WorkingSoulPer-agent identity + working-state hash anchors
MergeAgent, AgentGovernanceMulti-agent merge + on-chain governance

See compmor/ for the v0.9 spec overview.

Source of truth

  • Solidity source: registry-contracts/contracts/*
  • Foundry test suite: registry-contracts/test/*
  • Deployment manifests: registry-contracts/deployments/*.json
  • Verified bytecode: Arbiscan + BaseScan link from each contract page

Released under the MIT License.