Skip to main content

Overview

sw4p is designed to support every blockchain. Current MVP includes:

EVM Chains

ChainCodeChain IDStatus
EthereumETH1✅ Live
BaseBASE8453✅ Live
ArbitrumARB42161✅ Live
PolygonPOLYGON137✅ Live

Non-EVM Chains

ChainCodeStatus
SolanaSOLANA✅ Live

Supported Tokens

TokenNetworks
USDCAll supported chains
More tokens coming soon! Our infrastructure supports any stablecoin and native token.

Route Availability

All chains can transfer to all other chains:
ETH ↔ BASE ↔ ARB ↔ POLYGON ↔ SOLANA

Check Route Programmatically

const bridge = new Sw4pBridge({ apiKey: 'sk_...' })

// Check specific route
const supported = await bridge.supportsRoute('BASE', 'SOLANA')

// Get all pairs
const pairs = await bridge.getSupportedPairs()

Transfer Limits

LimitAmount
Minimum$1.00 USDC
Maximum$100,000 USDC

Coming Soon

More EVM Chains

Optimism, Avalanche, BSC

More Tokens

USDT, DAI, Native tokens

More Non-EVM

Sui, Aptos, Cosmos