CoinRoot — Trusted by 10,000+ Solana Token Creators

Solana Token
Metadata Update

Update your Solana SPL token metadata instantly — change the name, symbol, logo, description, and off-chain URI without writing a single line of code. CoinRoot makes on-chain metadata edits effortless, fast, and affordable at just $0.08 per action.

Instant on-chain update No coding required Metaplex compatible 4.9★ rated
10,000+ Tokens Created
4.9★ Average Rating
Sub-second Confirmation
$0.08 Flat Fee

What Is Solana Token Metadata?

Solana SPL tokens store on-chain metadata that defines how your token appears across wallets, explorers, and decentralized exchanges.

📛

Token Name

The human-readable name of your SPL token — displayed in Phantom, Solflare, Solscan, Jupiter, Raydium, and every Solana explorer. A compelling name is the first thing investors notice. CoinRoot lets you change it on-chain in seconds.

🏷️

Token Symbol

The ticker symbol (e.g., SOL, BONK, USDC) that appears next to balances and in trading pairs. Your symbol defines how your token is referenced in conversations, charts, and portfolio trackers. Update it instantly with CoinRoot.

🖼️

Token Logo & Image

The visual identity of your project. Your logo is fetched from the off-chain metadata URI and displayed across all Solana interfaces. CoinRoot handles the image upload and URI update in a single transaction, so your new branding goes live immediately.

📝

Description

The description field lives in off-chain metadata (typically hosted on IPFS or Arweave) and tells users what your project is about. Updating your description through CoinRoot takes seconds — no need to manually re-upload JSON files.

🔗

Metadata URI

The URI points to a JSON file containing your token's off-chain metadata — name, symbol, description, image, and external links. CoinRoot lets you change the URI to point to updated metadata without interacting with the Solana CLI or writing any code.

How to Update Solana Token Metadata

Four simple steps — no terminal, no Rust, no CLI. Just connect, edit, sign, and go live.

1

Connect Your Wallet

Open CoinRoot and connect your Phantom, Solflare, or Backpack wallet. Ensure the connected wallet holds the Update Authority for the token you want to edit.

2

Paste Token Address

Enter your SPL token's mint address. CoinRoot automatically fetches the current on-chain metadata — including name, symbol, URI, and authority status — and displays it for editing.

3

Edit Metadata Fields

Change any field: token name, symbol, description, logo image, or metadata URI. CoinRoot constructs the Metaplex update instruction behind the scenes. You see a clean, simple form.

4

Sign & Confirm

Approve the transaction in your wallet. The updated metadata is written on-chain within seconds. Wallets, explorers, and DEXes will reflect the new information almost immediately.

Update Metadata Now — $0.08

Every Action. Just $0.08

No subscriptions, no hidden fees, no tiered pricing. Every single action on CoinRoot costs a flat $0.08 — the most competitive rate in the Solana ecosystem.

🪙 Create Token

Deploy a new SPL token on Solana mainnet with custom supply, decimals, and metadata.

$0.08 per action
  • Custom name & symbol
  • Set total supply & decimals
  • Upload logo & metadata
  • Mainnet or Devnet
Create Token

🔐 Revoke Authority

Permanently revoke Mint, Freeze, or Update Authority to lock your token's parameters forever.

$0.08 per revoke
Revoke Authority

💧 Add Liquidity

Create a Raydium liquidity pool and make your token tradeable on Jupiter and all Solana DEXes.

$0.08 per pool
  • Raydium pool creation
  • Auto-listed on Jupiter
  • Discoverable on DexScreener
Add Liquidity

🏭 Mint Supply

Mint additional tokens to the existing supply (requires active Mint Authority).

$0.08 per mint
  • Mint to any wallet
  • Custom amount
  • Requires Mint Authority
Mint Supply

❄️ Freeze Authority

Manage or revoke Freeze Authority to protect holders from having their token accounts locked.

$0.08 per action
  • Freeze / unfreeze accounts
  • Revoke freeze permanently
  • Build holder trust
Manage Freeze

CoinRoot vs. Competitors

See how CoinRoot stacks up against CoinFactory, Smithii, and Orion Tools across price, speed, features, and ease of use.

Feature CoinRoot CoinFactory Smithii Orion Tools
Price per Action $0.08 $0.50 – $2.00 $0.30 – $1.50 $0.20 – $1.00
Metadata Update ✓ Full ◐ Limited ✓ Yes ✗ No
No-Code Interface ✓ Yes ✓ Yes ✓ Yes ◐ Partial
Token Creation ✓ $0.08 ✓ $0.50+ ✓ $0.30+ ✓ $0.20+
Revoke All Authorities ✓ Mint, Freeze, Update ◐ Mint only ✓ Mint, Freeze ◐ Mint only
Liquidity Pool Creation ✓ Raydium ✓ Raydium ✗ No ◐ Manual
Speed < 5 seconds 10 – 30 seconds 5 – 15 seconds 15 – 60 seconds
Wallet Support Phantom, Solflare, Backpack Phantom only Phantom, Solflare Phantom only
User Rating 4.9★ 4.2★ 4.4★ 3.8★

Everything About Solana Token Metadata Update

A comprehensive guide covering every aspect of Solana SPL token metadata — from creation to updates, authority management, and best practices.

Understanding SPL Tokens on Solana

Solana's SPL Token Program is the backbone of every fungible and non-fungible token on the network. Unlike Ethereum's ERC-20 standard, which requires deploying an entirely new smart contract for each token, Solana uses a single shared program that manages all SPL tokens through individual mint accounts. This architectural decision means that creating a new token on Solana is dramatically cheaper and faster — often costing less than a penny in network fees and completing within a single block confirmation.

Each SPL token has a mint account that stores core parameters: the total supply, the number of decimal places, and the addresses of two critical authority roles — Mint Authority and Freeze Authority. However, the mint account itself does not store human-readable information like the token's name, symbol, or logo. That job belongs to the Metaplex Token Metadata Program, which attaches a metadata account to the mint address and stores fields such as the name, symbol, URI (pointing to off-chain JSON), and the Update Authority address.

This separation of concerns is elegant but can be confusing for new creators. When you create a token using CoinRoot, both the mint account and the metadata account are created in a single transaction. You fill in the name, symbol, upload a logo, and all the on-chain plumbing happens behind the scenes. If you later need to change any of those fields — whether to rebrand, fix a typo, or update your logo — the Solana Token Metadata Update process through CoinRoot handles it just as seamlessly.

SPL Token vs. Token-2022

Solana actually has two token programs: the original SPL Token Program and the newer Token-2022 (also called Token Extensions). Token-2022 adds advanced features like transfer fees, interest-bearing tokens, confidential transfers, and on-chain metadata storage. However, the vast majority of existing tokens — including all major meme coins and DeFi tokens — still use the original SPL Token Program with Metaplex metadata. CoinRoot supports both programs, so you can update metadata regardless of which standard your token uses.

Create Your SPL Token on CoinRoot →

How Solana Token Metadata Works Under the Hood

The Metaplex Token Metadata Program (address: metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s) is the standard that nearly every Solana application uses to read and display token information. When you open Phantom and see a token's name, symbol, and logo, the wallet is querying this program to find the metadata account associated with the token's mint address.

The metadata account stores several critical fields on-chain. The name field can hold up to 32 characters and represents the full display name of your token (for example, "Bonk" or "Jupiter"). The symbol field holds up to 10 characters and serves as the ticker (for example, "BONK" or "JUP"). The URI field is a URL string (up to 200 characters) that points to an off-chain JSON file — typically hosted on IPFS, Arweave, or a dedicated metadata server — which contains the image URL, description, external links, and any additional properties.

When you update metadata through CoinRoot, the platform constructs an UpdateMetadataAccountV2 instruction (or the equivalent for Token-2022). This instruction modifies the on-chain metadata account directly. For the off-chain portion — like changing your logo image or description — CoinRoot uploads the new assets, generates a fresh JSON file with the updated fields, pins it to decentralized storage, and updates the on-chain URI to point to the new location. All of this happens in a single user-facing action.

On-Chain vs. Off-Chain Metadata

It is important to understand the distinction between on-chain and off-chain metadata. On-chain metadata (name, symbol, URI, authorities) lives directly on the Solana blockchain and can only be modified through signed transactions by the Update Authority. Off-chain metadata (image, description, social links, additional properties) lives at the location specified by the URI field. When you update the URI through CoinRoot, you effectively redirect all applications to a new set of off-chain data — this is how logo changes and description edits propagate instantly across the ecosystem.

  • On-chain: Name, Symbol, URI, Update Authority, Primary Sale Happened, Is Mutable — stored in the Metaplex metadata account
  • Off-chain: Image URL, Description, External URL, Social Links, Animation URL, Properties — stored in JSON at the URI location
  • Mint Account: Supply, Decimals, Mint Authority, Freeze Authority — stored in the SPL Token mint account (not metadata)

Why You Might Need to Update Token Metadata

There are many legitimate reasons why a Solana token creator needs to update metadata after the initial launch. Understanding these use cases will help you plan your token lifecycle and decide when to finalize your metadata by revoking Update Authority.

Rebranding

Projects evolve. A token that started as a community experiment might grow into a serious DeFi protocol. In that case, the original meme-style name, logo, and description may no longer represent the project's direction. CoinRoot allows you to rebrand completely — changing the name, symbol, and logo — while preserving the same mint address. Holders keep their tokens; only the display information changes. This is one of the most common reasons for a Solana token metadata update.

Fixing Typos and Errors

In the rush to launch, creators sometimes misspell the token name, use the wrong logo resolution, or forget to add a description. With CoinRoot, fixing these issues takes less than a minute. Paste your mint address, edit the field, sign the transaction, and the correction is live on-chain immediately.

Adding Social Links and Website

When a project launches, it may not yet have a website, Telegram group, or X/Twitter account. As these channels are established, updating the off-chain metadata to include them makes your token look more professional and trustworthy on platforms like Birdeye, DexScreener, and GeckoTerminal — all of which pull data from the metadata URI.

Logo Upgrades

A professional designer might create a better logo after launch. Or the community might vote on a new visual identity. CoinRoot lets you replace the image file in the metadata URI without redeploying anything. The new logo propagates to all wallets and explorers once caches refresh (usually within minutes).

Pre-Launch Iteration

Many savvy creators deploy their token on mainnet early — to secure the mint address and begin setting up liquidity — but continue iterating on branding. They might change the name three or four times before the official marketing push. CoinRoot's $0.08 flat fee makes this iterative approach extremely affordable. Compare this to competitors where each update might cost $0.50 to $2.00, and the savings are obvious over multiple revisions.

Ready to Update Your Token?

CoinRoot makes Solana token metadata updates effortless. No code, no CLI, no Rust.

Start for $0.08

Update Authority: The Key to Metadata Management

Update Authority is arguably the most important concept to understand when it comes to Solana token metadata. It is the wallet address that has exclusive permission to modify the metadata account associated with your token. When you create a token through CoinRoot, your connected wallet is automatically assigned as the Update Authority.

What Can Update Authority Do?

The holder of Update Authority can change the token name, change the symbol, update the URI (which controls the logo, description, and links), and even transfer Update Authority to a different wallet. This is powerful — it means you retain full control over how your token is presented across the Solana ecosystem. However, it also means that buyers and investors may be cautious if Update Authority has not been revoked, because the creator could theoretically change the token's identity at any time.

Revoking Update Authority

Revoking Update Authority is a permanent, irreversible action. Once revoked, no one — not even the original creator — can ever modify the token's metadata again. The name, symbol, logo, and URI become frozen forever. This is a powerful trust signal: it tells investors that the project's identity is locked in. CoinRoot lets you revoke Update Authority for just $0.08.

Strategic Timing

The optimal strategy is to finalize all metadata changes first, then revoke Update Authority as a trust-building move. Many successful meme coin launches follow this pattern: deploy the token, iterate on branding for a few days, get community feedback on the logo and description, and then revoke Update Authority right before the major marketing push. This gives the project both flexibility during development and immutability during its public phase.

Transferring Update Authority

In some cases, a project may want to transfer Update Authority to a multisig wallet, a DAO treasury, or a different team member. CoinRoot supports authority transfers, allowing you to move Update Authority to any valid Solana address. This is useful for projects transitioning from a single founder to a decentralized governance structure.

Solana vs. Ethereum: Token Metadata Differences

Understanding how Solana handles token metadata differently from Ethereum helps contextualize why tools like CoinRoot exist and why the Solana ecosystem has unique requirements for metadata management.

Architecture

On Ethereum, each ERC-20 token is a separate smart contract. The token's name and symbol are hardcoded into the contract at deployment time and typically cannot be changed afterward (unless the contract includes a governance-controlled update function, which most do not). This means that Ethereum token creators must get their metadata right at deployment — there is usually no second chance.

On Solana, the SPL Token Program is a single shared program, and metadata is stored in a separate Metaplex account that is explicitly designed to be mutable. The "Is Mutable" flag and the Update Authority mechanism were built into the standard from day one. This architectural choice makes Solana significantly more flexible for token creators who need to iterate on their branding or fix errors post-launch.

Cost Comparison

Deploying an ERC-20 token on Ethereum costs anywhere from $50 to $500+ in gas fees, depending on network congestion. Updating metadata (if even possible) requires another smart contract interaction at similar cost. On Solana, creating a token costs a fraction of a cent in network fees, and updating metadata through CoinRoot adds just $0.08 per action. The cost difference is orders of magnitude — making Solana the clear winner for token creators who need affordable, iterative metadata management.

Speed

Ethereum block times average around 12 seconds, and transactions can take minutes during high congestion. Solana processes blocks every 400 milliseconds and can handle over 65,000 transactions per second. When you update metadata through CoinRoot, the confirmation typically arrives in under 5 seconds — often in under 1 second. This speed advantage means your rebranded token appears in wallets and explorers almost immediately.

Ecosystem Support

Both ecosystems have robust support for token metadata, but the mechanisms differ. Ethereum relies on token lists (like CoinGecko or 1inch token lists) for logo and naming — these are centralized databases, not on-chain metadata. Solana's Metaplex standard stores metadata on-chain with a link to off-chain JSON, giving creators direct control over their token's presentation without relying on third-party list maintainers.

The Metaplex Token Metadata Standard Explained

Metaplex is the protocol layer that defines how metadata is structured, stored, and accessed for Solana tokens and NFTs. Originally built for the NFT ecosystem, the Metaplex Token Metadata Program has become the universal standard for all fungible SPL tokens as well. Every major Solana wallet, explorer, and DEX reads metadata from Metaplex accounts.

Metadata Account Structure

Each metadata account is a Program Derived Address (PDA) derived from the token's mint address and the Metaplex program ID. This deterministic derivation means that any application can find the metadata for any token simply by knowing the mint address — no registry lookup required. The metadata account contains the following key fields:

  • Name (max 32 chars): The display name of the token. This appears in wallets, explorers, and trading interfaces.
  • Symbol (max 10 chars): The ticker symbol. Appears in trading pairs and portfolio views.
  • URI (max 200 chars): URL pointing to a JSON file containing off-chain metadata (image, description, links).
  • Seller Fee Basis Points: Used primarily for NFT royalties. For fungible tokens, this is typically set to 0.
  • Creators Array: A list of creator addresses and their share percentages. Relevant for NFTs; optional for fungible tokens.
  • Update Authority: The wallet address authorized to modify this metadata account.
  • Is Mutable: A boolean flag. If set to false, the metadata can never be changed again, even by the Update Authority.
  • Primary Sale Happened: A boolean flag indicating whether the first sale has occurred. Mostly relevant for NFTs.

Off-Chain JSON Standard

The URI field points to a JSON file that follows a specific format. Here is the standard structure that CoinRoot generates when you create or update metadata:

The JSON includes the token name, symbol, description, image URL, and an optional array of external links (website, Twitter/X, Telegram, Discord). CoinRoot handles the JSON generation and IPFS pinning automatically — you simply fill in the form fields and upload your logo, and the rest is handled behind the scenes. This is a significant advantage over manual approaches where creators must construct JSON files by hand, upload them to IPFS via a separate service, and then construct the on-chain update instruction using the Solana CLI or a custom script.

Common Mistakes When Updating Solana Token Metadata

Even experienced Solana developers make mistakes when updating token metadata. Here are the most common pitfalls and how CoinRoot helps you avoid them.

1. Updating from the Wrong Wallet

Only the wallet holding Update Authority can modify metadata. If you connect a different wallet, the transaction will fail. CoinRoot automatically checks whether your connected wallet matches the Update Authority before allowing any edits, preventing wasted transactions and confusion.

2. Forgetting to Update the Off-Chain URI

Changing the on-chain name and symbol is not enough if your logo and description live at the old URI. The two must stay in sync. CoinRoot handles both in a single flow — when you change the name, symbol, or logo, the off-chain JSON is regenerated and the URI is updated simultaneously.

3. Revoking Update Authority Too Early

Once Update Authority is revoked, there is absolutely no way to change metadata again. Some creators revoke authority prematurely — before fixing typos, before adding social links, or before finalizing the logo. The result is a token permanently stuck with incorrect or incomplete information. CoinRoot always shows a confirmation dialog before revoking, and we strongly recommend completing all metadata changes first.

4. Using Low-Quality or Incorrect Image Formats

The recommended logo format is a square PNG or SVG at minimum 512×512 pixels. Using low-resolution images, non-square aspect ratios, or unsupported formats (like BMP or TIFF) can result in broken or blurry logos across wallets and explorers. CoinRoot validates your image before upload and provides guidance on optimal dimensions.

5. Not Verifying the Update on Explorers

After updating metadata, always verify the changes on Solscan, SolanaFM, or Explorer.solana.com. Some explorers cache metadata aggressively — if you do not see the update immediately, wait a few minutes and refresh. CoinRoot provides a direct link to your token's Solscan page after every successful update so you can verify instantly.

Avoid These Mistakes — Use CoinRoot →

Minting Supply on Solana: A Complete Guide

While metadata updates control how your token looks, minting controls how much of it exists. Understanding the minting process is essential for any Solana token creator, and CoinRoot provides both services in a unified dashboard.

How Minting Works

When you create an SPL token, you define an initial supply. However, if Mint Authority is retained (not revoked), you can mint additional tokens at any time. Minting creates new tokens and sends them to a specified wallet address. This is useful for vesting schedules, airdrops, treasury allocations, and staking reward distributions. On CoinRoot, minting additional supply costs just $0.08 per action.

Why Revoking Mint Authority Matters

Mint Authority is the power to create new tokens out of thin air. For investors and buyers, this represents a risk — the creator could theoretically inflate the supply, diluting existing holders. Revoking Mint Authority permanently prevents new tokens from ever being minted, creating a truly fixed supply. This is one of the first things experienced traders check on Solscan or Birdeye before investing in a new token.

CoinRoot makes it trivially easy to revoke Mint Authority: connect your wallet, paste your mint address, click "Revoke Mint Authority," and sign the transaction. The cost is $0.08, and the action is confirmed on-chain within seconds. Once revoked, the total supply is permanently locked — a powerful trust signal that can significantly impact investor confidence.

Mint Authority vs. Update Authority vs. Freeze Authority

Solana SPL tokens have three distinct authority roles, each controlling a different aspect of the token:

  • Mint Authority: Controls the ability to create new tokens (increase supply). Revoking it locks the total supply forever.
  • Update Authority: Controls the ability to modify on-chain metadata (name, symbol, URI). Revoking it makes metadata immutable.
  • Freeze Authority: Controls the ability to freeze individual token accounts (preventing holders from transferring). Revoking it guarantees holders can always move their tokens.

For maximum trust, many projects revoke all three authorities. CoinRoot lets you revoke each one independently for $0.08 per action, giving you granular control over your token's security posture.

Adding Liquidity on Solana: From Token to Tradeable Asset

Creating a token and updating its metadata are only the first steps. To make your token tradeable, you need to create a liquidity pool. This is the process of pairing your SPL token with SOL (or USDC) in a decentralized exchange pool, enabling anyone to buy and sell your token.

Raydium Liquidity Pools

Raydium is the largest AMM (Automated Market Maker) on Solana. When you create a Raydium pool for your token, it becomes instantly tradeable on Raydium's interface and — crucially — on Jupiter, the dominant DEX aggregator that routes trades across all Solana liquidity sources. CoinRoot's liquidity pool creation tool handles the entire process for $0.08: you specify the initial token amount, the initial SOL amount, and CoinRoot constructs and submits the pool creation transaction.

Visibility After Pool Creation

Once your Raydium pool is live, your token automatically becomes discoverable on several platforms. Jupiter aggregates all Solana liquidity and will route trades through your pool. DexScreener, Birdeye, and GeckoTerminal will index your token and display charts, volume, and price data. Having complete and professional metadata (name, symbol, logo, description, social links) makes a dramatic difference in how your token is perceived on these platforms — which is exactly why updating metadata through CoinRoot before creating the pool is a best practice.

The Optimal Launch Sequence

Based on thousands of successful token launches facilitated by CoinRoot, here is the recommended sequence for taking a Solana token from creation to trading:

  • Step 1: Create the SPL token with CoinRoot — set initial supply, decimals, and draft metadata ($0.08)
  • Step 2: Iterate on metadata — update name, symbol, logo, and description as needed ($0.08 per update)
  • Step 3: Finalize branding — ensure the logo is high-quality, description is complete, and social links are included ($0.08)
  • Step 4: Revoke Mint Authority — lock the total supply to build investor trust ($0.08)
  • Step 5: Revoke Freeze Authority — guarantee holders can always transfer their tokens ($0.08)
  • Step 6: Create a Raydium liquidity pool — make the token tradeable ($0.08)
  • Step 7: Revoke Update Authority — lock metadata permanently after everything is finalized ($0.08)

Total cost for a complete, professional token launch: under $0.60 in CoinRoot fees plus minimal Solana network fees. Compare this to competitors charging $3 to $15 for the same workflow.

Launch Your Token the Right Way

CoinRoot gives you every tool in a single dashboard. Create, update, revoke, and add liquidity — all for $0.08 each.

Create Token Now

Token Use Cases on Solana

Solana's speed, low cost, and robust token infrastructure make it the ideal blockchain for a wide range of token applications. Whether you are building a meme coin, a DeFi protocol, a gaming economy, or a loyalty rewards system, understanding the use cases helps you design better token metadata and economics.

Meme Coins

Meme coins are the most prolific category of Solana tokens. Projects like BONK and WIF demonstrated that a strong brand, engaged community, and creative marketing can drive massive adoption. For meme coin creators, metadata is everything — the name must be catchy, the symbol must be memorable, and the logo must be instantly recognizable. CoinRoot is the preferred platform for meme coin creators because it allows unlimited metadata iterations at just $0.08 per update, making it affordable to test different branding approaches before committing.

DeFi Governance Tokens

Decentralized finance protocols often issue governance tokens that grant holders voting rights on protocol decisions. These tokens need professional metadata — a clean logo, a clear description of the protocol, and links to the governance dashboard. As the protocol evolves, the metadata may need updating to reflect new features, partnerships, or governance structures. CoinRoot's metadata update tool is ideal for keeping governance token branding current.

Gaming and Metaverse Tokens

Solana's high throughput makes it popular for blockchain games and metaverse projects. In-game currencies, reward tokens, and asset tokens all require clear metadata so players can identify them in their wallets. As games add new features or rebrand, the token metadata needs to keep pace. CoinRoot enables game developers to update token branding without any backend engineering effort.

Stablecoins and Wrapped Assets

While major stablecoins like USDC are managed by large institutions, smaller projects may create wrapped or pegged assets on Solana. These tokens require precise metadata — including clear naming conventions (e.g., "Wrapped Bitcoin on Solana") and logos that accurately represent the underlying asset. Accuracy in metadata is critical for these use cases to avoid user confusion.

Loyalty and Reward Tokens

Businesses exploring Web3 loyalty programs can issue SPL tokens as reward points. Customers earn tokens for purchases and redeem them for discounts or perks. The token metadata — name, logo, and description — serves as the brand touchpoint inside the customer's wallet. CoinRoot makes it simple for non-technical business teams to create and manage these tokens without developer resources.

Security Best Practices for Solana Token Creators

Security is paramount when managing tokens on any blockchain. Here are the best practices that every Solana token creator should follow — and how CoinRoot helps enforce them.

Protect Your Update Authority Wallet

The wallet holding Update Authority is the single point of control for your token's metadata. If this wallet is compromised, an attacker could change your token's name, logo, and description — potentially damaging your project's reputation. Use a hardware wallet (like Ledger) for your Update Authority wallet, enable all available security features, and never share your seed phrase or private key with anyone.

Revoke Authorities After Finalization

Once your token's parameters are finalized, revoke all three authorities (Mint, Freeze, Update) to eliminate single points of failure. A token with all authorities revoked is the gold standard of trust in the Solana ecosystem. CoinRoot lets you revoke each authority individually for $0.08, giving you the flexibility to lock down your token in stages.

Verify Transactions Before Signing

Always review the transaction details in your wallet before signing. CoinRoot displays a clear summary of what will change before you approve the transaction. Never sign a transaction that you do not fully understand. If something looks unexpected, cancel and investigate before proceeding.

Use CoinRoot's Verified Interface

Phishing sites that mimic token creation and management tools are a real threat in the crypto space. Always access CoinRoot directly at coinroot.app — bookmark the URL and never click links from unverified sources. CoinRoot never asks for your seed phrase or private key.

Audit Your Token on Solscan

After any metadata update, authority revoke, or minting action, verify the results on Solscan (solscan.io). Check that the name, symbol, and URI match your expectations. Confirm that revoked authorities show as "Disabled" or "None." This verification step takes seconds and provides peace of mind that everything is as intended.

Frequently Searched Topics: Solana Token Metadata Update

Below are additional topics that token creators commonly search for, along with concise answers that CoinRoot users find helpful.

How to Change Solana Token Logo

To change your Solana token's logo, you need to update the off-chain metadata URI with a new image file. CoinRoot handles this automatically: upload the new logo through the interface, CoinRoot pins it to IPFS, generates updated JSON metadata, and updates the on-chain URI in a single transaction. Cost: $0.08. The new logo propagates to wallets and explorers within minutes as caches refresh.

How to Change Token Name on Solana

Token name changes are straightforward if you hold Update Authority. Connect to CoinRoot, paste your mint address, edit the name field, and sign the transaction. The new name appears on-chain immediately. Name changes are useful for rebranding, fixing typos, or pivoting your project's identity.

How to Update Token Description on Solana

The description field lives in off-chain metadata (the JSON file at the URI). CoinRoot regenerates the JSON with your new description and updates the URI in a single action. A compelling description helps your token stand out on platforms like DexScreener and Birdeye.

Can I Update Metadata After Revoking Update Authority?

No. Once Update Authority is revoked, metadata is permanently immutable. This is by design — it provides a guarantee to holders that the token's identity cannot be changed. Always finalize all metadata changes before revoking Update Authority. CoinRoot displays a clear warning before any authority revocation to prevent accidental lockouts.

How Long Does a Metadata Update Take?

On CoinRoot, the entire process — from opening the editor to seeing the confirmed update on-chain — typically takes under 30 seconds. The on-chain confirmation itself happens in under 5 seconds thanks to Solana's fast block times. Explorer and wallet caches may take a few additional minutes to refresh, but the blockchain state is updated immediately.

Is There a Limit to How Many Times I Can Update Metadata?

No. As long as Update Authority is not revoked and the "Is Mutable" flag is true, you can update metadata an unlimited number of times. Each update costs $0.08 on CoinRoot plus the Solana network fee (typically under $0.01). There is no cooldown period or rate limit — you can make multiple updates in rapid succession if needed.

Frequently Asked Questions

Everything you need to know about updating Solana token metadata with CoinRoot.

How do I update Solana token metadata with CoinRoot?
Connect your wallet (Phantom, Solflare, or Backpack) to CoinRoot, paste your token's mint address, and the current metadata will load automatically. Edit the fields you want to change — name, symbol, logo, description, or URI — and click "Update." Sign the transaction in your wallet, and the update is confirmed on-chain within seconds. Each update costs $0.08.
What metadata fields can I change on a Solana SPL token?
You can change the token name (up to 32 characters), symbol (up to 10 characters), logo image, description, off-chain metadata URI, website URL, and social links (Twitter/X, Telegram, Discord). CoinRoot supports all fields defined in the Metaplex Token Metadata Standard.
Can I change my Solana token name after creation?
Yes — as long as your wallet still holds Update Authority for the token. If Update Authority has been revoked, the name is permanently immutable and cannot be changed by anyone. CoinRoot allows you to check Update Authority status instantly by entering your mint address.
What is Update Authority and why does it matter?
Update Authority is the Solana wallet address that has permission to modify the token's on-chain metadata. When you create a token, your wallet is automatically assigned as Update Authority. This allows you to change the name, symbol, logo, and URI at any time. You can transfer Update Authority to another wallet or revoke it permanently to make metadata immutable. Revoking is a strong trust signal for investors.
How much does a metadata update cost on CoinRoot?
Every action on CoinRoot — including metadata updates — costs a flat $0.08. There are no subscriptions, no tiered pricing, and no hidden fees. You also pay the standard Solana network fee, which is typically under $0.01. This makes CoinRoot the most affordable metadata management tool in the Solana ecosystem.
Is updating metadata safe? Does CoinRoot access my private keys?
CoinRoot never has access to your private keys. All transactions are constructed in your browser and signed locally by your wallet (Phantom, Solflare, or Backpack). The tool only builds the metadata update instruction — you approve and sign everything yourself. Your keys never leave your device.
What happens after I revoke Update Authority?
Once Update Authority is revoked, the token's metadata becomes permanently immutable. No one — including the original creator — can ever change the name, symbol, logo, description, or URI again. This is irreversible. We strongly recommend finalizing all metadata changes before revoking. CoinRoot displays a confirmation dialog to prevent accidental revocations.
Can I update metadata for meme coins and community tokens?
Yes. CoinRoot supports metadata updates for all SPL tokens — meme coins, DeFi governance tokens, gaming currencies, NFT collections, stablecoins, and community tokens. As long as you hold Update Authority, you can modify any metadata field. Many meme coin creators use CoinRoot to iterate on branding multiple times before finalizing with an authority revoke.

What Creators Say About CoinRoot

Trusted by thousands of Solana token creators worldwide.

★★★★★
CoinRoot saved me hours of frustration. I needed to rebrand my token after a community vote, and the metadata update took literally 10 seconds. The old name and logo were replaced on-chain instantly. At $0.08 I honestly couldn't believe it — competitors wanted $2 for the same thing.
JM
Jake Mitchell Meme Coin Creator · Texas, USA
★★★★★
I launched three different tokens in a single afternoon using CoinRoot. The metadata editor is incredibly clean — just paste your mint address, change what you need, sign, done. I updated the logo twice before the community was happy, and the total cost was under 25 cents. Unreal.
SR
Sofia Ramirez DeFi Developer · Madrid, Spain
★★★★★
As someone who runs a small Web3 studio, I need tools that just work without eating into client budgets. CoinRoot is the only platform where I can create a token, update metadata multiple times, revoke authorities, and set up liquidity — all for under a dollar. The interface is polished and professional.
KL
Kevin Liu Web3 Studio Lead · Singapore
★★★★★
We used CoinRoot for our gaming token launch. Updated the metadata five times during development — each time the changes reflected in Phantom within minutes. The fact that we could iterate freely at $0.08 per change made our workflow so much smoother. Highly recommend for any game dev team.
AT
Amir Taheri Game Developer · Dubai, UAE
★★★★★
I misspelled my token name at launch — embarrassing, but CoinRoot fixed it in under 30 seconds. Connected my wallet, pasted the mint address, corrected the typo, signed, and it was done. No other tool made it that simple. The pricing is unbeatable — I've since launched four more tokens here.
NP
Nina Petrov Community Manager · Berlin, Germany
4.9★
Average rating from
10,000+
token creators
Join Them →
Ready to update your token metadata?

Update Solana Token Metadata in Seconds

Join 10,000+ creators who trust CoinRoot — the fastest, cheapest, and most intuitive Solana token metadata update tool available.