Solana tools
Explore 20lab Solana Tools
Effortlessly manage your Solana tokens with our toolset.Solana Tools
Update metadata
Blockchain
Token address
Update metadata
Token name
Token symbol
Token logo
Token description
Website
Twitter (X)
Telegram
Discord
YouTube
Medium
Related Posts
Continue your journey with these related blog posts.
Learn how to update your Solana token's metadata using 20lab's specialized tools. This guide covers the entire process, common mistakes to avoid, and best practices for maintaining professional token presentation.
April 22, 2025
5 min read
Learn how to add or modify SPL token metadata using 20lab's user-friendly generator. Easily update logo, description, and links for your Solana token while ensuring secure, off-chain storage on IPFS. Discover why 20lab is the top choice for creating and managing SPL tokens with metadata.
September 30, 2024
9 min read
Learn about Solana, the blockchain that provides a fast, secure and scalable infrastructure for token projects.
July 24, 2024
8 min read
Learn how to add liquidity on Raydium DEX with our comprehensive guide. Step-by-step instructions for Solana token creators to securely and efficiently launch your token!
January 28, 2025
7 min read
Learn what SPL is and how it is standardizing tokens for compatibility across Solana blockchain.
November 11, 2024
5 min read
The update metadata tool is a specialized utility that allows token creators and managers to modify the descriptive information associated with SPL tokens. This is essential for:
- Rebranding or refreshing token identity
- Correcting errors in token information
- Updating links to project resources and socials
- Adding or modifying token logo and description
This tool provides a streamlined interface for managing your token's public-facing information, helping ensure your token maintains accurate and up-to-date representation across the Solana ecosystem.
The 20lab update metadata tool supports modifying several key metadata fields:
- Token name - The name of the token as displayed in wallets and explorers
- Token symbol - The symbol used to represent the token (e.g., BTC, ETH)
- Image - Visual representation/logo of the token
- Description - Brief explanation of the token's purpose
- Website - Link to official project website
- Socials - Link to project's social media accounts
The tool supports both on-chain metadata updates and updates to the off-chain JSON metadata that's referenced by the URI, giving you complete control over your token's presentation.
Only the current Metadata Update Authority can modify a token's metadata. This is typically:
- The original token creator who deployed the token
- Any wallet address that has been transferred the metadata update authority
- A multisig wallet if the update authority has been transferred to one
If you no longer have access to the wallet with update authority, or if the update authority has been revoked, you cannot modify the token's metadata. This security feature ensures that only authorized parties can change a token's public information.
Updating your token's metadata with 20lab is simple and streamlined:
- Connect the wallet that holds the metadata update authority
- Enter your token's mint address
- Update your token's image, description, website, and social links
- Confirm the transaction to complete the update
20lab handles all the technical aspects automatically in the background. Your updated metadata is permanently stored on IPFS, and the metadata URI is updated on-chain, eliminating the need to manually create, format, or host JSON files yourself.
No, updating metadata only changes the descriptive information about your token, not its functional properties. Specifically:
- Token balances and ownership remain unchanged
- Token decimals and supply are not affected
- Any functional extensions (transfer fees, etc.) continue to operate as before
- Programs interacting with the token are unaffected
Metadata updates are purely cosmetic and informational changes that affect how your token is displayed in wallets, explorers, and other interfaces, but do not alter any of its operational characteristics.
The timing for metadata changes to appear varies across different platforms:
- On-chain data - Updates to name, symbol, and URI are reflected immediately on the blockchain
- Solana explorers - Most explorers update within minutes to hours
- Wallets - Most wallets refresh metadata within 1-24 hours
- Marketplaces and other apps - Can take 1-3 days to reflect changes, depending on their caching policies
If your updated metadata isn't appearing in a particular service, you may need to contact their support team to request a metadata refresh for your token. Some platforms may cache metadata for extended periods to reduce network load.
The update metadata tool is compatible with SPL tokens that have metadata extensions, including:
- Tokens created with the Metaplex token metadata program
- SPL tokens with Token-2022 metadata extensions (such as tokens created using the 20lab token generator)
However, the tool cannot update metadata in the following cases:
- Tokens with immutable metadata (where mutability was disabled at creation)
- Tokens created without the Metaplex program integration
- Basic SPL tokens without metadata extension