Splitting is the process of converting 1 USDC into 1 YES share and 1 NO share in a specific Polymarket market. The two resulting shares are linked: together, they are always worth exactly 1 USDC before the market resolves.
Splitting is the opposite of merging, and both are different from simply trading. For most Polymarket users, splitting is not something you’ll ever need to do. It’s primarily a tool for market makers and programmatic traders. If you’re looking to take a directional position, just buy YES or NO directly — no splitting required.
How Splitting Works
Polymarket positions are represented as tokens on the Polygon blockchain, using the Conditional Token Framework (CTF) — an open-source smart contract standard originally developed by Gnosis.
When you split, you call the splitPosition() function on the CTF contract. The contract:
- Takes 1 USDC from your wallet
- Mints 1 YES token for the specified market
- Mints 1 NO token for the same market
- Returns both tokens to your wallet
The 1 USDC is held in escrow by the CTF contract. It will be paid out when the market resolves — either to whoever holds the YES token (if the outcome is YES) or whoever holds the NO token (if the outcome is NO).
There is no fee to split. You pay only Polygon network gas, which typically costs a fraction of a cent.
The Key Property: YES + NO = $1
The most important thing to understand about splitting is this relationship:
At any time before resolution, 1 YES share + 1 NO share = 1 USDC
This is guaranteed by the smart contract, not just by market prices.
If you hold both a YES and a NO share, you can always merge them back to get exactly 1 USDC — regardless of what the current market price is. See Merging on Polymarket for how that works.
After resolution, only the winning side gets paid. If YES resolves, each YES share is worth $1 USDC and each NO share is worth $0.
Who Uses Splitting?
Market Makers
The primary use case for splitting is market making — providing liquidity on both sides of a market.
If you want to place limit orders on both sides (e.g., buy YES at $0.42 and buy NO at $0.54), you need to hold both YES and NO tokens. Splitting gives you both from a single USDC deposit.
Market makers profit from the spread: they buy YES cheaply and sell it higher, or buy NO cheaply and sell it higher. The split/merge cycle is the core capital management tool for this strategy. See Market Making on Polymarket for the full strategy.
Arbitrageurs
In some situations, the prices of YES and NO shares don’t sum to exactly $1.00 due to liquidity imbalances. When YES + NO prices significantly deviate from $1:
- If YES + NO > $1: Sell both sides immediately for a profit
- If YES + NO < $1: Split (get both shares for $1), then sell both into the order books above $0.50 each
These arbitrage opportunities typically close within seconds in liquid markets, so acting on them requires fast execution.
Advanced Position Management
Some experienced traders use splitting as part of complex position management:
- Split, then sell one side to effectively “buy” the other side at a specific cost basis
- Split, provide liquidity for a while, then merge to recover USDC
Splitting vs. Just Trading
When you buy YES shares on the open market, you’re purchasing from another trader who is selling. The price you pay reflects the current market bid/ask.
When you split, you’re not trading with anyone — you’re converting your own USDC directly into position tokens via the smart contract. The split always happens at exactly $0.50 per token (1 USDC for 1 YES + 1 NO).
The Shared Order Book
One important thing to understand: YES and NO tokens in a Polymarket market share the same order book, but in reverse. Because YES + NO always equals $1, a bid to buy YES at $0.40 is mathematically equivalent to an offer to sell NO at $0.60.
This means that to get exposure to the NO side of a market, you simply buy NO tokens directly — exactly the same as buying YES. You do not need to split USDC first and then sell the YES half. The two tokens are two sides of the same market, and the order book handles both.
This is the main reason splitting is unnecessary for directional traders: whatever position you want, you can just buy it. The split/merge mechanism exists at the smart contract layer to support programmatic strategies, not as something the average user needs to interact with.
Splitting is useful when:
- You’re a market maker who needs inventory of both tokens to quote both sides
- You’re doing cross-market arbitrage that requires holding both positions simultaneously
- You’re building automated trading infrastructure on top of the CTF contracts
Just trading is more efficient when:
- You have a view on one side of the market
- You want to take or exit a position quickly
How to Split on Polymarket
The split interface isn’t prominently featured in the main Polymarket UI — it’s primarily accessed through the portfolio view or directly via the smart contracts for sophisticated users.
Most casual traders never need to split. If you’re looking to take a position on a market outcome, simply buying YES or NO shares is more direct.
If you’re exploring market making or advanced strategies, the split function is accessible through Polymarket’s interface under the market detail page, or programmatically via the CTF contract.
Learn More
- Merging on Polymarket — Convert YES + NO back to USDC
- Converting and Negative Risk Markets — Multi-outcome market conversion
- How Markets Resolve on Polymarket — What happens at resolution
- Market Making on Polymarket — Strategy using split/merge