← Back to blog
·4 min read·SettleRisk Team

Kalshi Hit With Class-Action Over Iran Market: Why Resolution Risk Just Spiked

Risk Alert

Kalshi Hit With Class-Action Over Iran Market: Why Resolution Risk Just Spiked

What Happened

On March 6, 2026, two traders who bet on whether Iran's Supreme Leader Ali Khamenei would be ousted filed a proposed class-action lawsuit against Kalshi in federal court. The suit alleges the regulated prediction market operated "a predatory scheme" and engaged in "deceptive conduct" that deprived winning traders of their payouts.

The lawsuit comes one week after CNN first reported on what lawmakers are calling "death markets"—prediction markets tied to human lives and violent geopolitical outcomes. In response to the litigation, Kalshi spokesperson Elisabeth Diana stated the exchange "didn't deviate from its market rules" when resolving the Khamenei contract.

Meanwhile, regulatory pressure continues to build. Senator Chris Murphy (D-CT) announced plans to introduce legislation that would ban the President, Vice President, and members of Congress from trading event contracts on government actions. The bill follows Polymarket's removal of a controversial market asking whether a nuclear weapon would detonate in 2026, which the platform pulled after online outcry earlier this week.

Why It Changes Resolution Risk

This confluence of events introduces three distinct resolution risk factors that prediction market participants must now price:

1. Arbitrary Market Closure Risk
Polymarket's nuclear detonation market was voluntarily removed despite active trading. This demonstrates that platforms may unilaterally close controversial markets before resolution, potentially freezing or voiding positions. Traders holding contracts in politically sensitive markets now face a non-trivial probability of market cancellation that didn't exist a month ago.

2. Retroactive Rule Disputes
The Kalshi class-action centers on how the exchange interpreted its own market rules when determining whether Khamenei was formally "ousted." The suit claims Kalshi retroactively applied a narrower definition than traders reasonably expected. If successful, this litigation could establish precedent for traders to challenge resolution determinations months after markets close—introducing tail risk of clawbacks or forced settlements.

3. Regulatory Intervention Uncertainty
Senator Murphy's proposed legislation, combined with the CFTC's ongoing scrutiny of event contracts, creates a foggy regulatory outlook. While the current administration maintains a "friendly regulatory approach," bipartisan concern over "death markets" and insider trading risks could accelerate enforcement actions or emergency orders affecting open markets.

Who Is Exposed

Traders with open positions in the following market categories face elevated resolution risk:

  • Geopolitical leadership markets (especially Iran, Venezuela, and other high-conflict jurisdictions)
  • War/conflict probability markets tied to active military operations
  • Government action markets involving pending legislation or executive orders
  • Long-dated political event contracts extending past the 2026 midterms

Institutional hedgers using prediction markets to offset geopolitical risk should reassess position sizing. The February 2026 Federal Reserve paper citing prediction markets as "valuable real-time expectations data" assumed stable market structure—an assumption now under pressure.

What To Watch Next 24-72h

Immediate catalysts to monitor:

  • March 9-10: Additional plaintiffs may join the Kalshi class-action. Watch for amended complaints that reveal specific dollar amounts sought or internal communications.
  • March 10-12: Senator Murphy's office is expected to circulate draft legislation text. Language covering "government actions" will determine scope—broad definitions could sweep in economic data releases and regulatory decisions.
  • Kalshi's response deadline: The exchange must respond to the complaint within 21 days. Early statements suggest they will fight rather than settle, implying prolonged uncertainty.

Market structure indicators:

  • Bid-ask spreads on active Iran-related markets (wider spreads signal dealer discomfort)
  • Volume trends on Polymarket's remaining geopolitical markets
  • Any CFTC public statements or enforcement actions

Data + Method Notes

Resolution data for this analysis sourced from Kalshi public market pages, CNN reporting (March 7, 2026), and Business Insider (March 7, 2026). Word counts verified against original complaint filings via PACER. Market volume statistics referenced from CoinCentral (March 8, 2026) showing Polymarket processed $8 billion and Kalshi $9 billion in January 2026—context suggesting platforms have resources to litigate rather than quickly settle.

To programmatically monitor resolution risk across your positions:

import requests

# Fetch open geopolitical markets with elevated risk flags
response = requests.get(
    "https://api.settlerisk.com/v1/markets",
    params={
        "category": "geopolitics",
        "risk_flags": "regulatory_review,legal_dispute,volatile_resolution",
        "status": "open"
    },
    headers={"Authorization": "Bearer YOUR_API_KEY"}
)

risky_markets = response.json()["markets"]
for market in risky_markets:
    print(f"{market['title']}: risk_score={market['resolution_risk_score']}")

Sources:

  • CNN: "Iran-related bets on prediction sites scrutinized over 'death markets'" (March 7, 2026)
  • Business Insider: "The Iran war is bringing a new wave of pressure onto prediction markets" (March 7, 2026)
  • CoinDesk: "Kalshi, Polymarket Seeking $20 Billion Valuations in Fundraising Talks" (March 7, 2026)
  • CoinCentral: "Prediction Markets Are Becoming Serious Hedging Tools for Investors" (March 8, 2026)
  • Responsible Statecraft: "Prediction markets are a national security threat" (March 7, 2026)

Get weekly risk analysis in your inbox

Market risk scores, emerging dispute patterns, and settlement delay trends — delivered every Monday.