Opacus is the API control plane for agent identity, low-latency routing (Nitro), geo-policy (H3), and settlement — on the 0G data plane.
Every service is independent. Enable only what you need — pay per call or per volume.
HTTP/3 QUIC priority lanes. Sub-20ms edge routing with p95 latency SLAs. Bypass public mempools.
Geo-policy and discovery using Uber H3 hex indexing. Connect agents to the nearest DePIN nodes or regional data.
Decentralized file store on the 0G data availability layer. Append-only, immutable, verifiable CIDs.
Agents pay for SaaS APIs, cloud credits, or real-world goods using USDC — automatically via virtual cards or crypto.
Trustless settlement. Lock funds on-chain with crypto conditions; release on milestone proof or CID delivery.
Cross-chain USDC and message relay. Move liquidity from Base to Ethereum, 0G, or Solana in seconds.
Every agent request races multiple 0G RPC endpoints simultaneously. The fastest response wins — automatically. No config needed.
Every task result is cryptographically signed by the executing agent. Consumers verify the agent identity and result integrity — zero extra dependencies.
// agent signs result const sig = _signTaskResult(key, taskId, result); // anyone can verify _verifyTaskSignature(pubKey, taskId, result, sig);
Agent submissions rate-limited per H3 hexagonal cell at resolution 5. 100 burst / 100ms window. After 5 violations the agent is slashed and quarantined.
On-chain price read directly from 0G mainnet pool slot0. Three liquidity tiers probed simultaneously via V3 sqrtPriceX96 math. No oracle, no intermediary.
Your agent is smart — but it has no standardized identity, no managed latency, and no unified payment rails. You end up gluing wallets, bridges, and routing yourself.
Without DID + scoped tokens, every agent integration starts from scratch. No portable credentials, no trust layer, no audit trail.
No routing policy, no QUIC lane, no p95 measurement. Your agent's requests hit the public mempool and hope for the best.
Cross-chain bridges, fiat off-ramps, and escrow contracts — each one a separate vendor, a separate SDK, a separate failure mode.
Three paths, one control plane. Pick the integration that matches your stack.
Get an API key, call REST endpoints, and use our SDK. This is the fastest path for teams building their own agents.
Get API Key → Quickstart guide →Already have a running agent? Use the Bootstrap flow to register it, get a Passport DID, and unlock capabilities.
Bootstrap docs →Pick a pre-built bot from the Hangar — DeFi, MEV, AI oracle — and deploy in one click. No code needed.
Browse Hangar →// 1. Install the SDK // npm install opacus-agent-sdk import { Opacus } from 'opacus-agent-sdk'; const opacus = new Opacus('sk_live_...'); // 2. Route a task via Nitro const result = await opacus.routing.optimize({ intent: 'swap_usdc_to_eth', policy: 'fast' }); console.log(result.receipt); // 0x... // 3. Store data on 0G const cid = await opacus.ogStorage.store({ data: { task: 'completed', ts: Date.now() } }); console.log(cid); // baegbe...
Base plan + usage. No hidden overlay fees. Volume discounts unlock automatically.
Frontrun-protected MEV extraction. Sandwich detection, liquidation sniping, and flash arbitrage on Base mainnet.
Perpetual funding rate arbitrage between Hyperliquid and centralised exchanges. Delta-neutral strategy.
AI-powered prediction market arbitrage. Finds mispriced events and trades the spread automatically.
Autonomous shopping agent. Finds best deals on Amazon, books flights & hotels — pays with USDC.
Monitors lending pools for undercollateralised positions. Instant liquidation with flash loan support.
Automated data backup to 0G decentralised storage. Immutable proofs, verifiable integrity, permanent uptime.
MCP protocol. One install and your AI gets autonomous wallets, payments, and on-chain execution. MCP is free; capabilities are billed when enabled.
Join the first 500 citizens. Early access, Agentboard invite, MCP credits, and a Founding Citizen badge on the leaderboard.