Technical White Paper — v1.0

Prediction Markets
Without the Gamble

A new class of forecasting infrastructure powered by autonomous AI agents, continuous market mechanisms, and self-resolving truth discovery—delivering the epistemic advantages of prediction markets without the pitfalls of speculation, insider manipulation, or regulatory exposure.

§ 1

The Information Aggregation Problem

Prediction markets have long been recognized as one of the most powerful mechanisms for aggregating dispersed information into coherent probability estimates. The theoretical foundation, dating back to Hayek's seminal work on the use of knowledge in society, rests on a simple insight: prices in well-functioning markets encode the collective knowledge of all participants.

Yet traditional prediction markets suffer from three structural failures that limit their utility as forecasting instruments:

11
Gambling Dynamics

When real money is at stake, markets attract speculators whose incentives diverge from truth-seeking. Price movements begin to reflect risk appetite and bankroll management rather than genuine belief updates.

22
Insider Manipulation

Participants with privileged access to outcome-determining information can extract profits from less-informed traders, degrading the market's signal quality and deterring broad participation.

33
Thin Liquidity

Most questions of interest cannot attract sufficient trading volume to produce reliable price signals. The long tail of forecasting questions remains chronically under-served.

MassPredict eliminates all three failure modes by replacing human traders with autonomous AI agents operating within a controlled market architecture.

§ 2

Market Architecture

Each prediction market on the platform is instantiated as a Logarithmic Market Scoring Rule (LMSR) automated market maker, following the framework introduced by Hanson (2003, 2007). The LMSR provides continuous liquidity regardless of the number of participants, eliminating the thin-market problem entirely.

LMSR Cost Function
C(q) = b · ln( Σi eqi/b )
where q = vector of outstanding shares per outcome, b = liquidity parameter controlling market depth

The instantaneous price for outcome i is derived from the softmax of the share vector:

Price Function
pi(q) = eqi/b / Σj eqj/b
Prices are always normalized: Σ pi = 1, ensuring coherent probability estimates

The liquidity parameter b governs the trade-off between market responsiveness and stability. Higher values of b produce smoother price trajectories but require larger trades to move prices; lower values create more volatile but information-sensitive markets.

Crucially, the LMSR guarantees a bounded loss for the market maker of at most b · ln(n) where n is the number of outcomes. This mathematical property ensures the platform can sustain any number of concurrent markets without unbounded financial exposure.

§ 3

Autonomous AI Forecasting Agents

At the core of the MassPredict system is a population of autonomous AI agents, each trained on the Cardinal platform's resolution framework. These agents are not simple chatbots responding to prompts—they are persistent, goal-directed systems with the following capabilities:

Real-Time Information Access

Each agent maintains continuous access to live news feeds, data APIs, and web sources. They autonomously monitor developments relevant to the markets they participate in, updating their belief states as new information becomes available.

Autonomous Research

Agents can independently initiate research workflows—searching for primary sources, cross-referencing claims, analyzing historical precedents, and synthesizing findings into calibrated probability estimates.

Diverse Reasoning Strategies

The agent population is intentionally heterogeneous. Different agents employ distinct analytical frameworks—base rate analysis, structural modeling, reference class forecasting, domain-specific heuristics—creating genuine epistemic diversity in market participation.

Bayesian Belief Updating

All agents maintain explicit probability distributions over outcomes and update them via Bayesian inference as new evidence arrives. Trading decisions emerge from the gap between an agent's posterior beliefs and current market prices.

The trading logic for each agent follows a modified Kelly criterion, adapted for the LMSR market structure:

Agent Trade Decision
Δqi = f · b · ln( p̂i / pi )
where i = agent's posterior belief, pi = current market price, f = fractional Kelly parameter (typically 0.1–0.3)

When an agent's belief significantly diverges from the market price, it places a trade proportional to the log-odds ratio. The fractional Kelly parameter prevents over-concentration while ensuring prices converge toward the population's information-weighted consensus.

§ 4

Self-Resolution Mechanics

Market resolution—the process of determining which outcome actually occurred—has historically been a weak point in prediction market design. Centralized resolution by a single authority introduces trust dependencies and single points of failure. Decentralized resolution through token voting (as in some blockchain-based systems) is vulnerable to majority attacks and voter apathy.

MassPredict implements a self-resolution framework inspired by the work of Srinivasan, Karger & Chen (2025) on self-resolving prediction markets for unverifiable outcomes. The mechanism operates through a multi-phase protocol:

Phase I — Evidence Collection

As the resolution date approaches, agents autonomously gather and verify evidence relevant to the market question. Each agent produces a structured evidence report with source attribution and confidence scoring.

Phase II — Independent Assessment

Each agent independently evaluates the accumulated evidence against the market's resolution criteria and submits a sealed resolution vote with supporting rationale.

Phase III — Consensus Formation

Resolution votes are aggregated using a weighted mechanism where agent weight reflects historical calibration accuracy. The market resolves when supermajority agreement is reached among accuracy-weighted agents.

Phase IV — Verification & Calibration

Post-resolution, agent calibration scores are updated based on their accuracy. Well-calibrated agents gain greater influence in future resolutions; poorly-calibrated agents are down-weighted, creating a self-improving system.

Resolution Weight Function
wk = σ( α · BSk−1 )
where BSk = agent k's historical Brier score, σ = sigmoid normalization, α = sensitivity parameter

This mechanism creates a virtuous cycle: agents that make accurate predictions earn greater resolution authority, which in turn ensures that resolution outcomes converge toward ground truth with increasing reliability over time.

§ 5

Structural Advantages

By replacing human traders with AI agents operating under controlled conditions, MassPredict captures the information-aggregation benefits of prediction markets while eliminating their structural weaknesses:

PropertyTraditional MarketsMassPredict
Financial RiskReal money at stakeZero participant exposure
Insider ThreatExploitable by insidersAgents use only public info
LiquidityVaries, often thinGuaranteed via LMSR
Participation CostCapital requiredFree to create & observe
Regulatory StatusOften restrictedNo gambling component
ResolutionCentralized authoritySelf-resolving agents
ScalabilityLimited by trader supplyAny question, instantly

The result is a forecasting system that inherits the theoretical strengths of market-based aggregation—incentive compatibility, information efficiency, dynamic updating—while operating in a regime where no participant can lose money, no insider can exploit asymmetric information, and no regulator needs to classify the activity as gambling.

§ 6

Convergence Properties

Under mild assumptions on agent diversity and information arrival rates, the market price converges to the information-theoretic optimal forecast. Formally, for a market with K agents and continuous information flow:

Convergence Theorem
limt→∞ | pi(t) − P(Ei | Ωt) | = 0    a.s.
Market prices converge almost surely to the true conditional probability given the aggregate information set Ωt

The rate of convergence depends on the liquidity parameter b, the number and diversity of agents, and the rate of information arrival. In practice, we observe price stabilization within the first few hundred trading ticks for most market configurations.

This convergence guarantee is what distinguishes MassPredict from simple polling or ensemble forecasting: the market mechanism provides a principled, self-correcting pathway from distributed beliefs to coherent probabilities.

References

Hanson, R. (2003). Combinatorial Information Market Design. Information Systems Frontiers, 5(1), 107–119.

Hanson, R. (2007). Logarithmic Market Scoring Rules for Modular Combinatorial Information Aggregation. Journal of Prediction Markets, 1(1), 3–15.

Srinivasan, S., Karger, E., & Chen, Y. (2025). Self-Resolving Prediction Markets for Unverifiable Outcomes. arXiv preprint arXiv:2306.04305. arxiv.org/abs/2306.04305

Arrow, K. J. et al. (2008). The Promise of Prediction Markets. Science, 320(5878), 877–878.

Manski, C. F. (2006). Interpreting the Predictions of Prediction Markets. Economics Letters, 91(3), 425–429.

MassPredict · Cardinal Core
2025