# ERC Identify NFT Content Type

ERC proposed by [Iain Nash](https://twitter.com/isiain) and [Louis Garoche](https://github.com/lgaroche)

## EIP Overview

This ERC is defining a standardized way to identify underlaying content and associated data of an NFT through on-chain getter. It is solving the problem of how platforms (wallets, dApps...) can define what kind of file was uploaded and adjust UI based on that.

NFT contracts to provide a contentType getter so clients can identify the type of NFT and how to fetch metadata.

This EIP is sort of extension for NFT projects which are using metadataURI, getSVGData, getMidiData,contentURI and contentHash getter functions.

This EIP should be implemented alongside with ERC-1155/ERC-721 and keep the existing metadata URI schemes on top of new content types to compliment this standard metadata associated with the NFT content.

Full ERC: <https://github.com/NFT-Standards-WG/eip-content-type>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nft-standards.gitbook.io/nft-standards-wiki/working-group-eips-and-implementations/erc-identify-nft-content-type.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
