How fees work on PredictAsiaX
PredictAsiaX charges a taker fee on filled orders. The fee has three components: a base rate, a probability-based multiplier on AMM markets, and any tier discounts you qualify for. Makers on CLOB are never charged — they earn a rebate.
Base rates
PredictAsiaX has two order venues. Fees are calibrated separately.
Your discounts stack compound
You may qualify for up to two independent discounts. They combine using the compound formula: 1 − (1 − vip)(1 − pax). Diamond VIP + Founding PAX Holder is the current maximum stack — 70% off the base rate.
Fee calculator
Live quote from the same endpoint the trading UI calls before every order. Signed-in users see their tier discounts applied automatically.
The formula in full
AMM fast market:
CLOB (taker):
+ additive_builder_bps
// 5-actor split of fee — bps sum to taker_bps
splits = { acquisition_builder: 6, execution_builder: 6, operator: 3, market_creator: 5, lp: 7, platform_net: 3 }
The 5-actor split is documented in the open-source module lib/fiveActorFees.js. Unfilled roles (e.g. no builder attribution) redistribute their bps to platform_net.
Fee schedule versioning
Every trade is stamped with the disclosure version in effect at fill time. Version bumps are announced at least 30 days in advance via email, an on-site banner, and this page. Trades placed under an earlier version remain governed by that version for all downstream accounting.
Historical versions
The complete change history of the fee schedule. Any trade executed under an earlier version is still governed by that version — download the plain-text reference to see the exact formula and parameters.
