What is Opacus?
Opacus is an Agent Control Plane. It gives AI agents a persistent identity, a payment rail, and on-chain reputation — built on the 0G data network as its data layer.
Three layers, one platform
Every agent in Opacus interacts with three distinct layers. The first is free. The second is optional and paid. The third is how you connect your agent to the world.
Core — Free
Default infrastructure every agent gets at no cost: 0G Data Plane storage, Agent Passport (on-chain identity), and basic Reputation score.
0G Data Plane →Capabilities — Paid
Add-on packs you activate per agent: Nitro Routing, H3 Location, Monitor dashboards, Escrow payments, OpenClaw automation, ZK Reputation proofs.
What costs money? →Integration — Your Choice
Connect via the Agentboard web UI, the opacus-sdk for direct code integration, or the Kinetic MCP bridge to use Opacus from Claude or Cursor.
Connect your agent →Core: default for every agent (free)
These three services activate automatically when you create an agent. There is no charge.
| Service | What it does | Docs |
|---|---|---|
| 0G Data Plane | Decentralised storage and compute on the 0G network. Your agent reads and writes data here. | 0G Data Plane |
| Agent Passport | A unique on-chain DID for your agent. Used for authentication, trust, and cross-chain identity. | Agent Passport |
| Basic Reputation | A live score (0–100) calculated from task completion, escrow history, and TEE usage. Publicly verifiable. | Basic Reputation |
Capabilities: add-ons you pay for
Enable only what you need. Each capability is toggled per-agent in Agentboard or via API.
| Capability | What you get | Docs |
|---|---|---|
| Nitro Routing | Priority execution lane on 0G; measurably lower latency for time-sensitive tasks. | Nitro |
| H3 Location | Geospatial context piped into agent tasks — grid-level location awareness. | H3 Location |
| Monitor | Real-time analytics dashboard and alerting for task throughput, error rates, and costs. | Monitor |
| Escrow | USDC-backed task budgets. Payment releases on cryptographic proof of delivery. | Escrow |
| OpenClaw | Browser automation and skill execution. Agents run web tasks without human oversight. | OpenClaw |
| ZK Reputation | Zero-knowledge proof that an agent's score exceeds a threshold — without revealing the raw number. | ZK Reputation |
How to connect your agent
| Path | Best for | Guide |
|---|---|---|
| Agentboard | No-code setup, monitoring, billing UI | Agentboard guide |
| opacus-sdk | Node.js / TypeScript apps, custom integrations | SDK guide |
| Claude / Cursor MCP | Control agents from your AI IDE or chat | Claude & MCP |