Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.algovoi.co.uk/llms.txt

Use this file to discover all available pages before exploring further.

At a glance

ARC Testnet
Network IDarc_testnet
Chain ID5042002
RPChttps://rpc.testnet.arc.network
Native assetUSDC
Native decimals18
StablecoinUSDC (native — same token as gas)
Stablecoin address0x3600000000000000000000000000000000000000
Stablecoin decimals18 on-chain (AlgoVoi converts internally)
Confirmation time~2 seconds
Typical feePaid in USDC (sub-cent on testnet)
MainnetNot yet live — testnet only as of 2026-05
ARC is purpose-built for programmable money. USDC is the native gas token — you pay transaction fees in USDC, not in a separate ETH-like asset. This eliminates the dual-token gas problem common on other chains.

Amount-only binding

ARC is EVM-compatible. Like Base and Tempo, ERC-20 transfers carry no memo field, so AlgoVoi binds checkouts by amount uniqueness. Send the exact amount_microunits from the checkout response and do not round.

USDC decimals — important

On-chain ARC USDC uses 18 decimal places (unlike 6 dp on every other chain). AlgoVoi’s verifier handles this scaling automatically — amounts in the API and checkout response are always in the standard 6 dp micro-unit format. You never need to scale yourself.

Wallets

Any EVM wallet works, configured for ARC Testnet:
  • AlgoVoi Chrome extension (in-house wallet, native x402 / MPP / AP2 on ARC via viem signTransaction + native value transfer — Arc’s native gas token is USDC; six-chain coverage as of v2.6.0)
  • MetaMask — add network manually (chain ID 5042002, RPC https://rpc.testnet.arc.network)
  • Rabby
  • WalletConnect
Fund testnet wallets at faucet.circle.com — select ARC Testnet.

ERC-8004 onchain agent identity

ARC defines ERC-8004, a standard for registering AI agents as onchain identities with reputation and credential verification. AlgoVoi is registered on ARC Testnet as an ERC-8004 agent:
Agent ID (ERC-721 token)5938
Registry0x8004A818BFB912233c491871b3d84c89A494BD9e
Reputation registry0x8004B663056A597Dffe9eCcC1965A193B7388713
Validation registry0x8004Cb1BF31DAf7788923b405b754f57acEB4272
Metadata URIhttps://api.algovoi.co.uk/.well-known/agent.json
Reputation taga2a_payment_gateway
Validation taga2a_verified (score 100 — passed)
Explorerarcscan.app token #5938
This makes AlgoVoi discoverable as a payment agent within ARC’s agentic economy — any resolver that reads the ERC-721 tokenURI finds our A2A endpoint, compliance attestation, and supported chain list.

ERC-8183 job settlement (Tier 3)

ARC also defines ERC-8183 for USDC-escrow job settlement between agents. AlgoVoi plans to support ERC-8183 job settlement in a future release, enabling agent-to-agent payment flows with onchain escrow and conditional release.

Agentic protocols

ARC Testnet is fully supported by AlgoVoi’s protocol stack:
ProtocolStatus
x402Supported
MPPSupported (EVM method, chain ID 5042002)
A2ASupported — AlgoVoi registered as ERC-8004 agent

See also