The Arc public testnet went live on October 28, 2025 and is genuinely busy — roughly 13.5 million transactions in the week of August 13–19, 2026. With public mainnet still ahead on September 16, 2026, testnet is where every Arc build currently happens.
What are the Arc testnet parameters?
| Field | Value |
|---|---|
| Network name | Arc Testnet |
| Chain ID | 5042002 |
| RPC URL | https://rpc.testnet.arc.io |
| Block explorer | https://testnet.arcscan.app |
| Currency symbol | USDC |
| Faucet | https://faucet.circle.com |
Verified against docs.arc.network in August 2026. These are testnet values only — Circle has not published mainnet chain ID, RPC or explorer, and nothing on this hub invents them.
Step 1: Connect your wallet
Add Arc as a custom EVM network using the values above. In MetaMask that is the network selector, then Add a custom network, then the six fields. Set the currency symbol to USDC — MetaMask may warn about a symbol mismatch, which is expected for a chain that uses a stablecoin as gas.
The full wallet setup walkthrough, including Ledger and other wallets, is here.
Step 2: Claim test USDC from Circle's faucet
Go to faucet.circle.com, select Arc testnet, and paste the address you want funded. The faucet sends test USDC directly; there is nothing to buy and nothing to bridge. Because gas on Arc is USDC, that single drip covers both your balance and your fees — you do not need a second faucet for a native coin, because there isn't one.
[SCREENSHOT: Circle faucet with Arc testnet selected and an address pasted]
If the balance does not appear immediately, check the address on testnet.arcscan.app. The explorer is the source of truth; a wallet showing zero while the explorer shows a balance means the wallet is on a stale RPC connection.
Step 3: Send your first transaction
Send a small amount of test USDC to a second address you control. Watch two things:
- Finality. Arc's Malachite consensus produces deterministic finality in roughly 780 milliseconds. The transaction is settled when consensus commits, not probabilistically final after N confirmations. In practice it feels instant.
- The fee. Testnet transactions have averaged about $0.004. Note that the fee line is denominated in USDC, which is the whole point of the chain. Why that matters.
Then open the transaction hash on testnet.arcscan.app and read it end to end — sender, recipient, value, fee, status. How to read Arcscan properly.
Step 4: Deploy something
Arc is EVM-compatible, so the standard toolchain applies without modification. Point Hardhat or Foundry at https://rpc.testnet.arc.io with chain ID 5042002 and deploy as usual. Solidity contracts that compile for Ethereum compile for Arc.
If you would rather not write or deploy contracts by hand, Team Finance's no-code flow covers token creation, liquidity locks, team locks, vesting, staking pools, airdrops and multisender. Launching a token on Arc without coding walks the whole path.
What can you not test yet?
Anything mainnet-specific. That includes the mainnet chain ID and RPC, real bridged USDC via CCTP, and any listing or venue integration that depends on mainnet contracts. Public mainnet opens September 16, 2026.
Also worth stating plainly: there is no ARC token to test, farm or claim. The May 2026 whitepaper describes a potential coordination asset in exploratory terms and Circle has made no decision to launch one. Testnet activity is not a confirmed airdrop qualification, and any site telling you it is has invented that. What is actually confirmed about the ARC token.
A short pre-mainnet checklist
- Network added and verified against the explorer.
- Faucet funds received; a first transfer executed and read on Arcscan.
- Contracts deployed and exercised on testnet, not just compiled.
- Launch mechanics rehearsed end to end: mint, lock liquidity, vest, distribute.
- Bookmarks saved for arc.io and docs.arc.network, so mainnet parameters come from Circle rather than from a search result on the day.
Rehearsing the launch sequence is the part most teams skip and most regret. Team Finance has been non-custodial since 2020 and has secured over $2.7 billion across 40,000+ projects on 26 chains — practise the flow now, at $0.004 a transaction, so mainnet day is muscle memory. Start with minting a token.
Sources: docs.arc.network · Circle pressroom · Arcscan.
Last verified: August 2026