Binary markets
Binary markets have two mutually exclusive outcomes. Depending on the question, the outcomes are framed differently:- YES / NO for event-based markets: “Will the Fed cut rates at its next meeting?”
- UP / DOWN for directional markets: “Will Bitcoin’s price be higher at 06:00 UTC than now?”
Binary market specification
For price-based binary markets, the contract specification follows the format:class: the market type (priceBinaryfor binary price markets).underlying: the underlying asset (e.g., BTC).expiry: the settlement timestamp.targetPrice: the price the underlying must reach or exceed for the YES outcome to settle to 1.period: the recurrence cadence (e.g., 1d for daily).
Multi-outcome markets
Multi-outcome markets, called questions at the protocol level, are collections of outcomes where exactly one will resolve YES and all others will resolve NO. Each outcome in the question trades on its own order book with its own YES and NO tokens, and the books are linked at the protocol level so that positions across outcomes stay consistent. A typical multi-outcome market is one with several candidates or possibilities. For example:- A three-way election: one outcome per candidate
- A tournament with multiple teams: one outcome per team
- A categorical event: one outcome per category
Multi-price markets
A specific type of multi-outcome market is the multi-price market, where the outcomes are price buckets of the underlying at settlement. The contract specification follows the format:< P1[P1, P2)≥ P2