Getting Started
We'll walk through how to start diving in.
2
min read
Create a Market (Permissionless)
Any developer or user can create a market. Creation always spawns both a Probability Market and its paired Reality Market.
Requirements
To initialize a market, the following parameters are required:
Domain:
[L, U](Lower and Upper bounds)Precision: How many decimal points you require on the numerical range
Bernstein Degree: Complexity of the curve
Liquidity Seed: Minimal seed to ensure market viability
Developer Controls
Developers have flexibility to decide:
Whether users can create markets directly.
Whether to host the resolution mechanism.
Which markets to surface in the UI.
Fee structures (application or charges).
Interaction levels (full, partial, or read-only).
Accept Trades
Users express a belief curve through any UI. The system converts this input into a Bernstein coefficient vector p.
Implementation Example
Engine Execution
Once the trade is submitted, the engine performs the following:
Updates the alpha vector (α).
Computes delta via the Dirichlet Potential.
Mints information claims as NFTs.
Updates the public consensus distribution.
Sell
Traders can exit positions early or claim payouts by:
Hand in NFT: User submits their position NFT.
Receive Valuation: The system calculates the current value based on the dynamic parimutuel state.
Action Position: User receives the payout.
Properties:
Slippage settings are available.
Off-chain calculations are available for pre-determining position value before execution.
Settlement
Settlement is triggered when the Reality Market publishes a single final valuex*.
The Probability Market settlement engine uses x* to:
Evaluate each belief curve’s density at
x*.Apply density thresholds.
Compute accuracy weights.
Combine with claim shares.
Redistribute the pool proportionally.
Note: Developers should periodically check for updates to consensus. Once a market has ended, distribution information will be published on-chain.
functionSPACE
Build
Overview
Tutorials
Documentation
Grants
Contribute
Community Hub
Events
Ambassador Program
Bug Bounty Program
functionSPACE
© 2025 All rights reserved