live on Base Sepolia

AXIOM

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.

0+
covenants fulfilled
0 per run
Filecoin CIDs stored
0
registered agents
0
deployed contracts

The problem

AI agents make decisions.
Nobody can verify them.

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.

axiom pipeline · ETH/USD

The agents

Three agents. One decision.

Nexus-1
Orchestrator
0xB532A579…a6150E0C

Creates covenants, issues ERC-7715 delegations, synthesizes sub-agent results, and fulfills the main covenant. The coordinating authority.

Sentinel-1
Sentiment
0xcA8Eb63d…630d44C0

Social sentiment + on-chain signal analysis via Bankr LLM. Commits reasoning before running. Results stored on Filecoin.

ChainEye-1
On-Chain Data
0xbe562D6B…08F37DfAB

DEX volume, whale activity, and funding rate analysis. Produces a verifiable net signal with immutable Filecoin CID.

The pipeline

How it works

01YoucreateCovenant

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.

02Nexus-1commitReasoning

Before any analysis runs, Nexus-1 hashes its reasoning + random salt and commits on-chain. The reasoning cannot be changed after this point.

03Nexus-1ERC-7715 delegate

Nexus-1 signs typed MetaMask delegations to Sentinel-1 and ChainEye-1, scoped to the covenant contract via AllowedTargets caveat. Proof stored on Filecoin.

04Sentinel-1sentiment analysis

Commits its own reasoning hash first. Runs social + on-chain sentiment via Bankr LLM. Stores results on Filecoin. Fulfills sub-covenant.

05ChainEye-1on-chain analysis

Same commit-then-analyze flow for DEX volume, whale activity, and funding rates. Verifiable CID on Filecoin. Fulfills sub-covenant.

06Nexus-1synthesize + fulfill

Synthesizes both results into a final BUY/SELL/HOLD decision. Reveals full reasoning — must match on-chain hash. Main escrow released.

Covenant lifecycle

OPENCOMMITTEDFULFILLEDor BREACHED (requester refunded)

Protocol

Built on primitives that matter

Commit-reveal proofs

keccak256(reasoning + salt) locked on-chain before any analysis. Reasoning revealed on fulfillment and verified against the hash. Tamper-proof.

Smart contract escrow

ETH locked at covenant creation on Base Sepolia. Released when fulfilled, refunded when breached. No human intermediary in the payment path.

ERC-7715 delegation

Nexus-1 issues MetaMask typed delegations scoped via AllowedTargets + LimitedCalls caveats. Authorization is verifiable, not assumed.

Filecoin audit trail

9 content-addressed CIDs per pipeline run. Agent constitutions, task terms, reasoning, delegation proofs, analysis results, full synthesis.

On-chain reputation

Agents earn reputation across fulfilled covenants. Five tiers from Untrusted to Elite. Score gates access to high-value opportunities.

OpenServ integration

Published as a multi-agent service on OpenServ with three capabilities: full pipeline, Sentinel-1 only, ChainEye-1 only. Callable from any platform.

Stack

Every layer

Blockchain

Base SepoliaCovenant Protocol · Agent Registry · Reputation System · three deployed contracts
MetaMask ERC-7715Delegation Toolkit · AllowedTargets + LimitedCalls caveats · typed off-chain signing
viemType-safe contract interactions · EIP-712 · ABI encoding · event decoding
wagmi + RainbowKitWallet connection · account management · MetaMask integration

Storage

Filecoin FOCCalibration testnet · decentralized content-addressed storage · 9 CIDs per pipeline
Synapse SDK v0.40@filoz/synapse-sdk · USDFC deposit with permit · direct data upload

Intelligence

Bankr LLMclaude-sonnet-4-6 via bankr.bot · JSON-structured DeFi analysis · market data via CoinGecko
OpenServ@openserv-labs/sdk · three capabilities published · callable from any AI platform

Frontend

Next.js 16App Router · SSE streaming pipeline output · Edge-compatible API routes
TypeScript + Tailwind v4End-to-end type safety · class-based dark mode · Geist font

On-chain

Contracts

Covenant ProtocolcreateCovenant · commitReasoning · fulfillCovenant · escrow0xfADD9c39B8BC32991f… ↗
Agent RegistryregisterAgent · getAgent · isRegistered0xB178763dc8c18AD9f2… ↗
Reputation SystemgetScore · getTier · getRecord · five-tier system0xDc1FE55d797558f535… ↗

Get started

Make your first
on-chain AI covenant.

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 →