Curve progress went backwards, what to check

Published September 12, 20263 min readTroubleshooting

A step-by-step diagnosis when your progress bar drops, how to find the transaction responsible, and what each cause means for what you do next.

Your bar was at 76% and now it says 58%. Nothing is broken, and something specific happened that you can identify in about 5 minutes.

Work through it in order.

Step one: confirm the size of the move

Check how far it actually fell.

Two or 3 points is ordinary trading. Sells and buys arrive constantly, the bar shows the net, and there's nothing to diagnose.

Fifteen points or more came from 1 or 2 specific transactions, and those are findable in a couple of minutes. That's what the rest of this covers. Reading curve progress covers what the number counts in the first place.

Step two: find the transaction

Open your mint on Solscan and sort the transaction list by time around the drop.

You're looking for sells, ordered by size. The largest one in that window is almost certainly your answer, and it'll have an address attached.

Copy that address. Everything useful comes from it.

Step three: identify the seller

Three possibilities, and each means something different.

An early buyer. When did this address first buy your coin? Entering in the first hour at low prices makes this ordinary profit-taking, which is the most common cause by a wide margin.

A sniper. Bought within seconds of the mint, holds nothing else for long, and exits in a single move. What is a sniper bot covers the pattern.

Your own wallet, or one connected to it. Worth checking honestly, especially if you gave anybody access. A creator-linked sale is the single most damaging thing that can appear on a coin.

How to read a Solana transaction covers pulling the entry time out of an address's history.

Step four: check what happened after

More important than the drop itself.

Look at trade count and unique wallets in the 30 minutes following. Two very different outcomes:

Trading continued. The market absorbed a seller and moved on. Progress will rebuild if buying continues, and there's nothing to fix.

Everything stopped. The drop coincided with activity going to nearly 0, which means your coin has also fallen out of every recency window and nobody new is arriving to find it.

That second case is the one that needs a response, and the response isn't about the bar.

What not to do

Two reflexes, both expensive.

Don't buy to push it back. Progress costs the most in the upper bands, so restoring 18 points at the 70% mark runs to several times what the same 18 points would have cost at 20%, and you'd be paying that premium to move a number temporarily while making your holder concentration permanently worse. How dev buys affect the curve covers the arithmetic.

Don't relaunch. You'd lose your holders, your trade history, and your pair age, while carrying the dead coin forward on your creator wallet anyway. Should you relaunch a failed coin covers when it's justified, which is narrower than people expect.

What to do instead

Depends on what step four told you.

Trading continued? Nothing. A seller sold, which is what markets are for, and the bar reflects it accurately.

Trading stopped? Then the issue is exposure rather than the drop. Check unique wallets across the coin's whole life, and if the total is small, nobody rejected your coin because nobody saw it. Reading a stalled launch covers the full diagnosis, and the console prices sustained activity against a specific window with the full cost shown before anything is signed.

What the drop really told you

A backwards bar means somebody sold, which is normal and symmetric. Find the transaction, identify whether it was an early buyer or a sniper, and then check whether activity survived it. That last check matters far more than the number on the bar.

Frequently asked

Is this a bug?

No. Progress reflects the current net position on the curve, so any sell moves it down. The mechanism is symmetric by design.

How much can one seller move it?

On a thin coin, a great deal. A single early holder exiting can drop the bar 20 points or more in one transaction.

Should I buy to push it back up?

Almost never. It costs the most at exactly the point where the drop hurts most, and it worsens the holder chart everybody checks.

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