How holders check your dev wallet, step by step

Published September 1, 20263 min readWallets and safety

The exact checks traders run on a creator address before buying, what each one reveals, how long it takes them, and what you can do about it beforehand.

Before somebody buys your coin, a fair number of them will spend 60 seconds looking at you. Not your project. Your address.

Knowing exactly what they run means you can look at the same screens first.

Where they start

Solscan, usually, opened from the mint address.

The mint page shows a creator or update authority field, and clicking through lands them on your wallet. From there everything that address has ever done is one page load away, sorted by time, free to read, permanently available.

No permission is involved and no trace is left. How to use Solscan covers the same screens from your side.

Check one: how many coins have you launched?

First thing they look for.

They scan your transaction history for previous mint creations. One or two previous launches is ordinary. Fourteen in the past 30 days tells them you're running a volume business rather than building anything, and they'll act on that immediately.

What happened afterwards matters as much as the count. A previous coin that graduated is a genuine positive. Five that died inside an hour, all created by this address, is the single most damaging thing a creator history can show.

Check two: how much do you hold?

Straight to the holders tab.

They want your position as a percentage of supply, and they're looking for a threshold rather than a precise number. Below 5% barely registers. Around 15% raises an eyebrow. Past 20% and most careful buyers stop reading.

This one is decided before you launch and can't be adjusted afterwards. How much should a dev buy covers picking a number you can defend.

Check three: are the top wallets connected?

Bubblemaps, or an equivalent, and it takes about 20 seconds.

The tool draws holders as circles and connects any that have transferred to each other. What they're hunting for is a cluster: several wallets, all funded from one place, all buying the same coin in the same block.

Nothing about that picture requires interpretation. Wallets funded from a common source connect visibly, and no amount of routing through intermediate addresses breaks the link because the tool follows hops. Bubblemaps and holder analysis shows the pictures, and bundle launches covers why this specific check ends so many coins.

Check four: have you sold?

Simple, and permanent.

Any sale from the creator wallet appears in the transfer list with a timestamp attached. Traders check this on stalled coins especially, because it explains a chart faster than anything else can.

There's no version of this that gets forgotten later. A creator sale is on the record for as long as the chain exists.

Check five: what else has the wallet touched?

Less common, and serious buyers do it.

They look at whether the address has interacted with contracts that got flagged, whether it received funds from something notable, and whether it looks like a wallet somebody uses or a wallet somebody generated 40 minutes ago.

A brand new address is neutral rather than suspicious. What reads badly is a long history full of things you'd rather nobody connected to this launch.

What you should do about it

Run the checks on yourself before anybody else does. Twenty minutes, and it costs nothing.

Open your own creator wallet in Solscan. Count the launches, check the percentage, load Bubblemaps, and look at what a stranger would conclude. If something reads badly, you'll find out now instead of from a Telegram message during your launch.

Then use a fresh wallet for the coin itself. Fund it once, use it for one launch, keep the rest of your activity elsewhere. Best wallets for launching covers the setup, and burner wallets covers the account you use for everything unfamiliar.

The part worth remembering

Everything about your creator wallet is public, permanent, and checked in about a minute by anybody considering a serious position. You can't remove it, and you can't explain it away after the fact. What you can do is decide, before minting, what those 60 seconds are going to show them.

Frequently asked

Can I hide my creator wallet?

No. The address that created the mint is recorded in the mint account permanently and shows on every explorer.

Does launching several coins look bad?

Depends on what happened to them. Five launches that all went to zero within an hour reads very differently from one previous coin that graduated.

What if I already have a messy history?

You cannot rewrite it. Use a fresh wallet for the next launch and accept that the fresh wallet has no history either, which is neutral rather than positive.

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