Metaplex is the protocol that handles token metadata on Solana — the name, symbol, image URI, description, and external links that the SPL Token Program itself does not store. Every wallet, aggregator, and explorer (Phantom, Jupiter, Solscan, DexScreener, Birdeye) reads the [Metaplex Token Metadata account](https://developers.metaplex.com/token-metadata) to display your token's branding. The articles below cover the metadata account structure, the 32-character name limit and 10-character symbol limit, how to pin images to IPFS so they don't 404 in six months, update authority semantics (and why revoking it is permanent), and the Token-2022 extensions that change parts of the metadata model.
Guides in this topic
DexScreener Enhanced Token Info: How to Get It (2026)
How to get DexScreener Enhanced Token Info for your Solana token — paid path, manual review, metadata fields, and rejection reasons.
dexscreenertrust-signalsmetaplexsolanatutorialCan You Edit a Solana Token After Launch? (2026)
What you can change post-launch (name, image, links), what you can't (mint, decimals), and how authority revocation locks specific changes forever.
solanaspl-tokenmetaplexexplainerSolana Token Image Not Showing? 5 Fixes (2026)
Token logo not appearing on Phantom, DexScreener, or Solscan? The 5 specific causes — broken IPFS gateway, wrong format, missing metadata, CDN cache.
solanametaplextroubleshootingspl-tokenWhat is Metaplex Token Metadata? Plain English (2026)
Metaplex is the on-chain program that gives Solana SPL tokens their name, symbol, image, and links. Plain-English explanation of how it works.
solanametaplexspl-tokenmetadataexplainer
How these Metaplex guides connect
Every guide tagged metaplex is written from the operator's seat — by people who have launched real Solana tokens and watched what actually happens after the transaction confirms. Rather than abstract documentation, each piece covers the on-chain mechanics, the irreversible decisions, and the verification steps you check on Solscan, DexScreener, and Phantom before and after you sign. Read them together and you get the full picture for this part of the launch, not an isolated how-to.
New to launching on Solana? Start with How to Create a Solana SPL Token for the end-to-end walkthrough, work through the Solana memecoin launch checklist, then come back to the metaplex guides above for the detail on this specific step. When you're ready to ship, the Solana token creator handles the mint, metadata, and authority revocation in one no-code flow — no Rust, no CLI.