Skip to main content
This page lists the official smart contract addresses for stablecoins and crosschain components on the Arc network.

Stablecoins

Stablecoins are the foundation of the Arc ecosystem, providing price-stable digital money for payments, FX, and onchain financial applications. The ERC-20 functions will affect native balance movements.

USDC

USDC is the native EVM asset on Arc and is used for gas fees. The native balance, consistent with most EVM implementations, expresses the balance up to 18 decimals of precision. An optional USDC ERC-20 interface is also available for developers who need ERC-20 features such as transferFrom, approve, and allowance management. The ERC-20 function call directly affects native USDC balance movements.
Note: As with any ERC-20 token, always use the decimals() function to interpret balances and transfer amounts accurately. On Arc, the native USDC gas token uses 18 decimals of precision, while the USDC ERC-20 interface uses 6 decimals. Avoid mixing these values directly, as doing so may result in incorrect balance handling. For applications integrating USDC, it’s recommended to rely solely on the standard ERC-20 interface for reading balances and sending transfers.

EURC

EURC is the euro-denominated stablecoin issued by Circle and supported natively on Arc for use in payments, FX, and other financial applications.

Crosschain

The contracts below enable crosschain interoperability between Arc and other blockchains through Circle’s Cross-Chain Transfer Protocol (CCTP) and Gateway. CCTP handles crosschain message passing and stablecoin transfers, while Gateway provides chain-abstracted USDC balances for seamless liquidity movement.

CCTP

ContractDomainAddress
TokenMessengerV2260x8FE6B999Dc680CcFDD5Bf7EB0974218be2542DAA
MessageTransmitterV2260xE737e5cEBEEBa77EFE34D4aa090756590b1CE275
TokenMinterV2260xb43db544E2c27092c107639Ad201b3dEfAbcF192
MessageV2260xbaC0179bB358A8936169a63408C8481D582390C4

Gateway

ContractDomainAddress
GatewayWallet260x0077777d7EBA4688BDeF3E311b846F25870A19B9
GatewayMinter260x0022222ABE238Cc2C7Bb1f21003F0a260052475B
By using the Arc Network Testnet, you agree to the Terms of Service and Privacy Policy.