跳到內容

核心概念

市場與事件

A market is the fundamental tradable unit on SatoriEx — each market is a single binary question with Yes / No outcomes. An event is the container that groups one or more related markets together; single-outcome questions live in a single-market event, multi-outcome questions are decomposed into N binary markets grouped inside one multi-market event.

市場是什麼

A market is the unit you actually trade. Every market on SatoriEx represents a single binary question — it has a resolution criterion, two outcomes (Yes / No), an order book, and a lifecycle. One outcome resolves to 1 USDC, the other to 0.

  • 裁決標準——用於判定獲勝結果的精確規則。
  • 結果——使用者買賣的答案。恰好有一個裁決為 1 USDC。
  • 委託簿——所有交易者的買賣興趣的即時紀錄。

事件是什麼

An event is a container that groups one or more related markets together. It carries the shared metadata — title, description, category, resolution window — that helps users find and reason about the markets inside it. Events come in two shapes:

  • Single-market event — one binary market under one event. The event and the market are essentially equivalent. Example: "Will Bitcoin close above $150,000 on 31 Dec 2026?"
  • Multi-market event — several related binary markets grouped under one event, one per option of the original question. Each market resolves independently.
  • Every event carries a category, resolution window, and the underlying market list — those are the fields integrators key on.

Multi-market events

When a question has more than two outcomes — "Which candidate wins?", "Which team wins the tournament?" — SatoriEx does not create a single multi-outcome market. The platform decomposes the question into N binary markets, one per option, all grouped under a single event. Each decomposed market resolves independently; in a true choose-one outcome, at most one of them resolves Yes.

EVENTEvent: 2026 South Korea presidential election winnerMARKET · BINARYCandidate A wins?MARKET · BINARYCandidate B wins?MARKET · BINARYCandidate C wins?
One multi-outcome question decomposed into three binary markets, all grouped under one event. Each market resolves independently — at most one can resolve Yes.

Example — multi-market event

Event: 2026 South Korea presidential election winner

  • Market A — Will Candidate A win the 2026 South Korea presidential election? (Yes / No)
  • Market B — Will Candidate B win the 2026 South Korea presidential election? (Yes / No)
  • Market C — Will Candidate C win the 2026 South Korea presidential election? (Yes / No)

Event shapes at a glance

Both shapes share the same underlying market primitive — only the count of markets inside the event differs.

Event shapeWhat it containsWhen you see it
Single-market event1 binary market under 1 eventDirect Yes / No questions — rate decisions, single thresholds, will-X-happen-by-date questions.
Multi-market eventN binary markets under 1 eventChoose-one questions — election candidates, tournament winners, ranked outcomes. Decomposed automatically at submission.

Multi-outcome via negative-risk (planned)

Decomposing a choose-one question into N independent binary markets is the model SatoriEx ships today. It works, but it requires you to post separate collateral on each leg, so capital can sit idle across markets that are mutually exclusive. Negative-risk markets — a capital-efficient design where a single multi-outcome event uses one shared collateral pool and outcome tokens convert between each other — are on the SatoriEx roadmap. When they ship, the event shape stays the same (one event groups its outcomes) but the capital requirement collapses.

Read the negative-risk design page →

市場生命週期概覽

每個市場都經歷相同的階段。裁決與清算在各自的專頁有詳細說明。

  1. 1提案——使用者或管理員提交含裁決標準的市場提案。
  2. 2啟動——市場開放,平台放置種子流動性。
  3. 3交易——交易者下委託;委託簿開放。
  4. 4暫停與裁決——決定裁決期間交易暫停。
  5. 5清算——支付款項分發;市場關閉。

整合者提示

透過 API 整合時,先列出事件以填充分類登陸頁面,再深入市場以渲染委託簿。務必渲染市場的裁決標準——這是使用者與平台的契約。