Connect to Circle Arc, where agents pay gas in USDC. Network config, App Kit unified balance, and deploy steps.
Arc is an EVM chain from Circle where gas is paid in USDC, not a volatile native
token, with sub-second deterministic finality. For an agent that just wants to pay
for a thing, that removes a whole class of failure. A-Identity uses Arc as its
primary settlement rail.
Gas is paid in USDC, and blocks finalize in well under a second.
Arc has a dual USDC interface: the native balance uses 18 decimals while the
ERC-20 interface uses 6. Both point at the same underlying balance. Set
display decimals correctly or amounts will look off by a factor of a trillion.
A-Identity never deploys a contract or moves real value on its own. Deployment
holds a key, so it is human-on-the-loop: a person runs it and approves it.
Arc is the primary rail: gas in USDC, a unified balance via Circle Gateway,
native-USDC bridging via CCTP, and sub-cent x402 settlement —
on-chain, or gasless via Nanopayments. Base and the other
chains are fallbacks. Identity stays on ERC-8004, which Arc speaks natively because it
is EVM compatible.