Prediction Market
Axiom uses a Central Limit Order Book backed by Conditional Tokens. Instead of pushing every trade into a shared outcome pool, Axiom lets users buy and sell outcome tokens through an order book with onchain settlement.
This gives users a more familiar trading experience:
You can post a price and wait for someone to trade against you.
You can take liquidity immediately if you want instant execution.
You can hold positions through resolution and redeem winning tokens afterward.
How Trading Works
Every CLOB market is built from a Conditional Tokens structure.
For a binary market:
YES pays
1.00if YES wins and0.00if YES loses.NO pays
1.00if NO wins and0.00if NO loses.
Users trade these tokens through the order book.
There are two main ways to participate:
Trade existing liquidity
Buy outcome tokens from sellers.
Sell outcome tokens you already hold.
Create inventory
Mint a complete set of outcomes.
Sell the side you do not want.
Keep the side you want as your directional position.
This means positions are tradable before resolution. Axiom is no longer limited to locked bets in a prize pool.
Order Book Basics
The order book shows all resting demand and supply for an outcome.
Key terms:
Bid: highest price a buyer will pay
Ask: lowest price a seller will accept
Spread: difference between best bid and best ask
Depth: how much size is available at each price level
Maker: resting order that adds liquidity
Taker: incoming order that removes liquidity
Orders match using price-time priority:
Better prices match first.
If prices are tied, earlier orders match first.
What Happens Onchain vs Offchain
The matching engine runs offchain for speed, but settlement remains onchain.
Offchain services maintain the live order book and match signed orders.
AxiomCTFExchangesettles matched trades atomically onchain.AxiomConditionalTokensholds the ERC-1155 outcome positions.AxiomCTFMarketresolves the condition when governance finalizes the result.
This gives users low-latency trading without sacrificing an onchain source of truth for final fills.
Complete Sets and Redemption
Conditional Tokens markets have one important property:
If you hold one share of every outcome, you hold a complete set worth full collateral value.
That enables:
minting complete sets when you want to create inventory
merging full sets back into collateral when appropriate
redeeming winning positions after resolution
After the market resolves:
The winning outcome is reported onchain.
Winning tokens become redeemable for collateral.
Users redeem their positions and receive the corresponding payout.
Trading Fees
CLOB markets charge fees on settled trades, not on redemption.
The current live fee model is:
0.50%to the dev treasury0.25%to the staker fee recipient0.25%to the incentives recipient
Total protocol trade fee: 1.00%
The fee is enforced during onchain settlement through AxiomCTFExchange.
What Users See in the Interface
Axiom’s trading UI now centers on real market structure rather than pool math.
Users see:
best bid and ask
spread
order book depth
last trade price
recent fills
open orders
current positions by outcome
Example:
Resolution and Settlement
Once the event occurs:
A top 50 percent staker submits the first proposal.
If unchallenged, the market auto-resolves.
If challenged, a vote is triggered.
Once finalized, the winning outcome is recorded onchain.
Users redeem winning tokens for the settlement asset.
Governance rewards and penalties are applied through Axiom Prime, while trading positions settle through the CLOB and Conditional Tokens market stack.
Last updated

