SolTokenCreator

Solana Glossary

What Is Token Metadata?

Token metadata includes name, symbol, logo, and description. Learn how Solana token metadata works with the Metaplex standard.

Token metadata on Solana includes human-readable information about a token: its name, symbol (ticker), description, logo image, and external links. This data is stored using the Metaplex metadata standard.

Metadata Components

  • Full display name (e.g., "My Token")
  • Ticker symbol (e.g., "MTK")
  • Link to JSON file with description, image, and attributes
  • Logo displayed in wallets and DEXs
  • About text for the token
  • Project website link

How Metadata Is Stored

Metadata is stored in an on-chain metadata account that points to a JSON file hosted on decentralized storage (Arweave or IPFS). Wallets, explorers, and DEX interfaces read this metadata to display token information.

Create Token with Full Metadata

No coding required. Deploy to Solana in under 60 seconds.

Create Token with Full Metadata
What Is Token Metadata? — Solana Token Name, Symbol, Logo