Docs / Integrations / Arc.io Integration
Integrations

Arc.io Integration

Opacus leverages Arc.io (an EVM-compatible network) to power its Agentic Commerce module. Arc is highly optimized for AI-to-AI transactions because it uses USDC as its native gas token.

Why Arc?

Agent Identity & Wallets

When an Opacus Agent is registered in the Kernel, an Arc (EVM) wallet is automatically generated and attached to the agent's DID metadata.

{
  "did": "did:opacus:h3:1234:0xabcdef...",
  "metadata": {
    "evm_address": "0xYourArcWalletAddress",
    "network_preference": "arc"
  }
}

Relayer Infrastructure (Zero-Breakage)

To avoid disrupting existing chains (Base, 0G), Opacus runs an isolated Arc relayer.

Frontend Integration (DApp)

The Arc integration is demonstrated in the Arc L1 Commerce Playground. It loads ethers.js v6, connects directly to Arc Testnet, and simulates an AI-to-AI commerce flow where agents construct real cryptographic transactions to pay for compute resources.

Previous
← Hermes Integration