You Pay
≈ $1.00 USD
USDC
You Receive
≈ $0.00 USD
EURC
Exchange Rate1 USDC ≈ 0.992 EURC
Provider Fee0.001 USDC
Slippage0.5%
NetworkArc Testnet
Kit Key (required for swap)
Free kit key from Circle Console. Required by App Kit to execute swaps.
SDK Integration
import { AppKit } from
'@circle-fin/app-kit';
const kit = new AppKit();
await kit.swap({
from: { adapter,
chain: "Arc_Testnet" },
tokenIn: "USDC",
tokenOut: "EURC",
amountIn: "1.00",
config: { kitKey }
});
'@circle-fin/app-kit';
const kit = new AppKit();
await kit.swap({
from: { adapter,
chain: "Arc_Testnet" },
tokenIn: "USDC",
tokenOut: "EURC",
amountIn: "1.00",
config: { kitKey }
});
Supported Tokens
U
USDC
USD Coin
Active
E
EURC
Euro Coin
Active
Swap History
No swaps yet
How Swap Works
- Approve token spend
- Execute swap via App Kit
- Receive token on same chain
- All on Arc Testnet