👮Metadata Standards

Overview

Understand the metadata standards required when creating an NFT or minting an item within a collection on the DG Live Marketplace.

Types

There are two types of metadata:

  • Permanent metadata: This includes information that should never change, such as the name, description, and image or media file. This type of metadata is best suited for NFTs that represent artwork or other static assets, as these should remain unchanged throughout their lifetime.

  • Variable metadata: This includes information that may change over time, such as owner, price, and availability. This type of metadata is best suited for NFTs that represent dynamic assets, such as game characters or other interactive elements, as these may need to change to reflect the state of the asset.

Permanent Metadata and IPFS

The permanent metadata is stored on the InterPlanetary File System (IPFS), a decentralized and distributed file system that makes the web faster, safer, and more open. IPFS provides content-addressed storage, ensuring that the data remains accessible and secure, even if a single node goes offline.

When creating an NFT with permanent metadata, the data is hashed and stored on the IPFS network. This ensures that the metadata remains unchanged and available as long as the network exists. Since IPFS is decentralized, there is no single point of failure, and the metadata is resistant to censorship and tampering.

Last updated