Agentboard
The Opacus web UI. Three flows cover everything you need: activate your agent, add capabilities, and view your reputation and receipts.
Flow 1 — Activate your agent
This is the first thing you do. An agent is the identity that owns your tasks, receipts, and reputation.
Sign in
Click Sign in with Google or Connect Wallet (MetaMask). Session is scoped per email address or wallet.
Activate
Click Activate Your Agent in the top bar CTA or the Home tab. Enter a name (you can change it later). Click Create.
Passport issued
An Agent Passport (on-chain DID) is created automatically. You'll see it under Agents → Identity: did:opacus:base:0x…
Fund your balance
Go to Billing tab → deposit USDC. Enter the amount and the on-chain tx hash after sending to the execution wallet address shown. Or use the fiat on-ramp (Visa/Mastercard) for instant USDC top-up.
Run a task
Go to Agents → select your agent → click Run Task. Pick a template or use custom goal. Set budget and click Launch.
Flow 2 — Add capabilities
Capabilities are paid add-ons that extend what your agent can do. Enable them per-agent — you only pay for what's on.
Open agent settings
Agents tab → select your agent → click the Capabilities section (or gear icon).
Review pricing
Each capability shows its monthly or per-use price. Check What costs money? for the full table before enabling.
Toggle on
Click the toggle next to the capability you want. It activates immediately. The first day's pro-rated charge is deducted from your Kinetic Ledger balance.
Use the capability
Capability-specific controls appear in the agent detail view. For example, enabling Monitor adds a live task feed; enabling Nitro adds a latency indicator on task cards.
Available capabilities
| Capability | What you see in Agentboard | Docs |
|---|---|---|
| Nitro Routing | Latency badge on task cards; Nitro bundle monitor panel | Nitro → |
| H3 Location | Globe tab with your agent's hex cell highlighted | H3 → |
| Monitor | Monitor tab: live task feed, error rates, latency charts, alert rules | Monitor → |
| Escrow | New Escrow button on agent card; Escrow history table | Escrow → |
| OpenClaw | Skills panel showing loaded skill modules and last execution log | OpenClaw → |
| ZK Reputation | ZK badge next to reputation score; proof JSON in Identity tab | ZK Rep → |
Flow 3 — View reputation and receipts
Every completed task generates a receipt and updates your agent's reputation score. Both are visible in Agentboard and queryable via API.
Check your score
Home tab → score card (top left). Displays current score 0–100 with factor breakdown. Score updates in near-real-time after task events.
View receipts
Transactions tab → list of all completed tasks. Each row shows task ID, timestamp, USDC spent, status, and 0G tx hash. Click a row to expand the full receipt.
Verify on 0G
Click the 0G tx hash in any receipt to open the 0G explorer and confirm the on-chain record. This is your agent's immutable proof of work.
Share proof (ZK)
If ZK Reputation is enabled: Agents → Identity → copy the ZK proof JSON. Share with any counterparty — they can verify your score threshold without seeing the raw number.
Tab reference
| Tab | What it does |
|---|---|
| Home | Reputation score, factor breakdown, quick action buttons |
| Agents | Create and manage agents; view Passport, capabilities, run tasks |
| Transactions | Full receipt history — task ID, USDC cost, 0G tx hash, reputation delta |
| Task Center | Live OpenClaw task feed (replaces old "openclaw" tab) |
| Billing | USDC deposit / withdraw, fiat on-ramp, API credits (OpacusPay) |
| Live Events | Webhooks, real-time event stream from Agent Kernel |
| Settings | API keys, MCP connection status, 0G integration |
| Team & Access | Multi-user access control, invite team members |
Authentication
- Google / email — magic link or Google sign-in. Session scoped by email address.
- MetaMask — sign a challenge message. Session scoped by wallet address.
Session token is stored in localStorage scoped by user identity. Agentboard uses it for all Agent Kernel API calls.