- General
- Spot Trading
- Prediction Markets
Which wallets are supported when using DFlow?
Which wallets are supported when using DFlow?
Any Solana wallet that supports standard transaction signing is compatible.
What slippage and fees should I expect when building a swap/trade UI?
What slippage and fees should I expect when building a swap/trade UI?
Slippage depends on market liquidity and trade size, while fees include network fees plus any DEX, priority, or platform fees applied at execution.
Can users trade without KYC when using my app built on DFlow?
Can users trade without KYC when using my app built on DFlow?
Yes, trades are non-custodial and do not require KYC, unless your application adds its own requirements.
How do sync vs async trades work, and why are prediction market trades always async?
How do sync vs async trades work, and why are prediction market trades always async?
Sync trades settle atomically in one transaction, while async trades span multiple transactions; prediction markets are async because market interactions cannot be completed atomically.
Does DFlow custody user funds at any point?
Does DFlow custody user funds at any point?
No, user funds remain in the user’s wallet throughout the entire trade lifecycle.
Why does a market order trigger a “create account” cost onchain?
Why does a market order trigger a “create account” cost onchain?
Because when a market is uninitialized, the /order endpoint performs on-demand market tokenization (creating the YES/NO outcome tokens) before executing the swap, which incurs a small onchain account creation fee. See the full explanation here.
Do you support any form of gas sponsorship?
Do you support any form of gas sponsorship?
You can implement gasless swaps with our sponsor parameter.