GPU-native perps.
Microsecond settlement.
Orders enter a parallel matching engine. On-chain risk checks commit through Solana program state. USDC-margined accounts cover entries, funding, and liquidation flows.
SYSTEM PATH
Orders become state, not promises.
Matching runs on GPU workers; risk and balance changes land in Solana state through verifiable commits.
INTAKE
REST, WebSocket, SDK
The client signs an order intent; relays move data, never custody.
PARALLEL MATCH
CUDA event lanes
The book is sharded into deterministic batches so independent price levels can cross concurrently.
PROGRAM RISK
Margins enforced on Solana
Collateral, leverage ceilings, and liquidation thresholds are read from program state before settlement.
STATE COMMIT
Proof-backed writes
Net fills update balances, positions, funding, and liquidation flags through the settlement program.
INTAKE
REST, WebSocket, SDK
The client signs an order intent; relays move data, never custody.
PARALLEL MATCH
CUDA event lanes
The book is sharded into deterministic batches so independent price levels can cross concurrently.
PROGRAM RISK
Margins enforced on Solana
Collateral, leverage ceilings, and liquidation thresholds are read from program state before settlement.
STATE COMMIT
Proof-backed writes
Net fills update balances, positions, funding, and liquidation flags through the settlement program.
CLIENT ACCESS
One API surface for every desk.
SDKs cover bots; HTTP and WebSocket cover custom infra. Every path routes into one book and uses Solana program risk.
JavaScript SDK
Subscribe, place orders, and reconcile margin from any Node runtime without wrapping custody.
$ npm install @fluxperp/sdkHTTP / JSON
Read books or submit orders from any stack. Responses include slot ids so fills can be reconciled against settlement.
POST https://api.fluxperp.xyz/v1/ordersPERF CHECK
Latency is an accounting problem.
Rows normalize execution capacity to a 400 ms Solana slot window.
| VENUE | BATCH CAP | COMMIT PATH | COLLATERAL | EXECUTION | FEED |
|---|---|---|---|---|---|
FluxPerpours | 12k / slot | Program commit | USDC cross + iso | GPU lanes | Pyth push |
Drift | ~800 / slot | ~1-2s update | Cross | CPU queue | Pull |
Jupiter Perps | ~400 / slot | ~1s update | Cross | vAMM | Pull |
Zeta | ~600 / slot | ~1s update | Cross | CPU queue | Pull |
* Third-party figures are approximate public estimates. FluxPerp values describe the current mainnet target profile for June 2026.
ECOSYSTEM
ENTER MARKET