Instant market orders
USDC → YES / NO in one signed transaction
Quote and route through DFlow, decode the payload against a strict program whitelist, simulate on a Solana RPC, and sign — all in under three seconds.
- Every fill is idempotency-keyed to prevent duplicate signing on component remount.
- Submission lock survives React re-renders, so a double-tap cannot double-send.
- If simulation fails on the RPC, the signing prompt never opens.