← Back to blog
·4 min read·SettleRisk Team

Kalshi's $2.2M Payout Exposes Death Market Resolution Risk

Risk Alert

Kalshi's $2.2M Payout Exposes Death Market Resolution Risk

What Happened

On Monday, March 2, 2026, Kalshi filed a notice with the CFTC proposing new standard rules for markets that implicitly depend on a person surviving. The change comes after the platform paid $2.2 million to settle user complaints over how it resolved bets tied to Iranian Supreme Leader Ali Khamenei's ouster following the U.S.-Israeli strike.

The controversy centered on approximately $55 million wagered across multiple Kalshi markets asking whether Khamenei would be "removed from power." When Khamenei was killed in the March 1 military operation, traders discovered that different markets could resolve differently depending on specific wording about "removal" versus "survival."

Kalshi's proposed fix: if a person dies, all related bets will pay out at the odds that existed "just before they died or their death was reasonably anticipated by market participants." The rule takes effect March 17, 2026.

Why It Changes Resolution Risk

This episode reveals a fundamental vulnerability in prediction market design: resolution ambiguity around human life events. When markets touch on assassination, regime change, or political survival, the difference between "removed from power" and "killed" becomes a multi-million-dollar distinction.

Previously, Kalshi markets could resolve inconsistently when central figures died. One market might pay "Yes" on regime change; another might void or resolve differently based on technical definitions. The new standardization attempts to harmonize outcomes—but introduces its own uncertainty: who determines when death was "reasonably anticipated"?

The risk extends beyond Kalshi. Over $802 million was traded on Iran-related bets on Polymarket, including markets on U.S. strikes and conflict escalation. While Polymarket operates outside direct CFTC oversight, similar resolution logic likely applies. Traders holding positions through volatile geopolitical events now face an additional layer of rule-change risk.

Who Is Exposed

Direct exposure: Anyone holding positions in "survival-dependent" markets—political leadership markets, regime change contracts, or any event tied to a specific individual's status. This includes active markets on Venezuela's next leader, Ukraine's presidency, and various conflict-related events.

Secondary exposure: Traders in correlated markets. If a "New Supreme Leader of Iran by June 30" market resolves unexpectedly due to rule interpretation, adjacent markets on Iran-U.S. relations, regional stability, or oil prices may see sharp repricing as resolution probabilities shift.

Platform exposure: Kalshi is positioning itself as the "responsible" prediction market alternative—67,591 words of rules and counting. But each rule change creates winners and losers. The $2.2M payout signals that platforms may prioritize regulatory optics over contractual certainty when pressured.

What To Watch Next 24-72h

  1. CFTC response to Kalshi's filing—will regulators accept the "reasonable anticipation" standard or demand stricter definitions?

  2. Polymarket's approach—will the offshore platform adopt similar standardization, or differentiate by maintaining looser resolution criteria?

  3. Congressional action—Sen. Merkley (D-Ore.) introduced legislation March 5 to ban elected officials from trading event contracts. Sen. Murphy (D-Conn.) has pledged to introduce a bill banning markets that profit from "war and death." Watch for co-sponsor momentum.

  4. Michigan lawsuit fallout—the state AG sued Kalshi March 3 for allegedly circumventing gambling laws. Polymarket and Robinhood countersued. Court decisions could impact resolution source reliability for U.S.-related events.

Data + Method Notes

This analysis draws on CFTC filings, platform announcements, and trading volume estimates from Predictefy. Dollar figures represent notional exposure, not profit/loss. The $2.2M payout figure was disclosed by Kalshi in its CFTC notice.

To monitor resolution risk programmatically, you can use the SettleRisk API to track market metadata changes:

import requests

# Fetch markets with recent rule changes
response = requests.get(
    "https://api.settlerisk.com/v1/markets",
    params={
        "category": "political",
        "resolution_type": "person_dependent",
        "updated_since": "2026-03-01T00:00:00Z"
    },
    headers={"Authorization": "Bearer YOUR_API_KEY"}
)

for market in response.json()["markets"]:
    if market.get("rule_changes"):
        print(f"{market['slug']}: {len(market['rule_changes'])} rule updates")

Resolution source verification remains the critical risk factor. When platforms can retroactively modify payout rules, position sizing should account for "resolution uncertainty" beyond standard market risk.


Sources:

  • Kalshi CFTC Notice (March 2, 2026): https://www.cftc.gov/sites/default/files/filings/orgrules/26/03/rules03022640155.pdf
  • Business Insider: "Kalshi's $2.2 million Iran mess exposes prediction markets' fine-print problem" (March 5, 2026)
  • CNBC: "Sen. Merkley proposes prediction market ban for government officials" (March 5, 2026)
  • Detroit Free Press: "After Michigan sues Kalshi, Polymarket and Robinhood countersue state" (March 5, 2026)

Get weekly risk analysis in your inbox

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