The NFTs we mint are designed to survive right up until the heat death of the universe (hopefully longer). Every NFT minted on Nifty Gateway Studio (NGS) is pinned to IPFS, and has the IPFS hash written in to the token on-chain. The changes below are in place as of March 2023:
- Both the tokenURI and baseURI fields reference an IPFS link instead of the https://api.niftygateway.com/ field.
- This change will eliminate concerns collectors have expressed around NFT metadata if the api.niftygateway.com field isn't accessible.
- We also create and pin an IPFS file for each NFT containing all the asset metadata.
- The nature of its distributed model ensures data replication and availability
- It is a well known and widely used storage solution in the Web3 and NFT space specifically.
To view the IPFS hash for an NFT on NGS, view the Smart Contract for the NFT on Etherscan, go to “Read Contract”, and read the tokenIPFSHash field on the contract. This will show the IPFS hash for a given tokenId. This IPFS hash is written directly on chain, is permanently immutable, and can’t be changed. If you go to https://niftygateway.mypinata.cloud/ipfs/{hash} you can view the image for a given hash.
For more information how to query your IPFS hash on Etherscan, see our article here