© 2026 SightWhale. All rights reserved.
Maker vs Taker on Polymarket: When Paying the Spread Is Actually Optimal · SightWhale Blog
Home / Blog / Maker vs Taker on Polymarket: When Paying the Spread Is Actually Optimal ← Back to Blog Maker vs Taker on Polymarket: When Paying the Spread Is Actually Optimal Whale Team · March 10, 2026 · 5 min · 阅读中文 Maker vs Taker on Polymarket: When Paying the Spread Is Actually Optimal
Trading culture loves slogans:
“Never market buy.”
“Always be maker.”
“Paying the spread is for amateurs.”
On Polymarket’s CLOB, those slogans will cost you money.
Sometimes the cheapest trade is the one that crosses the spread immediately.
This post explains when, using a model you can reproduce from public data:
order book spread and depth
Polymarket fee curves (when enabled)
fill probability and queue priority
opportunity cost (missed moves)
Internal links:
On a CLOB:
Maker adds liquidity: your limit order rests on the book.
Taker removes liquidity: your order matches immediately against resting orders.
The naive view:
maker = good (free / better price)
taker = bad (fees / worse price)
The correct view:
maker trades price for time. taker trades time for price.
Your goal is not to be “maker.” Your goal is to minimize total expected cost.
Published: March 10, 2026 · 5 min · Whale Team
If you cross the spread, you pay:
cost_taker ≈ half_spread + impact(size) + taker_fee
If you post a limit order, you pay:
cost_maker ≈ miss_prob × adverse_move - fill_prob × (spread_capture + maker_rebate)
The important term is miss probability. In fast markets, miss risk dominates .
Polymarket is fee-free on most markets, but some market types have taker fees enabled and the effective fee rate varies with share price, peaking near 50% probability.
Source: Polymarket “Fees” documentation (fee curve; fee-rate endpoint). https://docs.polymarket.com/trading/fees
In fee-enabled markets, “taker” can be materially more expensive at ~50¢ than at the extremes.
In those same markets, “maker” can be materially better if you can actually get filled.
This pushes you toward a conditional policy:
be maker when the book is stable and your time horizon allows waiting
be taker when timing is the edge
Here are the scenarios where taker is not just defensible, but optimal.
If you believe a market will reprice quickly and one-sidedly (e.g., a breaking headline), your “limit price” is often just a hope.
If the price gaps through your level:
you don’t get filled
you chase higher
your effective entry is worse than just taking now
In this regime, the opportunity cost of waiting is larger than half-spread.
Many Polymarket books have:
tiny size at best ask
meaningful size one or two ticks above
If your order size clears the top level anyway, the incremental cost of taking the whole stack now can be small relative to the risk of missing.
If you trade markets where the “signal” is short-lived (crypto minute markets, sports in-play), the correct comparator is not midpoint.
the expected future price if you wait.
If that expected future price is worse than paying the spread now, you take.
Polymarket documents public APIs for:
At minimum, you can estimate:
spread: GET /spread?token_id=...
midpoint: GET /midpoint?token_id=...
depth/impact: GET /book?token_id=... and compute snapshot VWAP for your size
fee: GET /fee-rate?token_id=... on fee-enabled markets (or use the documented fee curve)
That’s enough to compare policies.
If you want a template, the slippage/VWAP method is laid out here:
Most traders optimize a number they can see (spread) and ignore the number that matters (miss rate).
You can measure miss rate empirically:
For a given market and timestamp, choose a maker price (e.g., best bid for buys)
Ask: did the market trade through that price within T minutes?
If not, treat it as a miss (you waited and didn’t get in)
maker realized entry price conditional on fill
taker realized entry price
opportunity cost of misses
This is a backtest, not an opinion.
If you want a policy that behaves like a professional executor:
If spread is tight and depth is sufficient at your size: taker is acceptable
If spread is wide or top depth is thin: post maker at a price you’re happy to miss
If the market is fee-enabled and trading near 50¢: bias toward maker unless timing is critical
If you have an event-driven edge (news, deadlines): bias toward taker
“Happy to miss” is not sarcasm. It’s discipline.
If you are not happy to miss, you are not really making—you’re just delaying the taker decision.
The best wallets aren’t just right; they’re efficient.
They:
take when timing is the edge
make when patience is the edge
We surface those behaviors so you can trade like an executor, not a spectator.