Skip to main content

What Is Token Metadata?

Definition

Token metadata is the human-readable information attached to a token — name, symbol, description, image, and attributes that wallets and block explorers display.

Without metadata, a token is just a number on the blockchain. Metadata gives it identity.

  • Solana (Metaplex) — stored on-chain. Includes name, symbol, URI (JSON with image/description). Can be mutable or immutable.
  • Ethereum/Base (ERC-20) — name/symbol hardcoded in contract. Images added via block explorer submission.

CoinDevTools handles all metadata during creation. On Solana, your image is uploaded to IPFS and Metaplex metadata is stored on-chain automatically.

Try it yourself

No code required. Connect a wallet and get started in minutes.

Update Metadata

Related Terms