CYPER.
MARKET MATH SIMULATOR
All math = exact port of circuits.rs← Full site
// binary & multi-outcome
Variable stakes. Bet $5, $50, $500 — any amount. Bigger stake = bigger proportional share of the loser pool. Losers pay winners. Same formula for both market types.
// accuracy market
Fixed tiers only. $1 / $10 / $100 per lobby. Everyone pays the same — pure prediction skill wins. Stake size has zero effect. Closer prediction = bigger weight.
// fees
Binary/Multi: LP fee (1.5%) + Protocol fee (0.5%) on total pool.
Accuracy: Platform fee (20%) on loser pool only (per image).
// select market type
Binary (Yes/No) Market Simulator
Bet any amount. Winners split loser pool proportional to their net stake share.
// how to read the results
Stake (net)
Stake after proportional fee deduction. This is what enters the pool and what gets returned to winners.
Payout
Total USDC received at claim. Includes stake_net back + share of loser pool. Losers receive $0.
Profit / Loss
Payout minus original stake. Losers show full stake as loss (red). Winners show net gain (green).
ROI
(Profit / stake) × 100. Losers = −100%. Winners depend on pool composition and (for accuracy) prediction accuracy.
Math is an exact TypeScript port of circuits.rs — same algorithm, same integer arithmetic, same bigint weight calculations. All values update live as you edit.