Total Supply
In simple terms
Total supply is the complete count of all coins that have been created for a particular cryptocurrency. Think of it like asking 'how many shares of a company exist in total'—it's the full amount ever issued.
Definition
The total number of coins that currently exist.
In depth
Total supply represents the aggregate number of cryptocurrency units that have been mined, minted, or otherwise issued through the protocol's consensus mechanism up to a given block height. This differs from circulating supply, which excludes locked, burned, or otherwise unavailable coins. The total supply is typically hard-coded into the protocol's rules or governed by a predetermined emission schedule, which validators enforce through consensus. For many cryptocurrencies like Bitcoin, the maximum supply is capped by design; for others, total supply may increase indefinitely based on staking rewards or other mechanisms.
How does Total Supply work?
Total supply counts every unit that exists at this moment: everything ever minted, minus anything verifiably burned by sending it to an address with no known private key. Unlike circulating supply, it includes units nobody can trade yet, such as team allocations still vesting. On most chains the number can be read directly from the token contract's totalSupply function using a block explorer. It rises when the protocol mints block rewards, or when an owner calls a mint function the contract still permits, and falls only when units are burned.
An example
A project mints 10,000,000 tokens at launch and later burns 500,000 through a fee mechanism, so total supply is 9,500,000. Of those, 3,000,000 are still locked in team vesting, leaving circulating supply at 6,500,000. If the contract kept an owner-controlled mint function, total supply could rise again later, which is why reading the contract matters more than the launch announcement. Figures are illustrative.
Figures are illustrative only.
What beginners get wrong
- Total supply is not a cap. Many contracts retain a mint function, so today's number can be increased tomorrow by whoever holds the owner key.
- Mixing total supply into a market cap calculation that should use circulating supply produces a figure that is not comparable with what data sites publish.
- Token burns are often presented as value-creating, but reducing the count changes only supply, and says nothing about whether anyone wants the remaining units.
- Supply figures on a project website can be stale or selectively framed; the contract's own totalSupply value on a block explorer is the checkable source.
Related terms
Part of
What is tokenomics, and why does token supply matter? — the subject page for tokenomics and supply, with all 14 of its definitions in one place.
Educational only — not financial advice.
