The Register Every strike, burn, and pool — ranked on-chain. Reputation you can check, not claim. See the ledger →
Solana
SolForger

Token creation

Your pump.fun Token Graduated — Now What?

Your pump.fun coin hit the bonding curve threshold and migrated to a real pool. Here is what you control, what you don't, and the seven things worth doing next.


Your coin cleared the bonding curve, the liquidity moved into a real pool, and the chart looks different now. Graduation is genuinely a milestone — most tokens launched the same hour never get there. It’s also the moment the tooling changes, because the things you can do to your token are narrower than most people assume, and a fair number of people will try to sell you things you already have.

Here’s what actually happened on-chain, what you control, and the seven things worth doing next.

What graduation actually did

While your token sat on the bonding curve, its price was set by a formula and its SOL accumulated in the curve. When it hit the market-cap threshold pump.fun sets, it migrated: that accumulated SOL was used to open a real liquidity pool, and the token began trading against it like any normal SPL token. Since 2025 that pool lands on PumpSwap, pump.fun’s own DEX, rather than Raydium as in earlier days.

Two consequences follow, and they define everything below:

  • The pool’s liquidity is locked. You cannot withdraw it. That’s a protection for buyers, not a setting you can change — and it means you can’t “rug” the pool even if you wanted to.
  • You never held the authorities anyway. Which brings us to the thing nobody tells you.

The thing nobody tells you: your token is already “safe”

We checked several well-known pump.fun graduates directly on mainnet — Fartcoin, Peanut the Squirrel (PNUT), Goatseus Maximus (GOAT). Every one shows the same on-chain state:

PropertyValueWhat it means
Mint authorityNoneSupply is fixed. Nobody can print more.
Freeze authorityNoneNo wallet can ever be frozen.
MetadataImmutableName, symbol, and logo can never change.
Token programClassic SPLNo transfer fees, no exotic extensions.

Read that again, because it’s the practical headline: pump.fun mints your token with the authorities already revoked and the metadata already locked. Three of the four guarantees serious buyers look for are done at launch, by default.

If anyone offers to “revoke the mint authority,” “lock your metadata,” or “make your pump.fun token immutable” for a fee — they are charging you for something that happened automatically the moment you launched. There is nothing left to revoke.

That’s the most common upsell aimed at new pump.fun creators, and now you can check it yourself in ten seconds on any explorer.

The seven things actually worth doing

1. Verify your own token’s state, then publish it

Don’t take our word or anyone else’s — read the mint. Then make it easy for everyone else: publish a free token certificate, a public page that reads the guarantees live from the chain. When someone asks “is this safe?”, you send a link to on-chain facts instead of a screenshot. This is the single highest-leverage thing you can do post-graduation, and it costs nothing.

2. Understand what you can’t do — and say so

You can’t pull the liquidity. You can’t mint more. You can’t rename the token. Publishing that plainly is a strength, not a weakness: your holders’ biggest fears are structurally impossible, and you can prove it. Most projects bury this. Lead with it.

3. Reward the holders who stayed

An airdrop to your holders is the clearest goodwill signal available. Snapshot the holder list, build a CSV, and send it in batches — the full walkthrough is in how to airdrop your pump.fun token to holders. The one cost to know up front: sending more of the same token to existing holders needs no new token accounts and therefore no extra rent, while sending a different token costs about 0.002 SOL per recipient.

4. Burn supply you promised to burn

If you retained tokens and told your community you’d destroy some, burn them rather than sending them to a wallet nobody watches. A burn reduces the mint’s total supply on-chain, which anyone can verify. Moving tokens to a “dead” address doesn’t — the supply stays the same. The difference matters to the people checking.

5. Watch your holder concentration

This is now your biggest safety variable, because the authority checks are all automatically green. If you or a handful of wallets hold a large share of supply, buyers see a dump risk, and they’re right to. Look at the top holders on your own token the way a skeptical buyer would, and be honest about what you’re holding and why.

6. Defend against ticker impersonators

Symbols are not unique on Solana — anyone can mint a token with your exact name and ticker. This is a live problem: when the ANSEM memecoin trended, multiple distinct tokens carrying the same name appeared simultaneously with no canonical version. Impersonators farm people who search by ticker.

The only reliable identifier is the mint address. Publish yours in your bio, your pinned post, and your certificate, and train your community to verify the address, never the name.

7. Reclaim the rent you’ve got locked up

Trading through a launch leaves a trail of empty token accounts in your wallet, each holding about 0.002 SOL of refundable rent. Closing them returns the deposit. It’s small money, but it’s yours, and it takes one transaction.

The honest summary

Graduating means the market decides from here, and there’s less for you to configure than you’d expect — the liquidity is locked, the supply is fixed, the metadata is frozen. What’s left is proof and distribution: prove the token’s state so buyers don’t have to guess, reward the people who held, be straight about concentration, and make sure people can find the real contract address.

Start with the free certificate — it turns everything above into a link you can hand to anyone. And if you’re on the buying side of a pump.fun coin rather than the launching side, read how to check if a pump.fun token is safe, because the usual checks don’t work there.

Frequently asked questions

What happens when a pump.fun token graduates?

Once the bonding curve reaches the market-cap threshold pump.fun sets, the token migrates off the curve and its accumulated SOL is used to open a real liquidity pool — since 2025 that lands on PumpSwap, pump.fun's own DEX, rather than Raydium. From then on the token trades against that pool like any normal SPL token.

Do I need to revoke mint or freeze authority on my pump.fun token?

No — it is already done. Every pump.fun mint is created with no mint authority and no freeze authority, and its metadata is immutable. There is nothing left to revoke. If anyone offers to "revoke your authorities" or "lock your metadata" on a pump.fun token for a fee, they are charging you for something that already happened at launch.

Can I remove the liquidity from my graduated pump.fun token?

No. When the token graduates, the liquidity from the bonding curve is placed in the pool and locked, so the creator cannot withdraw it. That is a protection for buyers, not a limitation you can configure. It also means you cannot open or manage that pool the way you would a pool you created yourself.

How do I reward my pump.fun token holders?

Take a holder snapshot, build a CSV of addresses and amounts, and send with a multisender. Sending more of the same token to existing holders costs no extra account rent because they already have a token account for it. Sending a different token means paying about 0.002 SOL per recipient to open new accounts.

Why do fake tokens with my ticker keep appearing?

Ticker symbols are not unique on Solana — anyone can mint a token with your name and symbol. Impersonators launch copies to catch people searching by ticker. The only reliable identifier is the mint address (contract address), so publish yours everywhere and tell your community to verify the address rather than the name.

Written by

Marcus Feld

Solana engineer, SolForger

Marcus builds the transaction-signing tooling behind SolForger's benches, from the SPL create flow to the Token-2022 tax extension. He has been writing Solana programs and web3 clients since the 2021 token boom, and spends most of his time in the weeds of the Token program, Metaplex metadata, and the quirks of getting a versioned transaction through a wallet on mobile. He writes the step-by-step guides so the people who use the tools understand exactly what they are signing.

  • SPL Token program
  • Token-2022 extensions
  • Metaplex metadata
  • Transaction lifecycle
  • TypeScript & Rust