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 BelowEvery Post-Launch Action, and Where It Runs
Three tools run on this page. The rest have their own pages because each needs a form of its own — the link takes you straight to it.
Mint, freeze or update authority — one transaction each
0.1 SOL eachBurn part or all of a balance; full burns close the account
Network feeClose empty token accounts and get their rent back
Network feeLock liquidity by burning LP, then harvest its trading fees
Network feeSet up a Raydium CPMM or AMM V4 liquidity pool
Raydium + network feesOpenBook Market ID, required by AMM V4 pools
~2 SOLWithdraw your tokens from a Raydium pool
Network feeMint a new SPL token — this page is for tokens that exist
See pricingWhat 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
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.
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.
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.
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.
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