The resolution lifecycle
1
Assertion
A proposer asserts the outcome on-chain and posts a bond backing that claim.
2
Challenge window
The assertion stays open for a fixed period. If nobody disputes it, it is accepted and settles automatically.
3
Dispute (optional)
Any party may dispute within the window by posting their own bond. A disputed assertion escalates to a UMA token-holder vote instead of settling on the proposer’s word, so the initially proposed outcome is not guaranteed to be the final one.
4
Settlement
The final outcome is written on-chain. Winning outcome tokens become redeemable at $1; losing tokens are worth $0.
What this means when you build
- Do not treat a concluded event as realized PnL. Until settlement, the position is still open and its value is still a mark, not a realization.
- Budget for the dispute path. An undisputed market settles predictably. A disputed one takes materially longer and can land on a different outcome than first proposed.
- Redeem only after settlement. Calling
POST /v2/trade/positions/redeembefore a market settles will not produce collateral.
Data availability during resolution
PMWAS and tax endpoints return503 with available: false while a wallet’s data is still being processed. This is expected rather than an error state, poll on a reasonable interval and surface a “processing” state to users. See Error reference.
Related
- UMA API, querying resolution data programmatically
- Positions, redeem, split, and merge
- Polymarket overview