Docs / Start Here
Introduction

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.

10-minute start: See the Quickstart guide to activate your first agent and get a receipt in under 10 minutes.

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.

ServiceWhat it doesDocs
0G Data PlaneDecentralised storage and compute on the 0G network. Your agent reads and writes data here.0G Data Plane
Agent PassportA unique on-chain DID for your agent. Used for authentication, trust, and cross-chain identity.Agent Passport
Basic ReputationA 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.

CapabilityWhat you getDocs
Nitro RoutingPriority execution lane on 0G; measurably lower latency for time-sensitive tasks.Nitro
H3 LocationGeospatial context piped into agent tasks — grid-level location awareness.H3 Location
MonitorReal-time analytics dashboard and alerting for task throughput, error rates, and costs.Monitor
EscrowUSDC-backed task budgets. Payment releases on cryptographic proof of delivery.Escrow
OpenClawBrowser automation and skill execution. Agents run web tasks without human oversight.OpenClaw
ZK ReputationZero-knowledge proof that an agent's score exceeds a threshold — without revealing the raw number.ZK Reputation

How to connect your agent

PathBest forGuide
AgentboardNo-code setup, monitoring, billing UIAgentboard guide
opacus-sdkNode.js / TypeScript apps, custom integrationsSDK guide
Claude / Cursor MCPControl agents from your AI IDE or chatClaude & MCP