Why did my coin dump? Reading the chart honestly

Published September 6, 20263 min readTroubleshooting

The four things that actually cause a sudden drop, how to tell which one happened from on-chain data, and which of them you could have prevented.

Your chart went vertical and then fell off a cliff. Before you conclude anything, find out which of four things actually happened, because they need different responses and three of them are ordinary.

Everything you need is public and takes about 5 minutes to read.

Cause one: early buyers taking profit

Most common by a wide margin, and the least sinister.

Somebody bought at the bottom of a steep curve when 4 SOL had gone through it. Twenty minutes later the coin is up several times over and they sell. Then the next early buyer sees that print, does the same thing 90 seconds later, and the drop accelerates for the simple reason that everybody who bought in the first few minutes is sitting in profit at exactly the same moment.

Nothing was done to you. People who took the risk of buying first took the reward of selling first, which is the arrangement. Why early buys move the price covers why their position was so much better than anybody arriving later.

Cause two: a snipe unwinding

Bots buy new mints in the first block or two, holding tokens acquired at prices nobody else could get.

They aren't holding for the concept. A sniper waits for enough buyers to arrive to distribute into, and once that happens it exits in a single move rather than trickling out, which on a coin with 30 holders and no depth means one wallet's decision is the entire chart you're looking at.

Want to check? Look at whether the seller's address bought within seconds of the mint. Sniper wallets have a distinctive pattern, and they usually hold nothing else for long.

Cause three: the creator sold

Worth naming because it happens and because holders check.

A creator wallet selling into its own launch shows up in the transfer list with a timestamp, permanently. On somebody else's coin, that's the strongest signal you'll ever get about it. On yours, no explanation recovers it.

Cause four: attention left

Subtler, and it produces a slow bleed rather than a cliff.

Buying stops, the coin falls out of recency windows, nobody new arrives, and existing holders drift out over an hour. No single seller caused it. The demand simply ended.

Telling them apart

Open your mint in Solscan and look at the sells around the drop.

What you see What happened
Many sellers, similar sizes, spread over minutes Early buyers taking profit
One address, large, bought at mint Sniper unwinding
Creator wallet in the sell list The thing that can't be undone
No large sells, just fewer buys Attention left

How to read a Solana transaction covers identifying the seller and when they entered, which is the piece that separates the first two cases.

What you could have prevented

Honestly? Less than you'd like.

Profit-taking is unavoidable and healthy. Snipers are a fact of open mints. Attention leaving is what attention does.

Your one real lever was holder concentration at launch, because a coin where the top wallet holds 30% of supply sits one decision away from a cliff no matter who that wallet belongs to or how good their intentions are. Spread ownership survives a single seller. Concentrated ownership doesn't. How much should a dev buy covers the part of that you controlled.

What matters more than the dump

Next hour.

A coin that dropped 60% and kept trading sits in a completely different position from one that dropped 60% and went silent. First one still appears in recency windows, still shows up to browsers, still has a chance. Second one has left every surface where anybody would encounter it.

So after a drop, stop asking why it happened and ask whether anything is still happening. Check trade count and unique wallets in the 30 minutes after the fall. If both went to nearly 0, the dump wasn't your problem, and reading a stalled launch covers what to do next.

Before you react

Don't sell your own position to "stabilise" anything. It doesn't stabilise anything, and it's the one action that permanently ends a coin's credibility.

Don't relaunch immediately either. You lose the holders you did get and the history you built, and the second launch inherits the first one's reputation anyway.

Do check whether activity continued. If it didn't and the concept still holds, the console prices sustained activity against a specific window, with the full cost shown before anything is signed.

Frequently asked

Was I attacked?

Almost never. The overwhelming majority of sudden drops are ordinary profit-taking by people who bought earlier and cheaper, which looks identical to an attack from the outside and is not one.

Can I stop it happening?

Not really. What you can influence is holder concentration at launch, since a coin where one wallet holds a large share is one decision away from a cliff.

Does a dump kill a coin?

Not necessarily. What kills coins is the silence afterwards, when the activity stops entirely and the coin drops out of every recency window.

How to check this yourself

Everything in this guide describes mechanics that settle on Solana mainnet, so you can check any of it yourself. Mint addresses, swap signatures, curve progress and wallet counts are all public, and an explorer will disagree with us if we are wrong.

Curvegrad sells a volume service, and guides that touch on what a campaign does say so in the text rather than in a footnote.

what this is based on
  • Solana mainnet transaction history, read through the standard RPC methods
  • Pump.fun bonding curve and PumpSwap pool accounts as they appear on-chain
  • Public block explorers, where every claim here can be verified against a real mint
  • Campaigns run through our own engine, which is where the operational detail comes from