Technical

Solana Token Metadata: Name, Symbol, Logo & On-chain Data

📅 May 2025⏱️ 6 min read

When you create a Solana token, its name, symbol, and logo are stored as on-chain metadata using the Metaplex Token Metadata standard. This data is what wallets and explorers use to display your token correctly.

What is Metaplex Token Metadata?

Metaplex is Solana's standard for on-chain metadata. For SPL tokens, it stores a Metadata Account — a special account derived from your Mint address — that contains:

The Metadata URI

The URI points to a JSON file (stored on IPFS) that follows this standard format:

How Create Solana Token Handles Metadata

When you create a token with our platform, we automatically:

Updating Metadata

If you kept Mint Authority enabled, you can update your token metadata later. You'll need to upload a new metadata JSON to IPFS and call the UpdateMetadataAccount instruction with the new URI.

Ready to Launch Your Token?

Create your Solana SPL token in under 60 seconds — no coding required.

🚀 Create Token Now — Free

Frequently Asked Questions

This happens when the metadata account wasn't created successfully. The token exists on-chain but Phantom can't find its name/logo. You can fix this by creating the metadata account using a tool like Metaboss.
Your logo is uploaded to IPFS via Pinata. IPFS provides content-addressed, permanent storage — your logo won't disappear even if our service goes offline.
Yes, if you kept Mint Authority enabled. You'd upload a new image to IPFS, update the metadata JSON, and call UpdateMetadataAccount with the new URI.
Setting isMutable=false when creating metadata locks your token's name, symbol, and logo permanently. This builds maximum trust as nothing can ever be changed.

🔑 Related Keywords

solana token metadatametaplex token metadataSPL token name symbol logoon-chain metadata solanatoken URI solana

📚 Related Guides