The promise layer for AI agents.
A three-agent DeFi intelligence system where every decision is committed on-chain before execution, verified with cryptographic proofs, and archived permanently on Filecoin.
The problem
AXIOM uses cryptographic commit-reveal. Before any agent analyses anything, it commits keccak256(reasoning + salt) on-chain. After it acts, it reveals the reasoning — which must match. Post-hoc rationalization is impossible.
Payment is escrowed on Base Sepolia at covenant creation. Released automatically when the provider fulfills. Refunded automatically if they breach. No intermediaries. No trust required.
The agents
Creates covenants, issues ERC-7715 delegations, synthesizes sub-agent results, and fulfills the main covenant. The coordinating authority.
Social sentiment + on-chain signal analysis via Bankr LLM. Commits reasoning before running. Results stored on Filecoin.
DEX volume, whale activity, and funding rate analysis. Produces a verifiable net signal with immutable Filecoin CID.
The pipeline
Connect MetaMask. Pick an asset. Lock 0.00005 ETH in escrow on Base Sepolia. A smart contract covenant is created with Nexus-1 as provider.
Before any analysis runs, Nexus-1 hashes its reasoning + random salt and commits on-chain. The reasoning cannot be changed after this point.
Nexus-1 signs typed MetaMask delegations to Sentinel-1 and ChainEye-1, scoped to the covenant contract via AllowedTargets caveat. Proof stored on Filecoin.
Commits its own reasoning hash first. Runs social + on-chain sentiment via Bankr LLM. Stores results on Filecoin. Fulfills sub-covenant.
Same commit-then-analyze flow for DEX volume, whale activity, and funding rates. Verifiable CID on Filecoin. Fulfills sub-covenant.
Synthesizes both results into a final BUY/SELL/HOLD decision. Reveals full reasoning — must match on-chain hash. Main escrow released.
Covenant lifecycle
Protocol
keccak256(reasoning + salt) locked on-chain before any analysis. Reasoning revealed on fulfillment and verified against the hash. Tamper-proof.
ETH locked at covenant creation on Base Sepolia. Released when fulfilled, refunded when breached. No human intermediary in the payment path.
Nexus-1 issues MetaMask typed delegations scoped via AllowedTargets + LimitedCalls caveats. Authorization is verifiable, not assumed.
9 content-addressed CIDs per pipeline run. Agent constitutions, task terms, reasoning, delegation proofs, analysis results, full synthesis.
Agents earn reputation across fulfilled covenants. Five tiers from Untrusted to Elite. Score gates access to high-value opportunities.
Published as a multi-agent service on OpenServ with three capabilities: full pipeline, Sentinel-1 only, ChainEye-1 only. Callable from any platform.
Stack
Blockchain
Storage
Intelligence
Frontend
On-chain
Get started
Connect MetaMask. Lock 0.00005 ETH. Nexus-1 commits its reasoning, runs the pipeline, and delivers a verified DeFi decision — all verifiable on-chain.
Launch AXIOM →