SolTokenCreator

Solana Token Manager

Manage a Solana token you have already launched — revoke mint, freeze and update authority, burn supply, reclaim rent from empty accounts, and keep earning on locked liquidity.

Most Solana token tools stop at the mint. This page is the other half: connect the wallet that holds your token and act on it. Authority revocation, burning with account cleanup, and the Burn & Earn dashboard all run here, on this page, on any SPL or Token-2022 token — wherever it was created.

Manage Your Token Below

Revoke Mint, Freeze or Update Authority

Connecting is free and read-only.It shares your wallet address so this page can load your tokens. Nothing is signed or charged until you approve it in your own wallet, and we never see your seed phrase.
To set up a liquidity pool, you must first "Revoke Freeze Authority" for your token, which can be done here at a cost of 0.1 SOL.
Additionally, revoking the Mint Authority enhances security for buyers. You can perform this action here, also for a fee of 0.1 SOL.
You can also make your token's metadata permanently immutable by revoking update authority, also 0.1 SOL — see the warning below before you do.
Don't see your token below? Paste its mint address directly instead of using the picker.
Make Metadata Immutable — Revoke Update Authority
Permanently locks your token's name, symbol, logo and other metadata so they can never be changed again — by you, or by anyone. This is the same trust signal as revoking mint and freeze authority above, and it costs the same 0.1 SOL.
This cannot be undone. Once revoked, there is no way to restore update authority or edit this token's metadata again — not by you, not by us, not by anyone, ever. Only confirm once you are certain the name, symbol and logo are final.
For the final step, create a liquidity pool so people can actually trade your token. Both CPMM and AMM V4 are supported — the AMM V4 option builds its required OpenBook market for you automatically, no separate import needed.
Create your liquidity pool
Connecting is free and read-only.It shares your wallet address so this page can load your tokens. Nothing is signed or charged until you approve it in your own wallet, and we never see your seed phrase.

Burn Token

Permanently burn unwanted tokens from your wallet. Clean up empty token accounts to reclaim SOL rent.

Connecting is free and read-only.It shares your wallet address so this page can load your tokens. Nothing is signed or charged until you approve it in your own wallet, and we never see your seed phrase.

Burn & Earn

Permanently lock CPMM positions and keep earning LP fees forever. The Raydium Fee Key NFT represents your claim to future yield.

Connect Your Wallet

Please connect your wallet to view and manage your CPMM liquidity positions.

What This Manager Cannot Do

Some token managers advertise these. This one does not have them, and it is cheaper to find that out here than after connecting a wallet.

  • Mint additional supply. Supply is minted once, during creation. Nothing on this site adds to it afterwards. If you still hold mint authority you can mint more with the Solana CLI or an SDK — and if you have revoked mint authority, nobody can, ever.
  • Edit token metadata. There is no editor here for name, symbol, logo or links. The only metadata action available is the permanent one: revoking update authority to make the metadata immutable.
  • Transfer an authority to another wallet. Revocation here sets an authority to null and nothing else. Reassigning one to a multisig or a program needs the full set-authority instruction from a CLI or SDK.
  • Freeze or unfreeze individual accounts. Freeze authority can be revoked here; it cannot be exercised here.
  • Manage CLMM or Meteora positions. The liquidity tools read Raydium CPMM and AMM V4 pools. Positions in other pool types will not appear.
  • List zero-decimal tokens. The burn tool filters them out, so an NFT or a whole-unit token with no decimals will not show up in any of its tabs.

How to Manage a Solana Token After Launch

1

Connect the Wallet That Holds the Token

Every tool on this page reads the connected wallet: the authority tool lists tokens it can find for you, and the burn tool lists what the wallet actually holds. A wallet that does not hold the token — or the authority over it — cannot act on it here.

2

Pick Your Token, or Paste Its Mint Address

The authority tool has a picker that scans your wallet and a manual mint-address field beside it. The manual field matters: the scan runs through a public Solana RPC endpoint that can throttle or refuse it, and pasting the mint address skips the scan entirely.

3

Choose What to Change

Revoke mint, freeze or update authority at 0.1 SOL each; burn part or all of a balance; close empty token accounts to reclaim their rent; or burn LP tokens to lock liquidity and keep harvesting its fees. Nothing is bundled — you run only what you pick.

4

Approve the Transactions

One approval per authority revoked, so revoking all three means three approvals. Burning and cleanup are different: several tokens are packed into as few transactions as Solana's size limit allows and your wallet asks you to approve that batch together.

5

Verify the Change On-Chain

Each revocation returns its own Solana Explorer link and all of them stay on screen at once. Open the mint on Explorer or Solscan afterwards — a revoked authority reads null, and a burn shows as a reduced supply.

What the Token Manager Actually Does

Revoke Mint, Freeze or Update Authority

Each authority is its own button, its own transaction and its own 0.1 SOL fee. The tool reads the authority on-chain first, so an authority that is already null is reported rather than charged for.

Burn Any Amount, Not Just All of It

Set a custom amount per token or burn the whole balance. Burn the entire balance and the token account is closed in the same transaction, returning its rent to you; a partial burn leaves the account open.

Reclaim Rent From Empty Accounts

The Cleanup tab lists token accounts with a zero balance — the leftovers of tokens you already sold or burned. Closing each one returns roughly 0.002 SOL of rent to your wallet. No platform fee, only the network fee.

Burn LP and Keep Earning Fees

Burn & Earn locks liquidity by burning the LP position while it keeps collecting trading fees. Locked positions, their value and their unclaimed fees are listed here, and you can harvest from the same screen.

SPL and Token-2022 Together

The tools read which program owns your mint and build instructions against it, so a Token-2022 token is revoked and burned correctly instead of being sent to the legacy program and rejected.

No Bundling, No Platform Fee on Burns

Burning, cleanup and harvesting cost only the Solana network fee — no platform fee is charged on any of them. Authority revocation is 0.1 SOL per authority, and the fee rides in the same transaction as the change, so a failed change cannot bill you.

Solana Token Manager FAQ

Launching Something New?

Mint the token on the creator page, then come back here to revoke its authorities, burn supply and manage its liquidity.

Create a Token