# NFT

## WHAT IS

NFT or Non-Fungible Token are special data registered on the blockchain and are unique tokens that are not fungible. NFTs are generated based on IP related information. Created NFTs can be managed using a wallet or can be traded on NFT exchange platforms such as OpenSea. Since all transactions are registered on the chain network, the first issuers of a particular NFT and its provenance can be checked transparently. As a result, NFTs are widely used in the art market or in the property market (real-estate etc.) to verify the authenticity of the underlying information.

## Feature Guide

<table><thead><tr><th width="149">Name</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/QHgz5GXwnkQwTyoppxC8#1.-mint">Mint</a></td><td>Provides the ability for users to issue NFT to the chain network.</td></tr><tr><td><a href="/pages/QHgz5GXwnkQwTyoppxC8#2.-transfer">Transfer</a></td><td>Provides the ability for users to transfer ownership of NFT issued on the chain network to others.</td></tr><tr><td><a href="/pages/QHgz5GXwnkQwTyoppxC8#3.-burn">Burn</a></td><td>Provides the ability for the user to incinerate NFT issued from the chain network.</td></tr><tr><td><a href="/pages/lx1pGtBlHIl3SpDMt2oh">Bulk Insert<br>(minting)</a></td><td>Provides the ability for users to issue large amounts of NFT to chain networks.</td></tr><tr><td><a href="/pages/wSWZByEOXmCQoPJHAcup">Utils</a></td><td>Provides additional features required in order to use the NFT module.</td></tr></tbody></table>


---

# 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://docs.firmachain.org/master/developer/modules/nft.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.
