QTube LearnTokens and digital assets Beginner

What Is Market Cap in Crypto?

Circulating market cap = reference price × circulating supply The formula is simple; the inputs are not. A data provider must aggregate a price from selected trading pairs and decide which existing units count as public float.

Published
Last reviewed

In brief

Circulating market cap = reference price × circulating supply

The formula is simple; the inputs are not. A data provider must aggregate a price from selected trading pairs and decide which existing units count as public float. CoinMarketCap and CoinGecko publish methodologies for both tasks, and their choices can differ.

Market cap is not liquidity. Liquidity asks how much can be bought or sold, over what time, and with how much price movement. A token may display a large market cap while only a small amount can be traded near the quoted price.

Market cap is also not automatically a company valuation. A token may confer governance, access, fee rights, redemption rights, or no claim on a legal entity’s assets or cash flows. The product of token price and supply does not resolve what the token represents.

Where the price input comes from

There is no single global crypto closing auction. The same token can trade simultaneously on centralized exchanges and on-chain pools, in different quote currencies, at different prices.

CoinMarketCap’s published method queries market-pair data, converts pair prices to a reference currency, applies confidence and outlier controls, and derives a cryptoasset reference price from eligible markets. CoinGecko describes converting and filtering ticker data, excluding anomalous tickers, and calculating a volume-weighted aggregate from the remaining set.

These are index-like reference prices, not promises of execution. The displayed price can change because:

  • a trade updates one included venue;
  • the weight of venues changes;
  • a pair is added, excluded, or flagged as an outlier;
  • the price of a quote asset changes;
  • liquidity moves between markets.

For a token with only one thin eligible market, the reference may depend heavily on a small amount of trading. With deeper independent markets, one unusual print is less likely to dominate a filtered aggregate, but no method can make a current marginal price apply to every unit.

Where the supply input comes from

Data providers generally use circulating supply, not an ERC-20 totalSupply() value, for ranked market cap. They classify team, treasury, vesting, escrow, staking, and other balances under their own rules.

CoinMarketCap calls its result an approximation of public float and verifies submitted distribution information against available blockchain data. CoinGecko says its circulating figures come from token teams and are checked, with locked addresses subtracted for smart-contract tokens. See Circulating vs Total vs Max Supply for the methodological differences.

A supply update can therefore change market cap while the reference price stays constant. That is not a trade or an inflow. It is a revised multiplier.

Why market cap is not liquidity

Imagine a pool with a token priced at $10 and one million tokens counted as circulating. The displayed market cap is $10 million. That calculation says nothing about how many dollars or quote tokens are available in the pool.

In an AMM, trades move along a pricing curve. Uniswap explains that larger trades relative to pool reserves cause greater price impact. An attempt to sell a large fraction of circulating supply would consume available depth and push the execution price down; it would not realize the initial $10 reference price on every token.

Order-book liquidity has the same size problem in a different form. Bids exist at particular prices and quantities. Once the best bids are filled, later units reach lower prices unless new buyers arrive.

CoinMarketCap’s separate Liquidity Score methodology illustrates the distinction: it examines order sizes, order-book depth, and simulated slippage. None of those variables appears in the market-cap formula.

What market cap does and does not measure

Market cap can help describe:

  • the current reference-price scale of the counted float;
  • relative size under one provider’s consistent methodology;
  • how a price move or supply-method change affects that headline metric.

It does not directly measure:

  • cash invested — buys and sells transfer funds between counterparties;
  • sale proceeds for all holders — execution prices change with size;
  • liquidity or volume — separate market-structure measurements;
  • protocol TVL — assets deposited in contracts;
  • treasury assets or reserves — balance-sheet or backing questions;
  • revenue, profit, or enterprise value — rights vary by token;
  • fully diluted value — a broader supply scenario;
  • safety or quality — a large product can still describe a fragile asset.

For a redeemable stablecoin, a price depeg changes market cap even if the number of tokens does not change. Reserves and redemption terms remain separate from the market-price multiplication; see Stablecoins.

Common distortions

Thin or dependent pricing. A small trade in a shallow market can establish a high marginal price. Related or weak quote assets can make the mark less informative.

Supply classification. Excluding a large treasury or unlocked insider wallet lowers circulating market cap; including it raises the figure. The issue is not whether one word feels right, but whether the published method is disclosed and applied consistently.

Decimal and denomination errors. Raw on-chain units must be converted using the token’s actual decimal convention. A six-decimal token treated as eighteen-decimal can create an error of 10^12.

Wrapped and bridged double counting. Locked source tokens and their destination representations may describe the same backing relationship. CoinGecko’s current supply FAQ says it excludes bridged and wrapped representations from its global market cap to prevent double counting. Other aggregates need their own documented policy.

Stale inputs. Minting, burns, vesting changes, contract migrations, market outages, or a broken price feed can leave either multiplier out of date.

Market cap versus FDV

Circulating market cap uses the provider’s estimate of current public float. Fully diluted valuation uses a broader supply scenario—often max supply or total supply, depending on the provider. If only a small fraction is circulating, FDV may be much larger.

Neither number predicts the price after future unlocks. Market cap describes a current multiplication; FDV applies a current price to a wider hypothetical supply. See What Is Fully Diluted Valuation (FDV)? for why that scenario should not be treated as valuation certainty.

How to use the metric carefully

When comparing two market caps:

  1. use the same data provider and timestamp;
  2. inspect the eligible markets behind each reference price;
  3. read each circulating-supply calculation;
  4. check wrapped, bridged, and migrated token treatment;
  5. compare venue depth, expected slippage, and volume separately;
  6. identify the token’s actual rights and liabilities;
  7. note future issuance and unlocks without assuming their price effect.

Market cap is best treated as a compact, methodology-dependent size indicator. It is a starting point for questions, not the answer to what a network, company, or portfolio can be sold for.

Sources & further reading

  1. Market Capitalization (Cryptoasset, Aggregate) CoinMarketCap Primary · Documentation

    Published circulating-market-cap formula and distinction among circulating, unlocked, minted, and fully diluted products

  2. Price (Market Pair, Cryptoasset) CoinMarketCap Primary · Documentation

    Published venue-data, reference conversion, confidence, and outlier treatment for the price multiplier

  3. Liquidity Score (Market Pair, Exchange) CoinMarketCap Primary · Documentation

    Separate depth, order-size, and slippage methodology demonstrating why liquidity is not market cap

  4. Methodology CoinGecko Primary · Documentation

    Published ticker aggregation, circulating-supply verification, and price-times-circulating-supply calculation

  5. CoinGecko Supply Update FAQ CoinGecko Primary · Documentation

    Published treatment of native multichain, bridged, and wrapped supply and global-market-cap double counting

  6. How Uniswap Works Uniswap Primary · Documentation

    Official explanation that trade size relative to reserves creates price impact

  7. The Technology of Decentralized Finance (DeFi) Raphael Auer, Bernhard Haslhofer, Stefan Kitzler, Pietro Saggese and Friedhelm Victor · BIS Working Papers No. 1066 Secondary · Paper

    Independent overview of AMM, exchange, asset, and DeFi market structure