Solana
Change a Solana Token’s Name, Symbol or Logo
A ticker you regret, a logo that never loaded, a metadata link pointing at a host that has since died — none of it is fixed by launching the token again. On Token-2022 the name, symbol and logo link live on the mint itself, and the wallet holding the metadata update authority can rewrite them whenever it likes. This page does exactly that: change what you need, sign once, and anything reading the chain picks up the new details. What it cannot do is give that authority back once you have handed it in.
The exact total — platform fee plus the real network cost — is quoted in the console before anything is signed.
What actually lives on the mint
Token-2022 keeps the name, symbol and a metadata URI on the mint account itself, which is why wallets and explorers can display them without asking anyone for permission. The URI is a link, usually to a small JSON file holding the image, so pointing it somewhere new is what changes the logo everywhere that reads the chain. All three fields are editable while one wallet still holds the update authority over them.
Why your SPL token is not listed here
A classic SPL mint carries no editable metadata record this tool can write to. That is a property of the older standard rather than a missing feature: the information lives in a separate program the platform does not integrate with, and the executor refuses those mints instead of pretending. If you want a name and logo you can edit on the mint itself, that decision is made at creation, by deploying as Token-2022.
Do this before you revoke
The switch that gives up your update authority sits one card above this form. Revoking is permanent and immediate — the moment it lands, the name, symbol and logo on that mint are fixed for good, and there is no support ticket that reverses it. So get the details right first, check them in your own wallet, then revoke; they are two separate operations with two separate costs, each quoted before its signature. Buyers check that the authority is gone, not that it went early.
The honest limits
Changing what the mint says does not change what other people have already saved. Wallets and explorers that read the chain pick up the new details on their next fetch, but exchanges, aggregators and cached images refresh on their own schedule, so an old logo can linger somewhere for a while. And the change is public: the previous name does not disappear from the chain, it simply stops being the current one.
Questions
- Can I change my Solana token’s name after launch?
- Yes, if it is a Token-2022 mint and your wallet still holds its metadata update authority. The name, symbol and logo link live on the mint itself, so rewriting them is one signed transaction. A classic SPL mint keeps no editable record of them, and once the update authority is revoked the details are fixed permanently.
- Why can’t I edit my classic SPL token’s metadata?
- The classic standard does not store an editable name, symbol or logo on the mint — that information lives in a separate program this platform does not integrate with. Editable on-chain metadata is a Token-2022 feature, and it is chosen when the token is created rather than added later.
- Will a new logo show up everywhere straight away?
- Anywhere that reads the chain directly will show it on its next fetch. Exchanges, price aggregators and anything holding a cached copy refresh on their own schedule, so the old image can survive in a few places for a while after the mint already says otherwise.
- Should I revoke the metadata update authority?
- Most projects do, because buyers check for it — a token whose details can still be rewritten is a token whose creator can still change the story. Do it once the name, symbol and logo are exactly right, since revoking is permanent and there is no way to edit them afterwards.