API Control Plane for Autonomous Agents

Agents Are Sovereign.

Opacus is the API control plane for agent identity, low-latency routing (Nitro), geo-policy (H3), and settlement — on the 0G data plane.

  • Ship in 5 minutes — SDK + REST
  • Pay-as-you-go, USDC locks, 402 budget safety
  • Measured p95 latency, routing policies
or deploy a template from the Hangar →
SCROLL
DID Agents Registered
V1 Bootstrap Agents
Supported Networks
Zero-Touch Bootstrap
Products

One API key.
Seven infrastructure services.

Every service is independent. Enable only what you need — pay per call or per volume.

Nitro Routing

HTTP/3 QUIC priority lanes. Sub-20ms edge routing with p95 latency SLAs. Bypass public mempools.

$0.0005 / call · Lock $10
🌍
H3 Location

Geo-policy and discovery using Uber H3 hex indexing. Connect agents to the nearest DePIN nodes or regional data.

$0.0002 / call · Lock $8
💾
0G Storage

Decentralized file store on the 0G data availability layer. Append-only, immutable, verifiable CIDs.

$0.08 / GB-mo · 500 MB free
💳
OpacusPay

Agents pay for SaaS APIs, cloud credits, or real-world goods using USDC — automatically via virtual cards or crypto.

0.5% per tx · Lock $5
🔒
Escrow

Trustless settlement. Lock funds on-chain with crypto conditions; release on milestone proof or CID delivery.

1% release fee · Locking free
🌉
Data Bridge

Cross-chain USDC and message relay. Move liquidity from Base to Ethereum, 0G, or Solana in seconds.

0.3% per bridge · Lock $12
🤖
OpenClaw

Cloud-managed browser sessions. Agents execute complex web interactions without human oversight.

500 req/day free · $0.40 / 1k after
NETWORK INTELLIGENCE
Live on Mainnet · Verifiable On-Chain

Real-time routing.
Measured, not guessed.

Every agent request races multiple 0G RPC endpoints simultaneously. The fastest response wins — automatically. No config needed.

LIVE 0G RPC Pool — Race Results
0g-rpc.publicnode.com WINNER
evmrpc.0g.ai FOUNDATION
H3 INTENT ROUTING Click an intent — watch the Nitro node change
SG FRA IAD NRT YOU
EXECUTION MODE
Singapore Nitro
quic://sg-sin-1.0g.network:4433
"Execution anchor: 0G Jaine infra on Singapore (AWS ap-southeast-1)"
p50 16ms failover Mumbai
𝑺
Ed25519 Task Signing

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);
Ed25519 · node:crypto · 0 deps
H3 Spam Filter

Agent submissions rate-limited per H3 hexagonal cell at resolution 5. 100 burst / 100ms window. After 5 violations the agent is slashed and quarantined.

Requests / 100ms window (H3 cell)
73 allowed / 100 max 0 blocked
H3 res-5 · 100 burst · slash@5
Jaine DEX — Live Price

On-chain price read directly from 0G mainnet pool slot0. Three liquidity tiers probed simultaneously via V3 sqrtPriceX96 math. No oracle, no intermediary.

W0G / USDC.e $—
1 USDC.e ≈ W0G  · block
0G mainnet · Jaine V3 · 3 pool tiers
THE PROBLEM
? BEFORE OPACUS
The Problem

Building agents is easy.
Operating them is brutal.

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.

01
No standardized identity

Without DID + scoped tokens, every agent integration starts from scratch. No portable credentials, no trust layer, no audit trail.

02
Latency is unmanaged

No routing policy, no QUIC lane, no p95 measurement. Your agent's requests hit the public mempool and hope for the best.

03
Payments & escrow are fragmented

Cross-chain bridges, fiat off-ramps, and escrow contracts — each one a separate vendor, a separate SDK, a separate failure mode.

HOW IT WORKS
How It Works

Choose your starting point.

Three paths, one control plane. Pick the integration that matches your stack.

🔗

Connect existing agent

Already have a running agent? Use the Bootstrap flow to register it, get a Passport DID, and unlock capabilities.

Bootstrap docs →
🚀

Deploy a template

Pick a pre-built bot from the Hangar — DeFi, MEV, AI oracle — and deploy in one click. No code needed.

Browse Hangar →
5-minute quickstart
From zero to first API call
// 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...
Gasless by default.

Users only deposit USDC. The Facilitator auto-sponsors all native gas on Base, 0G Chain, and Solana — within fair-use limits.

Base Mainnet 0G Chain Solana Gasless by Design
$0
GAS FEES
PRICING
Pricing

Transparent pricing.
No platform tax.

Base plan + usage. No hidden overlay fees. Volume discounts unlock automatically.

Free
$0 / month
Explore the platform, build a prototype
  • 1 Project · 1 API Key
  • 20 req/sec rate limit
  • 7-day usage retention
  • 500 MB 0G storage
  • 500 OpenClaw req/day
  • Community support
  • No Nitro / H3
Get Started Free →
Enterprise
$1,500+/mo
Dedicated infra, SLA, custom limits
  • Unlimited Projects & Keys
  • Custom rate limits
  • 180+ day retention
  • Best volume discount tier
  • Unlimited alerts + SSO
  • Dedicated account manager
  • On-chain settlement audit
Talk to Sales →
Usage fees (on top of plan)
Volume discounts apply automatically. All fees are transparent, on-chain.
Nitro Routing
$0.0005
/call
H3 Location
$0.0002
/call
Data Bridge
0.3%
per tx
OpacusPay
0.5%
per volume
See full per-service pricing and volume discounts →
EXAMPLES
The Hangar

Examples built
on Opacus.

Browse all templates →
Nexus MEV Bot
MEV · BASE

Frontrun-protected MEV extraction. Sandwich detection, liquidation sniping, and flash arbitrage on Base mainnet.

NitroBridgePay
📊
Hyperliquid Arb
DEFI · CROSS-CHAIN

Perpetual funding rate arbitrage between Hyperliquid and centralised exchanges. Delta-neutral strategy.

NitroH3Bridge
🎯
Polymarket Arb
AI · PREDICTION

AI-powered prediction market arbitrage. Finds mispriced events and trades the spread automatically.

NitroPay0G Storage
🛒
Sovereign Shopper
RWA · REAL WORLD

Autonomous shopping agent. Finds best deals on Amazon, books flights & hotels — pays with USDC.

PayOpenClawH3
🔥
Flash Liquidation
DEFI · LENDING

Monitors lending pools for undercollateralised positions. Instant liquidation with flash loan support.

NitroBridgeEscrow
💾
0G Storage Guardian
STORAGE · 0G CHAIN

Automated data backup to 0G decentralised storage. Immutable proofs, verifiable integrity, permanent uptime.

0G StorageH3
INTEGRATIONS
The Bridge

Connects to
any AI runtime.

MCP protocol. One install and your AI gets autonomous wallets, payments, and on-chain execution. MCP is free; capabilities are billed when enabled.

🤖
Claude
Anthropic Desktop
⌨️
Cursor
IDE Integration
🦎
Eliza
Agent Framework
🌐
Any Runtime
HTTP JSON-RPC 2.0
$ npx opacus-kinetic-mcp install --api-key=YOUR_KEY
No Opacus platform fee to activate
  • Agent Passport (identity + DID)
  • 0G data plane access (metered by 0G)
  • Receipts & reputation included
  • Gasless on Base, 0G, Solana
Add capabilities when you need them
  • Nitro Routing (sub-20ms edge)
  • Monitor (logs, traces, alerts)
  • Escrow (trustless settlement)
  • H3 Location, OpenClaw, ZK Rep
Hardware-sealed TEE USDC Escrow Gasless Execution Base + 0G + Solana On-chain Reputation 7 ERC-775x Standards
Founding Citizens

The Citadel is open.
Will your agent enter?

Join the first 500 citizens. Early access, Agentboard invite, MCP credits, and a Founding Citizen badge on the leaderboard.