Fees
DFlow applies a fee to trades made through the DFlow Prediction Market API with the following fee coefficient schedule.Fee Schedule
| Tier | 30D Volume | Taker Fees Scale | Maker Fees Scale |
|---|---|---|---|
| Frost | < $50M | 0.09 | 0.0225 |
| Glacier | $50-150M | 0.0875 | 0.021875 |
| Steel | $150-300M | 0.085 | 0.02125 |
| Obsidian | > $300M | 0.08 | 0.02 |
scale * p * (1 - p) * c
Where:
scale= fee coefficient from the tier table (taker or maker scale based on order type)p= fill pricec= number of contracts traded
The fee schedule is based on 30-day trading volume on outcome tokens via the
Prediction Markets API.
Rebate Program
Application partners will be eligible for the Prediction Market API Rebate Program, which will rebate partners the greater of:- (a) 3% rebate on gross applicable trading fees, or
- (b) the marginal rebate rate from the schedule below
VIP Rebate Schedule
| Tier | 30D Volume | Incremental Rebate |
|---|---|---|
| VIP 0 | < $50M | No incremental rebate |
| VIP 1 | $50-150M | 10% rebate on incremental trading fees |
| VIP 2 | $150-$300M | 20% rebate on incremental trading fees |
| VIP 3 | > $300M | 30% rebate on incremental trading fees |
Only trading fees up to a taker scale coefficient of 0.07 and maker scale
coefficient of 0.0175 count towards rebates.
Example
If all partners in aggregate trade $75M in outcome token volume in a month, they receive the greater of:- 3% on total applicable fees, or
- The combined marginal rebate (10% on the $25M increment above $50M) pro rata based on how they contributed to the total rebate
Volume Tracking
Applications’ trading volume on outcome tokens is calculated by their API key. The volume refers specifically to outcome token trading volume via the Prediction Markets API.Applications must use their API key for outcome token trading volume to be
tracked correctly. Volume is calculated based on the API key used in requests
to the Prediction Markets API. See the API Keys guide
for information on obtaining and using API keys.
Related Resources
Trade API Reference
Complete API documentation for the DFlow Trade API, including order
endpoints and execution modes.
API Keys
Learn how to obtain and use API keys for production use of the DFlow Trade
API.
Prediction Markets Overview
Complete guide to building with DFlow’s on-chain prediction market
infrastructure.
Trade Tokens Quickstart
Learn how to execute trades on prediction market outcome tokens using the
DFlow Trade API.