Back to Rail MatrixTest with XRPL testnet faucets?Open Sandbox Playground →
Institutional Consensus Rail Mainnet & Testnet Operational
XRPL & Xahau (RLUSD / XRP) Rail
Validated Byzantine consensus settlement utilizing regulated Ripple USD (RLUSD) and native XRP for atomic, deterministic micro-payouts.
Consensus Close~3.5s (Validated)
Base Reserve Fee< 0.000012 XRP
Supported AssetsRLUSD, XRP, XAH
Network ProtocolsXRPL, Xahau Hooks
Architectural Highlights
- Atomic Trustline Verification: Automatically checks destination account trustlines for RLUSD currency code and issuer prior to payment emission.
- Deterministic Ledger Sequence: Real-time sequence tracking prevents sequence collisions during rapid-fire batch distributions.
- Xahau Smart Hooks: Programmable compliance hooks and automatic escrow conditional releases on the Xahau sidechain.
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": "xrpl",
"workerId": "wrk_9948271",
"destination": "r3ifT7MY1Mx15Xfpc7CXbN8mrQ37wcVLnT",
"amount": "120.00",
"currency": "RLUSD",
"destinationTag": 10928
}'