
Send, swap, and move USDC — without juggling five apps
AGFusion is the clean control panel for digital dollars on Arc — the Economic OS for programmable money. Connect a wallet, get free test USDC, then pay or convert. The AI plans; you always Confirm.
Arc Testnet · @AGfusion_ · docs.arc.io · Arc House
Inside the app
Two columns — that’s the whole workspace
Left · AI agent
Type what you want. The agent plans; you Confirm. Nothing moves without your wallet signature.
Right · Money tools
Clear tabs: Send, Swap, Bridge, and More for advanced.
Network characteristics reflect Arc public materials (USDC gas, sub-second finality, EVM). Cost figures are illustrative of testnet messaging.
Purpose-built for real-world financial flows
Arc is engineered for enterprise-grade, stablecoin-native value movement. AGFusion puts that foundation to work for operators and builders.
Send USDC
Pay another wallet on Arc. Paste a full 0x address, pick an amount, confirm in your wallet.
AI helper (agent)
Type what you want in normal English. The agent plans the steps — money only moves after you Confirm.
Swap USDC ↔ EURC
Change dollar-stablecoin into euro-stablecoin (or back) on Arc without another app.
Bridge across chains
Move USDC between Arc and Base (and similar testnets) when funds need to live on another network.
Fees in USDC
On Arc, network fees are paid in USDC — no separate “gas token” to learn first.
For builders too
Studio has code samples and Arc docs. Agents page covers advanced identity registration.
Economic activity on a stablecoin-native L1
From Arc’s public vision: payments, treasury, FX, and agentic commerce — with predictable dollar-based costs.
Pay someone in USDC
Simple transfer to a wallet address you trust — practice with test money first.
Change currency (stablecoins)
Swap between USDC and EURC when you need euro-denominated stablecoins.
Move funds to another network
Bridge when your USDC is on the wrong chain for an app or teammate.
Learn Arc as a builder
Use Studio + Agents pages to explore App Kit, identity, and agent patterns.
Built with the Architect community
Arc House is the global network of builders developing the Economic OS for the internet — events, open-source showcases, and builder spotlights around programmable money and USDC settlement on Arc.
Snippets aligned with Arc Build quickstarts: connect RPC, send USDC, bridge liquidity, deploy contracts, and register AI agents (ERC-8004).
Arc supports opt-in privacy with auditability — designed for compliance-ready financial applications.
// Arc Testnet · USDC as gas
const chainId = 5042002
const rpc = "https://rpc.testnet.arc.network"
// Send native USDC on Arc
await wallet.sendTransaction({
to: recipient,
value: parseUnits(amount, 18),
})Run stablecoin workflows on Arc
Connect your wallet, fund test USDC from the Circle faucet, and use AGFusion for payments, analytics, agents, and developer tooling.
Enter workspace