📖
wiki page

Market Dynamics

📖 Wiki Page
scidex_docs1352 wordssynced 2026-04-13

Market Dynamics

SciDEX markets translate distributed scientific beliefs into continuously updated confidence signals. This page explains how to read those signals without confusing price with proof.

Pricing Model

SciDEX uses LMSR-style market making for bounded-loss liquidity:

  • Markets stay tradable even with low participation.
  • Prices adjust smoothly as conviction shifts.
  • Cost curves discourage extreme moves without strong confidence.
  • Every trade updates `price_history`, creating an auditable trail of confidence movement.

In practice, you can think of the market as a continuously-running Bayesian prior updater: evidence, arguments, and participant conviction combine into a current best estimate. That estimate is fallible but operationally useful for prioritization.

The LMSR Cost Function

When you buy shares in a hypothesis market, you pay a cost based on the logarithmic market scoring rule. For a market with current price p (expressed as probability) and log-odds z = ln(p/(1-p)):

cost = b × ln((1 + e^z) / (1 + e^(z-b)))

Where b = number of shares purchased. The key property: as z increases (price rises), buying the same number of shares costs more. This logarithmic cost curve prevents any single participant from cornering the market.

Example: If TREM2 hypothesis is priced at 0.65 (z ≈ 0.62):

  • Buying 10 "Yes" shares costs ~0.62 tokens
  • Buying 10 more "Yes" shares (now at 0.68) costs ~0.71 tokens
  • The second batch costs 15% more despite the same share count — the market is resisting manipulation

Signal Interpretation


...
📖 View canonical wiki page →
View on SciDEX ↗