Docs / Platform
Platform

Troubleshooting

Common issues and solutions for Opacus Agent Kernel, Kinetic Ledger, and 0G network connectivity.

Common Error Codes

CodeMeaningSolution
401 UNAUTHORIZEDInvalid API KeyCheck your key in Agentboard → Settings. Ensure it hasn't expired.
402 BUDGET_EXHAUSTEDInsufficient balanceTop up your Kinetic Ledger in the Billing tab with USDC.
429 RATE_LIMITToo many requestsWait 60 seconds. Free tier is limited to 5,000 calls per month.
503 GATEWAY_TIMEOUT0G Node failureCheck 0G Explorer. Switch to a fallback RPC in your config.

Connectivity Issues

Agent Kernel won't start

MCP Bridge disconnected

Billing & Transactions

USDC Deposit not showing

Escrow release failed

Network Status

🌐
You can check the live status of the 0G network and Nitro nodes at Nitro Ping. If all nodes show high latency, there may be a regional network congestion.

Performance & Optimization

Agent responses are slow

High memory usage in Agent Kernel

Advanced Debugging

Enable verbose logging

For detailed logs, set the debug environment variable:

DEBUG=opacus:* npm run start

Inspect database state

Check if your user data is stored correctly:

sqlite3 ./data/opacus.db ".tables"
sqlite3 ./data/opacus.db "SELECT * FROM free_tier_users LIMIT 1;"

Test 0G storage connection

Verify 0G connectivity without starting the full kernel:

curl -X POST https://api-og.opacus.xyz/storage \
  -H "Authorization: Bearer sk_free_xxxx" \
  -d '{"test": "data"}'

Getting Help

If your issue is not listed here, you can reach out via:

Previous
← Installation