UnitFlow LogoUnitFlow Docs

Arc Testnet

UnitFlow Finance is deployed on Arc Testnet, an EVM-compatible Layer 1 blockchain. Arc Testnet uses native USDC as its gas token rather than ETH.

Network Details

FieldValue
Network NameArc Testnet
Chain ID5042002
Native CurrencyUSDC (18 decimals)
Primary RPChttps://rpc.testnet.arc.network
QuickNode RPChttps://rpc.quicknode.testnet.arc.network
dRPChttps://arc-testnet.drpc.org
Block Explorertestnet.arcscan.app
CCTP Domain26

Adding to MetaMask

Open MetaMask → Settings → Networks → Add Network → Add manually:

Network Name:    Arc Testnet
RPC URL:         https://rpc.testnet.arc.network
Chain ID:        5042002
Currency Symbol: USDC
Block Explorer:  https://testnet.arcscan.app

Alternatively, connect your wallet to the UnitFlow DEX and click the network indicator in the header — the app will prompt you to add and switch to Arc Testnet automatically.

Native USDC

Arc Testnet's native USDC is at address 0x3600000000000000000000000000000000000000and uses 18 decimal places (unlike standard USDC which uses 6). This is important when:

  • Bridging USDC from other chains — amounts are scaled accordingly
  • Interacting with contracts directly — use 18 decimals for Arc USDC
  • Reading balances — divide by 10^18, not 10^6

Getting Testnet Tokens

See the Faucets page for links to obtain testnet USDC and other tokens needed to interact with UnitFlow Finance.

RPC Fallback Chain

The DEX application configures three RPC endpoints for Arc Testnet with automatic fallback:

  1. https://rpc.quicknode.testnet.arc.network (primary)
  2. https://rpc.testnet.arc.network
  3. https://arc-testnet.drpc.org