For educational purposes only; not investment advice. Investing may result in loss.
Direct answer
Circulating supply estimates how many token units are available to the public market at a given time. It excludes units that a provider classifies as non-circulating, such as unvested allocations, time-locked balances, or project-controlled reserves not yet released for public use.
It is a classification, not a value that a blockchain automatically reports. An ERC-20 contract can expose totalSupply(), but that function does not decide whether a treasury wallet, vesting contract, staked balance, or bridged representation is economically circulating. Data providers therefore combine on-chain balances with project disclosures and their own published methodology.
Total supply generally means tokens currently in existence after burns, including tokens that may still be locked. Maximum supply is the upper bound permitted by the current issuance rules; it may be undefined when no hard cap exists.
The common relationship between the three is:
circulating supply <= total supply <= maximum supply
The relationship is useful, but the classifications are not universal. Providers may treat staking, foundation holdings, escrow, or restricted grants differently. On-chain transferability alone does not prove public availability, and a temporarily immobilized token is not necessarily removed from every provider’s circulating figure.
- FDV
- $1,250m
- Circulating share
- 40%
Outputs are educational approximations. They exclude venue rules, taxes, latency, oracle behavior, and other protocol-specific parameters unless shown.
How it works
One practical model starts with total supply and subtracts balances classified as non-circulating:
circulating supply = total supply - identified non-circulating balances
This requires an address inventory covering team and foundation wallets, vesting and escrow contracts, treasuries, burn mechanisms, and bridge custody. For a lock-and-mint bridge, the locked source-chain token and its target-chain representation are one economic unit; adding both supplies without an offset double counts it. Native issuance on several chains is different and must be aggregated according to the protocol’s rules.
Circulation market capitalization is usually calculated as:
circulating market capitalization = current price x circulating supply
The circulation ratio is circulating supply / maximum supply when a meaningful maximum exists. Fully diluted valuation (FDV) usually applies the current price to maximum or fully diluted supply. Both market capitalization and FDV extrapolate a marginal price; neither implies that the whole supply could be sold at that price.
Example
A token has a maximum supply of 1 billion units, and 600 million have been minted. Its balances and burns are classified as follows:
-
200 million are publicly held or in market-making inventory;
-
150 million remain in team vesting contracts;
-
200 million remain in a project-controlled ecosystem treasury.
-
50 million have been burned, leaving a total supply of 550 million.
If a provider excludes the vesting contracts and treasury, circulating supply is 200 million and the circulation ratio is 20%. A month later, 20 million team tokens vest and become transferable, while the treasury grants 10 million tokens to a program with transfer restrictions. A provider that excludes the restricted grant may report 220 million; one that treats the grant as released may report 230 million. The difference is methodological and should be documented.
At a price of $2, the pre-unlock circulating market capitalization is $400 million. Holding price constant after the first release gives $440 million, but that is only arithmetic. Trading establishes a new marginal price, so the $40 million change is not evidence of $40 million in net cash inflow.
Circulating supply rose 10%, from 200 million to 220 million. A holder who received none of the released tokens owns a smaller share of circulating supply, but price impact still depends on expectations, recipient behavior, demand, and market liquidity.
Risks
-
Read the token documentation and contract rules for allocations, mint authority, burns, and any supply cap.
-
Check vesting contracts and release schedules; distinguish an announced date, an executable claim date, and an actual on-chain transfer.
-
Verify
totalSupply(), decimals, large-holder labels, and burn transactions in a block explorer. -
Identify bridge custody and minting contracts, then test whether source and destination figures are netted consistently.
-
Compare providers’ methodology, timestamp, and excluded-address lists; record unexplained differences.
-
Compare each release with market depth, realistic volume, and holder concentration instead of treating every newly circulating token as an immediate sale.
Supply figures are time-stamped estimates. Undisclosed wallets, stale labels, contract migrations, rebases, and delayed bridge or vesting updates can all create errors. Keep the observation date, source, and methodology with every figure.
A 10 million-token unlock is more informative when divided by the current 200 million circulating supply: 5%. Comparing it with reported volume can add context, but volume includes repeated turnover and does not show how much can be sold without moving the price. Order-book depth and decentralized-exchange liquidity are more direct execution measures.
Identify the recipient and transaction purpose. User rewards may be dispersed, team allocations concentrated, and a transfer between project wallets may be an internal migration. Following addresses after release can reveal custody changes, but a deposit to an exchange indicates sale capacity, not proof of a completed sale.
For cross-project comparisons, calculate scheduled net additions over the next year as a percentage of current circulating supply. Also examine concentration, mint authority, and whether burns or buybacks actually occurred. Do not subtract an announced future burn from today’s supply.
Common misconceptions
Myth 1: The circulating market value is equal to the funds invested in the market
Market capitalization is marginal price multiplied by supply. A small trade can reprice the whole measured supply; equal cash does not need to enter for every dollar added to market capitalization.
Myth 2: Low circulation and high FDV will definitely fall
Low circulation can signal future dilution and liquidity risk, but it does not determine price direction. Release timing, prior expectations, demand, recipients, and market depth all matter.
Myth 3: The total supply on the chain is the circulating supply
An on-chain supply getter reports according to contract logic; it does not classify team locks, treasury use, or cross-chain representations. Circulating supply requires additional evidence and judgment.
Myth 4: Token locking will never affect the market
A lock delays transferability under specified rules. Markets may anticipate a release, and a released token is not automatically sold.
Related topics
- FDV fully diluted valuation
- What is the difference between circulating market capitalization and FDV?
- Maximum supply
- Token emission
- Token unlock
Sources
- ERC-20 Token Standard - Ethereum.org (accessed: 2026-08-20)
- CoinGecko Supply Methodology - CoinGecko (accessed: 2026-08-20)
- Supply (Circulating, Total, Max) - CoinMarketCap (accessed: 2026-08-20)