← Back to blog
·5 min read·SettleRisk Team

SCOTUS Strikes Down IEEPA Tariffs: Prediction Markets Face $133B Resolution Gap

Risk Alert

SCOTUS Strikes Down IEEPA Tariffs: Prediction Markets Face $133B Resolution Gap

What Happened

On February 20, 2026, the U.S. Supreme Court delivered a 6-3 decision in Learning Resources, Inc. v. Trump that fundamentally alters the landscape for trade-policy prediction markets. The Court ruled that the International Emergency Economic Powers Act (IEEPA)—a 1977 statute originally designed for sanctions and asset freezes—does not authorize the President to impose broad-based import tariffs.

Chief Justice Roberts, writing for the majority, noted: "In IEEPA's half century of existence, no president has invoked the statute to impose any tariffs—let alone tariffs of this magnitude and scope."

The immediate fallout is substantial: approximately $133.5 billion in tariffs collected under IEEPA between April 2025 and February 2026 are now legally questionable, with potential refund obligations looming for the Treasury Department.

Why It Changes Resolution Risk

Prediction markets on tariff policy face a unique resolution challenge when the legal authority underlying the market's premise evaporates mid-contract. Here's what's changed:

1. Retroactive Uncertainty
Markets asking whether tariffs would remain in effect through specific dates (e.g., "Will the 25% auto tariff survive past March 2026?") now face retroactive ambiguity. If a market resolves based on "active enforcement," does a court ruling invalidating the legal basis count as elimination? Most market creators did not specify "legally valid" as a resolution criterion.

2. Pivot Risk
Trump's immediate pivot to Section 122 of the Trade Act of 1974—announcing a 15% global baseline tariff—demonstrates that policy intent and legal mechanism are separable. Markets betting on tariff levels may resolve correctly even when the authority changes, but markets betting on IEEPA specifically or legality face binary uncertainty.

3. Refund Complications
If IEEPA collections are ultimately refunded (estimated at $133.5 billion), markets on "tariff revenue targets" or "trade war economic impact" become difficult to resolve accurately. The Yale Budget Lab estimates the average effective U.S. tariff rate dropped from 27% (April 2025 peak) to 13.7% following the ruling.

Who Is Exposed

| Market Type | Risk Level | Example Contract | |-------------|-----------|------------------| | Tariff duration markets | High | "Will reciprocal tariffs survive past Q2 2026?" | | Trade war economic impact | Medium | "Will tariff revenue exceed $200B in 2025?" | | IEEPA-specific legality | Critical | "Will SCOTUS uphold IEEPA tariffs?" (Resolves YES/NO) | | Trump policy continuation | Medium | "Will Trump impose new tariffs by [date]?" | | Section 232 metals tariffs | Low | Unaffected—different statutory authority |

Platform-Specific Exposure:

  • Kalshi: Macro markets on "U.S. tariff rate by Q2 2026" face immediate repricing. The platform's regulated status means it may need to issue clarifications on resolution criteria faster than offshore competitors.
  • Polymarket: International users holding positions in long-dated tariff markets face oracle risk if UMA/Optimistic oracle resolvers interpret the ruling differently than traders expected.

What To Watch Next 24-72h

  1. Congressional Response (High Probability)
    Watch for introduction of legislation explicitly authorizing tariff authority. If such a bill reaches the floor, prediction markets on "Congressional action on trade" will reprice rapidly.

  2. WTO Challenge Acceleration (Medium Probability)
    The Supreme Court ruling strengthens WTO challenges to remaining Section 122 tariffs. Markets on "WTO ruling against U.S. tariffs in 2026" should be monitored for volume spikes.

  3. Refund Implementation Announcement (High Probability)
    Treasury guidance on IEEPA refund processing—expected within days—will determine whether markets on "tariff revenue collection" need emergency resolution amendments.

  4. Platform Resolution Clarifications (Critical)
    Kalshi and Polymarket administrators will likely issue resolution-criteria clarifications for affected markets. These announcements typically precede significant price movements.

Data + Method Notes

Source Reliability: The Supreme Court ruling is primary-source verified via the Court's official opinion in Learning Resources, Inc. v. Trump, No. 24-656 (Feb. 20, 2026). Revenue figures ($133.5B IEEPA collections, $287B total 2025 tariff revenue) are from CBP and Treasury public reports cited by the Yale Budget Lab.

Model Limitation: This analysis assumes resolution mechanisms follow standard prediction-market conventions (oracle determination, explicit criteria). Markets with custom resolution logic may behave differently.

Uncertainty Disclosure: The Section 122 replacement tariffs (15% baseline) have not been tested in court. This analysis does not constitute legal advice on their validity.


API Reference: Check Market Resolution Status

import requests

# Query SettleRisk API for tariff-related market resolution risk
response = requests.get(
    "https://api.settlerisk.com/v1/markets/resolution-risk",
    params={
        "keywords": ["tariff", "IEEPA", "trade war"],
        "platforms": ["polymarket", "kalshi"],
        "event_date_after": "2026-02-20"
    },
    headers={"Authorization": "Bearer YOUR_API_KEY"}
)

risk_markets = response.json()["markets"]
for market in risk_markets:
    print(f"{market['title']}: Risk Level {market['resolution_risk']}")

Sources:

  1. Supreme Court Opinion: Learning Resources, Inc. v. Trump, No. 24-656 (Feb. 20, 2026) — supremecourt.gov
  2. Yale Budget Lab Tariff Tracker — budgetlab.yale.edu
  3. Wikipedia: Tariffs in the Second Trump Administration — wikipedia.org
  4. The Fulcrum: "SCOTUS Tariffs Case: Representative Government vs Authoritarianism" (Feb. 26, 2026)
  5. NDTV Profit: "Freaky February Wrap 2026" (Feb. 28, 2026)

Get weekly risk analysis in your inbox

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