Skip to main content
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.
A USDC coin pays gas as Arc produces blocks

Gas is paid in USDC, and blocks finalize in well under a second.

Why Arc

USDC is the gas

No second token to hold, price, or refill. The agent pays fees in the same dollar it is already moving.

Sub-second finality

Deterministic finality in well under a second. The payment either happened or it did not, and the agent knows at once.

EVM compatible

Standard Ethereum bytecode and RPC. ERC-8004 identity and x402 payments port over with no rewrite.
Mainnet is not public yet. Everything here targets Arc Testnet. Get testnet USDC from the Circle faucet.

Network Config

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.

Connect With viem

A-Identity already does this read for you. Hit the live backend (or a local server at http://localhost:3399):

Unified Balance With App Kit

Circle App Kit pools USDC from several chains into one spendable balance (Circle Gateway), so an agent is never stuck with funds on the wrong chain.
1

Install

2

Deposit from any chain

3

Spend on Arc

In A-Identity, the Wallet screen shows this unified balance, and deposit or spend above your limit pauses for human approval.

Deploy A Contract

Arc deploys with the standard EVM toolchain. Gas is paid in USDC, so fund the deployer wallet from the faucet first.
1

Install Foundry

2

Create and fund a wallet

3

Deploy

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.

Where Arc Fits

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.