> For the complete documentation index, see [llms.txt](https://docs.tokenforge.io/tokensuite-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tokenforge.io/tokensuite-docs/how-to/minting/how-to-check-the-metadata-of-a-token-on-ipfs.md).

# How to check the metadata of a token on IPFS

For example, to check if the NFT is correctly available on <https://polygonscan.com/>, in our case on Testnet <https://mumbai.polygonscan.com/>, we copy the address of the contract.

<figure><img src="/files/F7W3znhbVd5ELm8H6s0V" alt=""><figcaption></figcaption></figure>

Enter these in our tokenforge blockchain explorer <https://ninja.tokenforge.tech/> or directly on <https://polygonscan.com/> or <https://mumbai.polygonscan.com/> (if TestNet).

<figure><img src="/files/aeFe8pyDalqNPjbkKfDh" alt=""><figcaption></figcaption></figure>

Copy another TokenID that we want to verify.

<figure><img src="/files/dOx94PkQn0jQSwHZXo26" alt=""><figcaption></figcaption></figure>

The TokenID must be entered into the tokenURI. The result will then be displayed, and we will copy the hash value.

<figure><img src="/files/1ZBUCi9vcS099lfVcHqj" alt=""><figcaption></figcaption></figure>

And add it for example under <http://www.ipfs.io/ipfs/>. Here we can now see the stored metadata and attributes.

<figure><img src="/files/P0Lre1CyInK9NEUU5oVC" alt=""><figcaption></figcaption></figure>
