Creator economy
Every market on PredictAsiaX has a creator — the builder who submitted the market template that instantiated it. Creators receive 10 % of platform fees on every fill for the lifetime of the market. Coded into the fee split. Non-optional.
Why creators get paid
Prediction markets need three things to work: markets to trade on, liquidity, and users. Every existing exchange treats "markets to trade on" as a free good — the exchange (or the MMs) create markets, users trade them, exchange keeps the fees.
PAX flips that. Whoever opens a market takes the resolution risk (proposing wrong evidence, mistiming a cutoff, choosing an ambiguous question). They should share the upside. So we code 10 % of platform fee to the market creator, permanently, for the life of the market.
The math
Scale that market up. A single hot market doing $500k daily volume accrues $150/day → ~$4,500/month to the person who opened it. A market that's alive for 6 months accrues ~$27k with no ongoing effort.
How to become a creator
- Any Trade-Capped or higher builder can submit a proposal via
pax.composer_proposal_submit(MCP) orPOST /v1/composer/proposals(REST). Sandbox-tier keys cannot open live markets. - Proposal enters admin review — resolution rules must be unambiguous and sources must be independently verifiable.
- On approval, the market opens with
market_templates.owner_builder_idset to your builder id. - Every fill on that market for its entire lifetime writes a
fee_ledgerrow withcreator_recipient_id = <your bld_ id>andcreator_share = fee_total × 0.10. - Monthly settlement cron pays out creator_share in USDT (or the on-chain equivalent for chain-settled markets).
Attribution durability
The fee_ledger.creator_recipient_id is snapshotted at fill time. If you later transfer the template to another builder, historical fills still credit you — future fills go to the new owner. Both are recorded as immutable rows (append-only trigger enforced at the SQLite layer).
What makes a good market
- Asia-native — K-pop event outcomes, cricket series (IPL / PSL / BBL), ASEAN election dates, JP central bank decisions, SGD/HKD/RM FX moves, CN GDP prints. Markets structurally under-served by the current prediction market landscape.
- Time-bounded — resolves within 7 days to 6 months. Long tails accumulate fees but tie up capital; too-short markets don't build liquidity.
- Objective resolution — a single canonical source or an average of ≥ 3 independent sources. Ambiguous "will X be good" or "will the market like Y" markets get rejected.
- Novel angle — sourced from a community you have signal on (K-pop stan Twitter, ASEAN election Discord, JP central-bank Telegram). Copies of existing markets tend to underperform.