How to Snapshot Solana Token Holders (Free Export)
Short answer
A holder snapshot is a point-in-time export of every wallet holding a specific SPL mint, with balances. MakeMeACoin exposes a free Top Holder Checker at /tools/top-holder-checker that returns holder distribution and concentration metrics. For airdrop-scale exports, the same interface can pull all holders.
You need the full holder list of a Solana token — for airdrop distribution, concentration audit, or community verification — but Solscan and standard explorers only show top 20.
Open /tools/top-holder-checker and paste your mint address
Review top-N holder concentration — a Launch Score red flag if any wallet exceeds ~50%
Export the CSV of holders for airdrop, tax, or community verification
What this means
A holder snapshot is a point-in-time export of every wallet holding a specific SPL mint, with balances. MakeMeACoin exposes a free Top Holder Checker at /tools/top-holder-checker that returns holder distribution and concentration metrics. For airdrop-scale exports, the same interface can pull all holders.
Step-by-step
Open /tools/top-holder-checker and paste your mint address.
Review top-N holder concentration — a Launch Score red flag if any wallet exceeds ~50%.
Export the CSV of holders for airdrop, tax, or community verification.
Publish concentration alongside your Launch Score at /score/{mint} to show transparency.
Common mistakes
Trusting a stale snapshot — holders move constantly, especially on meme coins.
Ignoring treasury/dev wallets in concentration counts — label them publicly to keep trust high.
Buying "holder snapshot" services when the export is free.