For educational purposes only; not investment advice. Investing may result in loss.
Direct answer
Token holder concentration is a descriptive statistic: it shows how much of a token supply is held by the largest addresses at a stated block and on a stated chain. It is not a protocol primitive and, by itself, does not establish who beneficially owns the tokens or whether a token is safe or valuable.
The result depends on the denominator. A ratio based on total supply, circulating supply, or a free-float estimate answers a different question. Report the token contract, chain, block or timestamp, decimals, denominator, and treatment of burned, locked, bridged, staked, and contract-held balances so that another reader can reproduce the result.
An address is not necessarily a person. Exchange omnibus wallets, custodians, bridges, liquidity pools, vesting contracts, treasuries, and staking wrappers can each represent many holders or a different economic claim. Use address labels as evidence, not as proof, and publish both the raw address ratio and any adjusted ratio with the exclusions stated.
Concentration is best read alongside transfer history, unlock schedules, liquidity, delegated voting power, and contract permissions. Start with token-transfer logs and the token contract, then use an explorer or indexer to improve labeling and aggregation. Interface rankings and project narratives are useful leads, not substitutes for the underlying records.
Measurement and interpretation
For a snapshot, top-N concentration is: H_N = sum of balances of the N largest addresses / chosen supply denominator. The numerator and denominator must use the same token contract, chain, unit, and block. A concentration series is more informative than a single number because it shows whether balances are moving, unlocking, being burned, or merely being reclassified.
Use this measurement workflow:
- Define the question and denominator: total supply for issuance, circulating supply for market float, or a documented free-float estimate for tradable supply.
- Pull balances from transfer events or a reproducible indexer, and record the snapshot block, decimals, mint and burn events, and any rebasing or wrapper rules.
- Classify addresses conservatively. Separate known exchanges, contracts, bridges, treasuries, vesting and burn addresses from unknown externally owned accounts, and disclose uncertain labels.
- Recalculate after exclusions and stress cases. Compare top-N, a broader concentration measure, turnover, liquidity depth, voting delegation, and scheduled unlocks rather than relying on one ranking.
The ERC-20 standard defines transfer and supply interfaces, but it does not define a holder-concentration metric or guarantee that an address label is correct. A data provider can therefore produce a different result from the same chain if its indexing window, entity labels, or denominator differs.
Worked example
Suppose the top ten addresses hold 80% of a token’s total supply. Exchange omnibus addresses account for 50 percentage points of that balance, so a disclosed adjusted ratio for the remaining tagged holders is 30%. The two figures are not contradictory: one describes ledger concentration and the other describes concentration after an attribution assumption.
Before drawing a conclusion, inspect the snapshot block, transfer paths, contract code, vesting and unlock terms, and the depth available to sell. Confirm whether a large balance is collateral, an LP position, a bridge reserve, or an unallocated treasury. A label that cannot be independently verified should remain in the raw ratio and be marked uncertain in the adjusted view.
Translate the ratio into an exposure question: who can sell, vote, mint, pause, upgrade, or withdraw first, and how much liquidity would absorb that action? A concentration figure is evidence for that investigation, not a forecast of price impact.
Risks and controls
High concentration can amplify several different risks:
- Liquidity and market impact: a few transferable balances can overwhelm available depth, while locked or contract-held balances may not be immediately sellable.
- Governance and control: delegated votes, quorum rules, admin keys, or upgrade powers can make effective control more concentrated than balances suggest.
- Unlock and issuance risk: vesting, future minting, staking derivatives, or bridge releases can change the denominator and the effective float.
- Data and custody risk: omnibus wallets, mislabeled contracts, indexer gaps, compromised keys, or exchange restrictions can make a ratio stale or misleading.
Controls include recording a block-level snapshot, publishing raw and adjusted figures, monitoring transfers and unlocks, checking contract permissions, and sizing any exposure so that a stressed exit remains affordable. Never treat a low ratio as proof of safety or a high ratio as proof of fraud; investigate the mechanism and the exit path.
Common misconceptions
An address is a holder
An address is a ledger account. One custodian can control many addresses, and one contract can represent claims for many users. Entity attribution is an assumption that must be documented and revisable.
A high ratio automatically means a scam
Early allocations, treasury reserves, bridge contracts, and liquidity pools can be legitimately concentrated. The relevant questions are who controls the balance, when it can move, and whether users can exit under stress.
Circulating supply gives one objective answer
Circulating-supply definitions differ, especially for locked, staked, bridged, or treasury balances. Publish the denominator and calculate a sensitivity range when the classification is disputed.
Protocol usage guarantees token value
Usage can coexist with weak value capture, ongoing dilution, or concentrated control. Examine demand that requires holding, the fee or cash-flow path, issuance and unlocks, and the rights attached to the token.
Related topics
- Block explorer
- Circulating supply
- Governance token
- Market cap and FDV
- Token balance indexing risk
- Token buyback
Sources
- ERC-20 Token Standard (EIP-20) - Ethereum Improvement Proposals (accessed: 2026-08-21)
- ERC-20 Token Standard - Ethereum.org (accessed: 2026-08-21)
- OpenZeppelin Contracts: ERC20 - OpenZeppelin (accessed: 2026-08-21)
- Use Caution When Buying Digital Coins or Tokens - CFTC (accessed: 2026-08-21)