How to Update Metaplex Token Metadata?

Solscan has switched to using Metaplex Metadata as the newest token standard across the network.

When you create a token, you want to make sure that the token shows up in user's wallets with a name, ticker, and image. Solana uses the Token Metadata Program from Metaplex to achieve this.

The metadata account address is derived from the mint account. The metadata field requires a JSON file to be populated with at least the following:

{ 
"name": "Coin name",
"symbol": "Symbol",
"image": "Image link"
}

Some background for users and developers:

The concept of tokens on Solana is not binary anymore as there are different types of tokens on Solana than simply “fungible” and “non-fungible” tokens.

The Metaplex’s token standard field can have the following values:

  • NonFungible: A non-fungible token with a Master Edition.
  • FungibleAsset: A token with metadata that can also have attributes, sometimes called Semi-Fungible.
  • Fungible: A token with simple metadata.
  • NonFungibleEdition: A non-fungible token with an Edition account (printed from a Master edition).

This section serves two goals: Assist developers with the process of creating new Token using Metaplex Token Standard: Also help them update “legacy tokens” metadata with the Metaplex standard.

The JSON schema for the tokens according to the Metaplex Fungible Token Metadata Standard includes the following:

More details from Metaplex docs.

How to Update Token Information on Solscan

To update a Solana token metadata, you must be the token deployer or have access to the wallet that creates the token and holds the Update Authority.

When you make the changes in the token's metadata, your token's page on Solscan will be automatically updated to reflect the new information.

Note: Please take notice that Solscan CANNOT alter the token metadata directly on your behalf by any means.

However, Solscan provides support for token projects that wish to update their token information on Solscan website (under specific cases). This assistance will only help you to update the information on Solscan UI, not the metadata.

To request support for updating token information, simply fill out the form HERE with accurate details and await our review.

Please refer to the following article Token Update Submission Guideline for some essential rules and submission criteria when submitting a request. You can contact Solscan support team via email at [email protected] for further assistance.

Ngoc Tran
Ngoc Tran
Last updated: