본문으로 건너뛰기

레퍼런스

용어집

예측 시장과 SatoriEx 플랫폼에서 사용하는 실용적인 어휘 모음.

이벤트
해소 시점이 정해진 실제 세계의 질문.
마켓
이벤트에 연결된 거래 가능한 상품.
결과
One side (Yes or No) of a binary market. At resolution, either Yes resolves true or No resolves true — never both, never neither.
이진 마켓
두 개의 결과(보통 예와 아니오)를 가진 마켓.
다중 결과 마켓
세 개 이상의 결과를 가진 마켓.
주식
특정 결과에 대한 노출의 단위. 해당 결과가 참으로 해소되면 1 USDC를 지급합니다.
가격
주식의 현재 거래 가치로, 0에서 1 USDC 사이이며 확률로 해석됩니다.
BPS (basis points)
Standard finance unit for small percentages: 1 BPS = 0.01% = 0.0001. SatoriEx uses BPS for trading fees (150 BPS = 1.5%) and maker rebates (5 BPS = 0.05%).
Bid
The highest price a buyer is willing to pay for a share, currently resting on the order book.
Ask
The lowest price a seller is willing to accept for a share, currently resting on the order book. Also called "offer".
Spread
The gap between the best bid and the best ask. Tighter spread = deeper liquidity. A market maker earns the spread on round-trip fills.
Mid price
The midpoint between best bid and best ask. Used as the market's implied fair-value price for unrealised P&L calculations.
지정가 주문
지정한 가격 또는 그보다 유리한 가격에서만 체결되는 매수 또는 매도 주문.
시장성 주문
스프레드를 넘어 기존 유동성에 즉시 체결되는 주문.
CLOB
중앙화 지정가 오더북 — SatoriEx가 가격-시간 우선순위로 사용하는 매칭 엔진.
메이커
지정가 주문이 체결되기까지 오더북에 대기하는 트레이더.
테이커
기존 대기 주문에 매칭되어 유동성을 소비하는 주문을 제출하는 트레이더.
Fill
A single trade execution. A large order may fill in multiple steps against several resting orders at different prices.
Trading fee
1.5% (150 BPS) of trade value, deducted from seller proceeds at match time. The taker (the side hitting a resting order) is the one paying.
메이커 리베이트
대기 중인 주문이 체결될 때 메이커에게 반환되는 소액 크레딧.
Maker rebate (API key)
Enhanced 0.10% (10 BPS) rebate for fills executed via API-key authentication, vs. the default 0.05% (5 BPS) for session-token traders.
Proposal fee
$1.00 USDC to submit a new market proposal. Refunded if the proposal is rejected (atomic with rejection); non-refundable once approved.
Referral bonus
$5.00 USDC credited to the referrer when their referee makes their first qualifying deposit. One-time bonus per referee.
정산
마켓 해소 후 지급 단계. 우승 주식은 각각 1 USDC를 지급합니다.
해소
명시된 기준에 따라 어떤 마켓 결과가 정확한지 결정하는 것.
이의 제기
해소에 대한 공식적인 이의. 제기 시 보증금이 필요하며, 이의가 인정되면 보증금이 반환되고 보상이 지급됩니다.
Dispute bond
$10 USDC posted when filing a dispute against a resolution. Returned if upheld (plus a $5 reward); forfeited to the dispute reserve pool if dismissed.
Dispute window
The 2-hour period after a resolution is approved during which any verified user can challenge it. Settlement is blocked while the window is open or while any dispute is unresolved.
서킷 브레이커
마켓 가격이 설정된 임계값을 초과할 때 자동으로 발동되는 거래 일시 중단.
Custodial
An account model where the platform holds the user's funds (like a brokerage account). SatoriEx is custodial today — trades match inside the platform ledger, not on a blockchain.
Self-custody
An account model where the user holds funds in their own wallet, controlling the private keys. Self-custody trading is on the SatoriEx roadmap (via the CTF on-chain settlement path), not yet live.
KYC 티어
일일 입출금 한도를 결정하는 신원 인증 수준.
프록시 지갑
온체인 자금을 보관하고 대신 거래를 승인하는 컨트랙트.
Deposit address
Synonym for proxy wallet on the deposit side. The on-chain address shown on your Wallet page that receives USDC deposits and credits your platform balance.
CTF
Conditional Token Framework — an ERC-1155 contract design for on-chain outcome shares. SatoriEx plans to adopt CTF as part of an on-chain settlement path (roadmap — see /docs/roadmap); positions today live in the SatoriEx custodial ledger.
USDC
USD Coin, a US-dollar-pegged stablecoin issued by Circle. SatoriEx denominates all balances, fees, and payouts in USDC. Internally tracked at 6-decimal micro-dollar precision (1 USDC = 1,000,000 micro-USDC).
Resolution oracle (admin)
SatoriEx's resolution authority is an optimistic-bonded flow — a KYC-verified user proposes the outcome under bond, the proposal is published via public read endpoints, and after a 2-hour dispute window with no dispute it auto-finalises. If a dispute upholds, an independent voter panel decides the final outcome. We use the term "oracle" because the surface produces signed outcomes consumed by settlement; settlement posts to user balances after the dispute window closes (or after the panel's verdict, if escalated).
Polygon
The blockchain network SatoriEx supports for USDC deposits and withdrawals. Always select Polygon when sending USDC to your deposit address — other chains will result in lost funds.
Builder code
An opaque attribution token tied to a builder profile. Attaching it to orders (via the X-Builder-Code header) credits volume to the builder. Attribution is live; the fee-share program that converts attributed volume into payouts is planned, not yet active.
Builder tier
Distinct from KYC tier — refers to the planned Bronze / Silver / Gold / Platinum monthly-volume bands of the builder fee-share program. Design targets only; not active today.
시드 유동성
Platform-provided liquidity placed at market activation to bootstrap trading depth. Configurable per market (spread, depth levels, base size); auto-cancelled at halt or settle.
Maker leaderboard
Optional public ranking of market makers by rebate-eligible volume. Admin-gated (off by default); participation is opt-in. Display names use the anon-XXXX fallback to protect privacy.
Matcher
The dedicated process that consumes the order queue and matches buy/sell orders by price-time priority. Async by default — orders enter via Redis LIST (BRPOP); Kafka is optional for high-throughput deployments.
WebSocket
Real-time event stream at wss://staging.satoriex.io/ws. Carries trade fills, order state transitions, deposit confirmations, KYC events, settlement, and more. The canonical way for a bot to learn that an order filled — the REST POST returns 202 Accepted before the matcher runs.
Hydration gate
The pattern where a WebSocket client must finish loading initial state from REST before processing incoming WS events, to avoid acting on events for objects it hasn't loaded yet. See docs/engineering/WEBSOCKET.md.
Super-admin
Highest privilege role on SatoriEx. Inherits all admin and moderator permissions. Resolution propose requires moderator-or-higher; resolution confirm requires admin-or-higher; super-admin can do either.
Moderator
Mid-privilege admin role responsible for reviewing market proposals, handling content moderation, and operating KYC review queues. Can propose market resolutions; cannot confirm them (that requires admin or higher).