Back to Rail MatrixTest Base payouts in sandbox?Open Sandbox Playground →
Ethereum Layer 2 Rollup Mainnet & Sepolia Operational
Base L2 (USDC / ETH) Rail
Sub-2-second block confirmation and institutional Native Circle USDC settlement powered by Coinbase's OP Stack Ethereum Layer 2 rollup.
Block Confirmation~2.0s
Avg L2 Gas Fee< $0.005
Settlement AssetNative USDC
Rollup SecurityEthereum L1
Architectural Highlights
- Official Circle Native USDC: Programmatically transfers official native USDC (Contract:
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913on Mainnet,0x036CbD53842c5426634e7929541eC2318f3dCF7eon Sepolia) via ERC-20 token standards with zero bridging risk. - EIP-4844 Blob Space Optimization: Leverages Ethereum data blobs to drastically suppress L1 rollup posting costs, keeping transaction fees under half a cent.
- Web3 Native Wallet Compatibility: Works seamlessly with MetaMask, Rabby, Coinbase Wallet, and Coinbase Smart Wallets via standard EVM JSON-RPC and automated
personal_signnonce challenge proofs.
Dispatch Example Payload
curl -X POST https://api.instapayipx.com/api/v1/payout \
-H "Authorization: Bearer ipx_live_..." \
-H "Content-Type: application/json" \
-d '{
"rail": "base",
"workerId": "wrk_9948271",
"destination": "0x71C86C1DCEa504171d5b7721B3c7a0229c1F374F",
"amount": "60.00",
"currency": "USDC",
"memo": "Design review bounty #2104"
}'