Skip to content

Polymarket Negative Risk & Convert Function Explained (2026)

Learn how Polymarket's negative risk markets work: mutually exclusive outcomes, the convert function, NegRiskAdapter contract, and capital efficiency strategies.

6 min read
This page contains affiliate links. If you sign up through our links, we may earn a commission at no extra cost to you. This helps support our free content.
On this page

Some Polymarket markets are grouped into negative risk sets — collections of mutually exclusive outcomes where only one can resolve YES. The convert function lets you move capital efficiently between these outcomes.

Understanding this is useful for tournaments, elections with multiple candidates, and any market where you’re trading “which one” rather than “whether or not.”

What Are Negative Risk Markets?

A standard Polymarket market is a binary question: yes or no. Negative risk markets are different — they represent a set of related markets where only one outcome can win.

Example: Super Bowl Winner

Imagine Polymarket has 32 separate markets, one for each NFL team:

  • “Will the Chiefs win the Super Bowl?” — YES or NO
  • “Will the Eagles win the Super Bowl?” — YES or NO
  • …and so on for all 32 teams

These 32 markets form a negative risk set. They’re mutually exclusive: exactly one team wins, so exactly one of these markets resolves YES. The other 31 resolve NO.

Other examples of negative risk sets:

  • Presidential election with multiple candidates (“Will [Candidate X] win?”)
  • Tournament winner markets (“Will [Team] win the Champions League?”)
  • “Which country will X first?” markets

The Mathematics of Negative Risk

In a standard binary market, YES + NO always equals $1 (that’s what splitting and merging rely on).

In a negative risk set with N outcomes, the same principle holds across the whole set:

The sum of all YES prices across the set should equal approximately $1.00

If there are 10 candidates in a market, and you could buy YES on all 10, exactly one of them will pay out $1.00. If you paid less than $1.00 total, you have a guaranteed profit.

This property creates a unique dynamic: holding NO across all outcomes in a set is equivalent to holding a near-guaranteed position, since at most N-1 of them can resolve YES (and in most cases, exactly N-1 resolve NO).

The Convert Function

The convert button on Polymarket is the interface to the NegRiskAdapter contract — a smart contract that manages negative risk market sets on Polygon.

Converting allows you to:

  1. Burn NO tokens from markets in the negative risk set
  2. Receive USDC in return (at $1 per NO token burned)
  3. Optionally re-mint YES tokens for specific markets in the set using the released USDC

The Mechanics

Think of the NegRiskAdapter as an exchange within the set. Here’s a simplified view:

If you hold NO tokens in all N markets in a set, you are holding a complete “complement set” — a guarantee that at least N-1 of those markets will resolve in your favor. The convert function lets you cash out that complement by burning the NO tokens and receiving USDC.

Alternatively, you can convert your NO tokens from markets you don’t want exposure to into YES tokens for a market you do want. For example:

  • You hold NO on 31 of the 32 Super Bowl teams
  • You want to express a view on the Chiefs winning
  • Convert: burn 31 NO tokens, receive 31 USDC, use it to buy Chiefs YES

The convert function handles this in a single transaction.

Capital Efficiency: The Core Use Case

The most practical reason to use convert is capital efficiency.

Suppose you’re bearish on the top 5 candidates in a 10-candidate election. You buy NO on all 5:

MarketNO priceCost
Candidate A NO$0.72$0.72
Candidate B NO$0.65$0.65
Candidate C NO$0.80$0.80
Candidate D NO$0.75$0.75
Candidate E NO$0.68$0.68
Total$3.60

Now suppose you decide you no longer want exposure to candidates D and E. Rather than selling those NO tokens on the open market (paying the bid-ask spread), you can:

  • Convert D and E NO tokens back to USDC
  • Receive $2 USDC (approximately)
  • Redeploy that USDC into other positions

Converting is fee-free (you pay only gas), which is usually more efficient than selling on the market.

Convert Arbitrage

When market inefficiencies cause the sum of all YES prices in a negative risk set to fall below $1, a risk-free arbitrage exists:

Setup: 10-candidate market where YES prices sum to $0.85 total

Trade:

  1. Buy YES on all 10 candidates for $0.85 total
  2. One of them will resolve YES and pay $1.00
  3. Guaranteed profit of $0.15 per complete set purchased

The profit is locked in at purchase — you don’t need to know which candidate wins.

This arbitrage closes quickly in liquid markets. In practice, it’s most accessible when:

  • New candidates enter the market or existing ones exit (prices haven’t adjusted)
  • Low-liquidity markets where spreads are wide
  • Immediately after major news events that cause rapid price dislocations

How to Access the Convert Function

The convert function is available on the Polymarket interface when viewing a negative risk market set. Look for the “Convert” tab or button on the market group page.

Like splitting and merging, the convert function is primarily used by experienced traders. Most casual traders simply trade YES or NO shares on individual markets within the set.

If you’re trading tournament or election markets and you hold NO positions across multiple outcomes in the same set, it’s worth understanding convert — it can save meaningful slippage compared to selling each position individually.

Summary

FeatureDetail
What is itSet of mutually exclusive markets (only one resolves YES)
Convert functionBurns NO tokens to recover USDC, or converts to YES in another market
Smart contractNegRiskAdapter on Polygon
FeeNone (gas only)
Primary useCapital efficiency, position management, convert arb
ExamplesSuper Bowl winner, election candidates, tournament markets

Learn More

Frequently Asked Questions

What is a negative risk market on Polymarket?
A negative risk market is a set of related markets where only one outcome can resolve YES — they are mutually exclusive. Examples include 'Who wins the Super Bowl?' (only one team can win) or 'Which country will do X first?' (only one can be first).
What does the convert button do on Polymarket?
The convert button on Polymarket lets you exchange NO tokens across markets in a negative risk set. It burns your NO shares and returns USDC, or converts them into YES shares for specific markets in the set.
What is the NegRiskAdapter?
The NegRiskAdapter is a Polymarket smart contract on Polygon that manages negative risk market sets. It handles the conversion logic: burning NO tokens, releasing USDC, and optionally minting YES tokens for specific outcomes.
What is convert arbitrage on Polymarket?
Convert arbitrage occurs when the sum of all YES prices in a negative risk set is below $1. You can buy all YES tokens for less than $1, and exactly one must resolve at $1, guaranteeing a profit if held to resolution.