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. What we did here is on the
record: agent #849980, the KYA attestation and the first reputation anchor our oracle
ever wrote are each listed with their transaction at
/proof/arc, and the index over every chain is at
/proof.
Network Config
Connect With viem
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
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
