How to read a token's holder distribution
The Editor·8 min read·Updated 31 Aug 2026
Read memecoin holder distribution properly: which addresses to exclude, how to spot a contract in the list, what bundled supply looks like, and what it hides.
Open the holders tab on Solscan or your chain's explorer, then subtract everything that is not a person: the liquidity pool, burn addresses, locker contracts, bridges and exchange wallets. What is left — the largest real wallets, how much they hold, and whether they were funded from the same place at the same time — is the number that matters.
The headline "top 10 hold 62%" figure that screeners display is not that number, and reading it as though it were produces false alarms and false comfort in roughly equal measure.
Where to find the list
On Solana, open the mint address on Solscan and use the Holders tab. On EVM chains — Base, BNB Chain, Ethereum, Robinhood Chain — open the token contract on the chain's explorer and use the equivalent tab: Etherscan, Basescan and BscScan all label it Holders, as does Blockscout, which runs Robinhood Chain's official explorer at robinhoodchain.blockscout.com.
Every one of these gives you the same three columns: the address, the quantity held, and the percentage of supply. Some add a value column and a tag for known addresses.
Birdeye is the more comfortable read on Solana specifically, with holder analytics and wallet tracking built around the same underlying data. Bubblemaps renders the same list as a cluster graph, which is a much faster way to see relationships between the addresses than reading them in sequence — how to read a Bubblemaps bubble map covers that view.
One Solana-specific quirk that trips people up. The holders list shows token accounts, not wallets. Every Solana wallet holds a token through an associated token account, and one person can control several for the same mint. Solscan displays an owner column alongside the account — read that column, not the account address, or you will count one person as three.
The addresses that are not holders
Before you interpret any percentage, identify what is not a person. On a typical memecoin the top of the list is dominated by these.
The liquidity pool. The pool's own vault holds the tokens available for anyone to buy. On a token that launched with most of its supply in the pool, this is frequently the largest single line and is the opposite of a concentration risk — it is the depth you are trading against. How memecoin liquidity pools actually work explains why.
Burn addresses. On EVM chains, 0x000000000000000000000000000000000000dEaD and the zero address. On Solana, the standard incinerator address beginning 1nc1nerator. Supply here is permanently gone — removed from circulation, not a whale.
Locker contracts. LP tokens or position NFTs deposited with a locking service sit at the locker's address, appearing as a large holder that represents liquidity nobody can withdraw until its unlock date.
Bridge and exchange contracts. A bridge holds supply moved to another chain. A centralised exchange holds thousands of users' balances in one omnibus wallet. Neither is one person's position.
Subtract all of these and the picture usually changes considerably. It is common for a token displaying "top 10 hold 70%" to have a real largest individual holder under 2%, and equally common for a token displaying a lower headline figure to have ten fresh personal wallets sitting on a third of the float.
How to tell a contract from a person
Explorers label the addresses they recognise, and the labels are worth using — but coverage is incomplete, especially on newer chains and for pools created in the last few hours. When an address is unlabelled, three checks resolve it quickly.
Open the address and look at what it is. On EVM chains, an explorer shows whether an address is a contract, usually with a Contract tab and bytecode; an externally owned account has neither. On Solana, check the owning program: a token account owned by a pool program or an AMM authority is infrastructure, and Solscan will usually name the program even when it does not name the account.
Then look at the transaction pattern. A pool vault has continuous two-way flow all day. A locker has one deposit and nothing else. A person has irregular, human-shaped activity — and, on a token that launched two hours ago, often no activity at all before that launch.
Finally, cross-check against the pool address you already have from the DEX interface. If a large holder is the pool you are trading against, that is settled.
What healthy and bundled distributions look like
Once you are looking at real wallets only, the shape of the list carries more information than any single percentage.
A distribution that has formed organically has a smooth decay — a handful of larger positions from early buyers who took real risk, then a long tail. Those wallets have differing entry times, differing sizes, differing funding sources, and prior on-chain history that has nothing to do with this token. Some of them sold part of their position already. It looks messy, because real behaviour is messy.
A bundled distribution looks tidy. A group of wallets holds near-identical amounts. Their first-ever transaction was in the same slot or block, at or immediately after pool creation. They were funded by one address shortly beforehand, often in identical amounts. None of them has any history that predates this launch, and none has sold. Ten wallets holding 2% each is not ten holders if one person funded all ten in the same block — that is one holder with 20% and a disguise. Bundled launches and sniper wallets covers the mechanic and the venue-level defences against it.
The middle case is the difficult one, and it is worth being honest that it is unresolvable from the holder list alone. A large concentrated position can be a bundler, a sniper bot, a market maker, or somebody who simply bought early and heavily. Concentration is a risk regardless of intent — a single wallet holding 15% can sell it whether or not they meant harm from the start — so size your position for the concentration you can see rather than trying to divine motive from it.
Why the top-ten percentage is misleading in both directions
Screeners reduce all of the above to one figure, and it fails in both directions.
It reads as too alarming on tokens where the pool, a burn address and a locker occupy most of the top ten. That is the normal state of a well-structured launch, and a low number here can actually mean liquidity is thin.
It reads as too reassuring on tokens where supply has been split across dozens of wallets deliberately. Push a bundle across 40 wallets instead of 10 and the top-ten figure falls without a single token changing hands in any meaningful sense. This is the more dangerous failure, because it is the one someone can engineer on purpose in a few seconds.
Holder count has the same problem. Sending dust to thousands of addresses inflates the holder number at negligible cost, and a token showing 12,000 holders where 11,000 received identical dust amounts in one transaction is not a community.
The same caution applies to the denominator. If a large share of supply is vesting or unminted, percentages of circulating and of fully diluted supply tell different stories — market cap versus fully diluted valuation sets out why the gap matters.
What the holder list does not tell you
It is a snapshot of positions, and positions are the least stable thing about a memecoin.
It does not tell you intent. The largest genuine holder may be an early buyer who intends to hold for months, or a deployer who will exit at the first sign of volume. Nothing in the list distinguishes them, and the sell looks identical either way. What you can do is keep watching the specific addresses after you buy rather than only before — what to watch in a dev wallet after a launch covers that.
It does not show wallets that have already sold. A distribution can look clean precisely because the concentrated holders exited into the buyers who are now in the list.
It does not link wallets that were funded through an intermediary. Route the funding through a centralised exchange or a couple of hop wallets and the on-chain link between a funder and its wallets is broken as far as any list — or any cluster graph — is concerned. Clean-looking distribution is evidence of nothing more than competence.
And it says nothing about the contract. A perfectly distributed token with a live mint authority, an uncapped sell tax or removable liquidity is not safe, it is well spread. Run the rest of the pre-buy workflow alongside this one.
Frequently asked questions
What is a healthy holder distribution for a memecoin?
There is no threshold that makes a token safe, but as a working shape: no single non-contract wallet above a few percent, a smooth decay rather than a block of identical positions, and top wallets with on-chain history predating the launch and differing funding sources. Concentration matters more than count.
Should the liquidity pool count as a top holder?
No. The pool vault holds the supply you are trading against, so it is depth, not concentration. The same applies to burn addresses, locker contracts, bridges and exchange omnibus wallets. Exclude all of them before you read any percentage.
Why do Solana holder lists show more addresses than there are people?
Because Solana lists token accounts rather than wallets, and one wallet can control several token accounts for the same mint. Solscan shows an owner column beside each account — group by owner before counting, or you will treat one person's several accounts as several holders.
Can holder counts be faked?
Yes, easily. Sending dust to thousands of addresses raises the holder count for almost nothing, and splitting a bundle across more wallets lowers the top-ten percentage without changing who controls the supply. Both are cheap, so treat both numbers as claims rather than measurements.
Distribution is one of two questions a buyer asks
The other is whether the pool can be emptied. If you are launching, locking your LP through Team Finance — built by TrustSwap, which also builds Meme Central — holds those tokens for a fixed term on Ethereum, Robinhood Chain, Polygon, Base and BNB, and shows as a verified badge on your token's page in the Meme Central live feed. It does nothing about your distribution: if your own wallets hold most of the float, a lock will not hide that from anyone reading the holders tab.
Nothing here is financial, legal or tax advice. Memecoins are extremely high-risk: most lose most of their value, and the majority of tokens launched never reach a decentralised exchange at all. Never spend money you cannot afford to lose entirely. Meme Central does not recommend any specific token. Data described as Meme Central's own reflects tokens indexed by Meme Central and is not whole-market data.