“This coin is only $0.00004 – way cheaper than Bitcoin at tens of thousands. Easy 100x, right?” That question is how most people first bump into what is market cap in crypto, and it’s also how a lot of them get the math backward. Price without supply is half a story.
You’ll get the real formula, a five-step way to check any coin on a tracker in under two minutes, the traps that inflate or hollow out the number, and how market cap stacks up against FDV, volume, and liquidity. No tier lecture up front – just the number you can actually use.
Market cap in crypto: one multiplication, two moving parts
Market cap = current price × circulating supply. That’s the whole definition major trackers use – Coinbase and Binance Academy both put it that way.
Market cap = current price × circulating supply
Circulating supply tries to count coins in public hands. Not every token that will ever exist. Not every token locked in a team vault. CoinMarketCap’s supply docs treat it like public float in stocks: locked, private-sale, foundation, and many insider allocations usually stay out of the circulating figure they rank on.
| Metric | What it multiplies | What it answers |
|---|---|---|
| Market cap | Price × circulating supply | Size of the float trading today |
| Total / minted view | Price × total supply (minus burns) | Everything already issued, locked or not |
| FDV | Price × max supply | If every future coin already existed at today’s price |
On a recent CoinMarketCap homepage snapshot (figures move every minute – recheck live), global crypto market cap sat near $2.66T. Bitcoin printed about $1.58T on roughly 20.07M BTC circulating against a 21M max supply; ETH was in the high-$200B range on the same listing pull. Treat those as time-stamped, not eternal.
How to read market cap on a tracker (5 steps)
Don’t memorize categories. Do this instead whenever someone pitches you a “cheap” token.
- Open the asset page on CoinMarketCap or CoinGecko and note the displayed price and circulating supply.
- Multiply them yourself (phone calculator is fine). Confirm the site’s market cap matches within rounding.
- Find max supply and FDV. Compute FDV ÷ market cap. A ratio near 1.0 (Bitcoin-like) means little scheduled dilution left. A ratio of 5-20× means most of the story is still locked or unminted.
- Check 24h volume vs market cap. Very low volume relative to a fat cap is a liquidity red flag – the last trade can be a thin print that re-marks the entire float.
- Scan vesting / release notes if the page or project docs show a schedule. Upcoming supply drops are calendar events, not conspiracy theories.
// Quick sanity check (example numbers only - replace with live data)
price = 0.000012
circ_supply = 420_000_000_000_000
mcap = price * circ_supply
// → 5_040_000_000 ($5.04B style outcome)
max_supply = 1_000_000_000_000_000
fdv = price * max_supply
ratio = fdv / mcap
// If ratio is huge, "cheap per coin" still isn't small
That mental move – force the total, not the unit price – is the whole skill.
Common pitfalls when people misuse market cap
The number can mislead without being mathematically “wrong.”
- Unit bias: Owning millions of $0.00001 tokens feels rich. If the float is already valued in the billions, a path to $1 per token implies a valuation that would rival entire sectors. Supply is the other half of the product.
- Paper value ≠ cash in the system: The last trade re-marks every coin, including ones that haven’t moved in years. Binance Academy is blunt: market cap is not a measure of money invested. Banxa’s explainer walks the same trap with Terra/LUNA-era paper value – tens of billions can vanish on the screen without a vault being emptied.
- Thin books, fat caps: On low-liquidity pairs, a small buy or sell moves the print that every tracker multiplies across the whole supply. Try selling size into that book and the “cap” you thought you owned evaporates in slippage.
- Tracker disagreement: Two sites can show different circulating supplies for the same ticker because escrow, locks, and foundation wallets are methodology choices. Same price, different multiplier, different headline rank. CMC also distinguishes verified public-float style figures from self-reported circulating supply.
- Low float, high FDV: Price discovery on 5-10% of supply can list a modest market cap and a sky-high FDV. Later vesting waves increase circulating supply whether demand shows up or not.
Pro tip: Before you care about rank, care about the FDV-to-market-cap ratio and 24h volume. Rank is a sorted list of multiplications; those two numbers tell you whether the multiplication is even tradeable.
Think of market cap like the length of the line outside a restaurant. It tells you how crowded the place looks from the street. It does not tell you if the kitchen is any good – or whether everyone in line can actually get a table if they all rush the door at once.
Market cap vs the metrics that catch what it misses
Market cap is a size label. Pair it. Don’t worship it.
| Lens | Strength | Blind spot |
|---|---|---|
| Market cap | Fast cross-asset size compare | Ignores depth, quality, future supply releases |
| FDV | Shows dilution overhang | Assumes today’s price survives full float |
| 24h volume | Shows actual turnover | Can be wash-traded or venue-skewed |
| Liquidity / order book depth | What you can exit without nuking price | Harder to read on a casual app screen |
| Price alone | Entry tick for your order | Useless for comparing projects of different supplies |
People still toss around size slang – often large-cap above ~$10B, mid ~$1B-$10B, small under ~$1B (Binance Academy and similar guides). Cutoffs aren’t physics. They slide with the cycle. Use them as nicknames, not a thesis.
If two coins both sit near $2B market cap, the shared label is the boring part. Which one has volume you can trade, an FDV that isn’t 15× the float, and supply releases that don’t hit next quarter? That comparison is what changes the trade.
FAQ
How do you calculate market cap in crypto?
Current price × circulating supply. Same definition the major trackers print.
Is a lower-priced coin automatically a better deal?
No. Suppose Token Z trades at $0.00001 with 500 trillion circulating. Market cap is already $5B before anyone “moons.” For that unit price to hit $0.01, the implied valuation scales 1,000× unless supply is burned or locked forever. Always convert the dream price into an implied market cap and ask whether the market has ever supported anything that large for that project type.
Why does Bitcoin’s market cap sit close to its FDV while new tokens often don’t?
Bitcoin’s float is already most of its fixed 21M ceiling, so price × circulating and price × max barely diverge. Many newer tokens launch with large team, investor, and ecosystem allocations still vesting. Market cap only prices the float you can buy today; FDV prices the full schedule at the same mark. A wide gap isn’t automatically fraud – it’s a delivery timetable for supply – but ignoring it is how people confuse “small cap today” with “small forever.”
Next step: Open CoinMarketCap, pick any coin outside the top 10, write its market cap by hand from price × circulating supply, then divide FDV by market cap. If you can’t explain that ratio in one sentence, you don’t understand the listing yet – and that’s the bar before you size any position.