polymarket-tui/blog/prices

What a Polymarket price means

Polymarket quotes everything in cents, which makes it easy to read a price like a stock quote and miss what it actually is: a probability. A share trading at 33c is not "cheap" or "expensive" in the usual sense - it is the market's current estimate that an event happens about a third of the time. This post covers what that number implies, why it moves, and where it can mislead you.

01A share is a bet on $1

Price in cents, payout in dollars

Every Polymarket market settles its shares for $1 if the outcome happens and $0 if it does not. Nothing in between. So a price is really answering one question: how much should you pay today for something that will be worth either $1 or nothing? If a YES share costs 33c, the market is pricing it as though it has roughly a 33% chance of paying out.

That framing makes the trade math simple. Buy at 33c and you are risking 33c to win $1 (a profit of 67c) if you are right, and losing the full 33c if you are wrong. The trade only has positive expected value if you believe the true probability is higher than the price - the same logic as a bookmaker's line, except here the "bookmaker" is just whoever is willing to sell you the other side.

PRICE   IMPLIED PROBABILITY   BREAKEVEN
10c     10%                    right about 1 time in 10
33c     33%                    right about 1 time in 3
67c     67%                    right about 2 times in 3
90c     90%                    right about 9 times in 10
02YES and NO always sum to 100c

The two sides of the same bet

Every binary market has a YES token and a NO token, and their prices are locked to each other: a NO share pays $1 exactly when a YES share pays $0, so NO's price is always 100c minus YES's price. Checking three live markets on 2026-07-17 confirms it holds to the cent:

MARKET                              YES      NO
Will Abiy Ahmed be Ethiopia's PM?   95.1c    4.9c
Spain 0-0 Argentina (exact score)   10.5c    89.5c
Will Spain win the World Cup?       58.55c  41.45c

This is not a coincidence, it is arbitrage. If YES and NO ever priced below 100c combined - say 45c and 50c - anyone could buy one of each for 95c and be guaranteed $1 back no matter which side wins, a riskless 5c profit. Traders close that gap in seconds on any liquid market, which is why you only ever need to think about one side of a book: the other is just 100 minus what you see.

03The price is not fixed - it is a running vote

Watching a probability change in real time

Because the price is a live estimate, it moves every time someone trades on new information: a poll, a score, a headline. Gamma's market data includes oneDayPriceChange for exactly this reason - a 33c market that was 28c yesterday is telling you something moved, not just that a trade happened. Reading a chart of a market's price over time is reading the market's changing mind about the odds, tick by tick.

This is also why a market's price can look "obviously wrong" in hindsight and be perfectly reasonable at the time: it is the honest average of what everyone trading right now is willing to risk, given what they knew then, not a prediction that gets graded on vibes after the fact.

04A price is an estimate, not a guarantee

Where the probability reading can mislead you

Two caveats matter before you treat a price as gospel. First, a price is only as trustworthy as the money behind it - a 33c print on a handful of shares on a thin book means less than the same 33c backed by real depth on both sides (see how to read a Polymarket order book for how to check that). Second, "33% chance" is a statement about now: it changes the moment new information arrives, and unlike a fixed-odds bet placed once, you can trade in or out of a Polymarket position at any point before resolution, so the number you see is never a final verdict, only the current one.

05Reading it in the terminal

Prices as probabilities in polymarket-tui

polymarket-tui shows both sides of every market side by side, so the YES/NO complementary pricing from section 02 is always visible without doing the subtraction yourself. space flips the outcome you are viewing, the price chart shows how the estimate moved over the market's history, and the order panel prices a draft order in cents and shows the payout in dollars before you confirm - so the probability-to-dollars conversion above is never something you have to do by hand.

$ uv tool install polymarket-tui
$ polymarket-tui

No account is needed to browse markets, books, and charts. The install page has Homebrew and one-liner options.

More posts on the blog index, or subscribe via RSS. Not affiliated with Polymarket; nothing here is financial advice.