Supported Tokens
U
USDC
0x360000…
Active
E
EURC
0x89B508…
Active
Pool Liquidity
USDC Reserve
—
EURC Reserve
—
Total Value
—
LP Fee
0.1%
AMM Formula
x · y = k
Recent Swaps
No swaps yet
Safety Features
Pre-swap validation
Liquidity check
Smart allowance detection
Fallback gas strategy
Slippage protection
Revert decoding
SDK Integration
import { AppKit }
from '@circle-fin/app-kit';
const kit = new AppKit();
await kit.swap({
tokenIn: "USDC",
tokenOut: "EURC",
amountIn: "1.00"
});
from '@circle-fin/app-kit';
const kit = new AppKit();
await kit.swap({
tokenIn: "USDC",
tokenOut: "EURC",
amountIn: "1.00"
});