← Back to news

Mark Zuckerberg directed meta to create a prediction markets app

nytimes.com|22 points|14 comments|by dgellow|Jun 23, 2026

Zuckerberg’s New Gambit: Meta’s Push into Prediction Markets

Mark Zuckerberg has reportedly issued a directive to the teams at Meta, instructing them to develop a dedicated prediction markets application. This move signals a strategic pivot toward leveraging "incentivized forecasting," allowing users to bet on the outcomes of real-world events.

The Vision: Beyond Traditional Socializing

While Meta is primarily known for connecting people, Zuckerberg is eyeing a tool that aggregates the "wisdom of the crowd." Unlike traditional social media feeds, which often become echo chambers, prediction markets require participants to put "skin in the game," theoretically filtering out noise and providing more accurate forecasts.

"The goal is to create a mechanism where the most accurate information rises to the top because there is a financial incentive to be right."

Why Now?

The surge in popularity of platforms like Polymarket—especially during high-stakes political cycles—has demonstrated that markets can often outperform traditional polling. Meta aims to integrate this functionality into its massive ecosystem.


Prediction Markets vs. Traditional Polling

To understand why Zuckerberg is pursuing this, we can compare the two primary methods of forecasting:

FeatureTraditional PollingPrediction Markets
IncentiveAltruism/ComplianceFinancial Gain
Data TypeStated PreferenceRevealed Preference
Update SpeedSlow (Sampling periods)Instant (Real-time trading)
BiasSocial Desirability Bias\text{Social Desirability Bias}Market Volatility\text{Market Volatility}

How the Mechanism Works

At its core, a prediction market treats an event as a tradable asset. If you believe an event will happen, you buy a "Yes" share.

The Mathematical Foundation

The probability of an event occurring is reflected in the market price of the shares. Using LaTeX\LaTeX, we can represent the implied probability PP as:

P(event)=Price of ’Yes’ sharePrice of ’Yes’+Price of ’No’P(\text{event}) = \frac{\text{Price of 'Yes' share}}{\text{Price of 'Yes'} + \text{Price of 'No'}}

The Logic Flow

Below is a visualization of how a user interacts with the proposed Meta prediction app:


Technical Implementation

Meta will likely utilize its existing payment infrastructure (Meta Pay) to handle transactions. A simplified data structure for a market entry might look like this in JSON:

{
  "market_id": "meta_election_2024",
  "event": "Will X win the election?",
  "current_price_yes": 0.62,
  "current_price_no": 0.38,
  "volume": 1500000,
  "status": "active"
}

The Roadmap to Launch

Meta faces several hurdles, particularly regarding unregulated gambling laws legal compliance and financial regulations. Their internal checklist likely looks like this:

  • Legal Review: Ensure compliance with CFTC (Commodity Futures Trading Commission) guidelines.
  • Integration: Embed the app within Instagram and Facebook interfaces.
  • Liquidity: Attract enough "market makers" to ensure tight spreads.
  • Verification: Establish a foolproof method for resolving event outcomes.

Potential Risks and Nuances

While the potential for accuracy is high, the risks are equally significant:

  1. Manipulation: Large "whales" could move the price to mislead the public.
  2. Volatility: Rapid price swings could lead to significant user losses.
  3. Ethics: Betting on tragedies or sensitive geopolitical conflicts could create a PR nightmare.

Prediction Market Concept Figure 1: Conceptual representation of a prediction market interface.

By moving into this space, Zuckerberg is attempting to transform Meta from a place where people discuss the future into a place where they price it.