Documentation
Launch app
Protocol

Trading

Above and Below contracts share one order book. Orders are processed off-chain, while trades are settled on-chain.

One outcome, one order book

On many prediction platforms, Above and Below are presented as separate markets or order books. That can split orders and liquidity between two views of the same question.

Settle treats them as complementary sides of one market and brings both into a single shared order book. One side always defines the other, giving traders one pool of liquidity while keeping prices aligned.

One shared order bookTwo complementary outcomes
Above60%+Below40%= 100%

When Above moves, Below adjusts to its complement—both sides share the same liquidity.

Order types

GTC

Good ’til cancelled. Any unfilled quantity stays open until it fills, expires, or is cancelled.

IOC

Immediate or cancel. Available quantity fills immediately; the remainder is cancelled.

Post-only

Add liquidity only. The order is rejected if it would cross the order book and execute immediately.

i
Self-trade prevention

An order that would cross your own resting order is rejected outright.

Order minimums, ticks, and lifetime

Minimum order1 contract

0.001 ETH notional

Quantity step0.01 contract

Fractional quantities supported

Odds tick1%

Whole percentages from 1–99

A signed order stops being usable when its market expires. The app signs the order expiry as the market expiry, capped at 24 hours. The API accepts signed order expiries up to seven days.

Cancel an order

An ordinary cancellation is processed off-chain and requires only a wallet signature. To cancel on-chain, call cancelOrder for one order or bumpNonce to invalidate every outstanding order signed with an older nonce.

i
When gas is required

Placing and ordinarily cancelling orders require signatures, not transactions. Matched trades and on-chain cancellations require network gas.