Skip to content
tokenburnmarket

docs / markets

A question, a clock, and a price.

Every market asks about future usage, closes at a fixed time, and settles from the same numbers that feed the leaderboards. A winning share pays 1 credit. Losing shares pay nothing.

The four questions

A market is a template plus parameters, never free text, because a resolver has to settle it without asking anyone. Communities get the first three. A market carries at most eight outcomes.

Top BurnerWho spends the most over the period?
One outcome per member, most likely winner first, then someone else for anyone not named. That last row is why a community that gains a member mid-week still has a market that can settle. Ranked on cost, then tokens, then handle.
ThresholdWill one builder reach an amount?
Two outcomes: reached, or not. A builder with no usage at all has not reached it, which is an answer rather than missing data.
Head-to-HeadDoes A out-burn B?
Two outcomes, one per builder. An exact tie voids the market, including nil to nil.
Model RaceWhich model burns the most tokens?
Up to seven named models plus another model. Global and regional only. Ranked on tokens across everyone in scope.

How the price works

There is no order book and no waiting for someone to take the other side. The house is always the counterparty and always quotes, using a rule called LMSR. In plain words:

  • Every outcome has a price between 0 and 1, and the prices of a market add up to 1. Read a price as the crowd's probability. An outcome at 0.32 costs 32 hundredths of a credit per share and pays 1 credit if it wins.
  • Buying an outcome pushes its price up and the others down. Selling does the reverse. How hard your trade moves the price depends on the market's depth, which is set from how many people can trade it: a five-person community moves on a small bet, a world market barely notices one.
  • Because the price moves while you buy, you pay an average of the prices you walked through, never the price you started at. The quote you are shown is that average.
  • You can sell back at any time before close, at whatever the price is then. Costs round up and proceeds round down to four decimals, so buying and immediately selling can never make money out of rounding.
  • No fees in v1. The house takes the other side and can lose credits, which is fine: the most it can lose on a market is bounded when the market is created.

Slippage

A quote is an offer, not a promise. Between seeing a price and confirming, someone else can trade. When your order arrives the server re-prices it under a lock and compares the average price it got with the one you were shown.

If the price moved against you by more than 1 percent, the trade is refused and nothing is spent. You see the new quote and decide again. A move in your favour is never a reason to refuse, and you can accept slippage explicitly if you would rather have the fill than the price.

Closing and resolution

  • A market stops taking trades the moment its close time passes. That is the clock, not a job.
  • The resolver runs every ten minutes. It reads usage over the market's period, works out the winning outcome, and pays 1 credit per winning share.
  • Usage arrives late, so a market's period ends before its close time. Devices have a couple of days to backfill, and the daily mint runs at 01:00 UTC over closed days.

holds

If any usage the market points at is quarantined, the market holds instead of resolving. An answer computed from data under review is worse than no answer. A hold clears the moment the review does. If that has not happened 24 hours later, the market voids.

voids

A voided market refunds every position at exactly what it cost, so a void is neutral for everyone. It happens when a head-to-head ties, when nobody in scope burned anything over the period, or when a hold runs out.

Who can open one

Community markets need membership, and the owner can reserve creation to themselves. Global and regional markets are admin only. The weekly community markets open themselves on Monday morning UTC.

Where the price rule comes from: ADR 0002. What settles a market is the same usage described under verification.