Back to Rail MatrixNeed testnet tokens for development?Open Sandbox Playground →
High-Throughput Rail Mainnet Operational
Solana (USDC / SOL) Rail
Sub-second optimistic settlement and programmatic SPL token transfers designed for high-frequency gig worker payouts.
Optimistic Finality~400ms – 1s
Avg Network Fee< $0.001
Supported AssetsUSDC, SOL
Settlement ModelNon-Custodial
Architectural Highlights
- Associated Token Accounts (ATA): Automated creation and verification of recipient USDC token accounts on dispatch.
- Priority Fee Optimizer: Real-time micro-lamport fee estimation ensures guaranteed slot inclusion even during sudden network congestion.
- Signature Preflight: Multi-point RPC simulation verifies transaction balance delta prior to on-chain broadcasting.
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": "solana",
"workerId": "wrk_9948271",
"destination": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
"amount": "45.00",
"currency": "USDC",
"memo": "Gig delivery shift #8812"
}'