# 什么是NFT？

首先，我们得了解什么是NFT。 同质化代币。同质化代币是指一种数字货币，每个代币的价值和属性都是相同的，相互之间可以互换。与之相反，非同质化代币（NFT）则是一种独一无二的数字资产，每个NFT都有其唯一的属性和价值，不能互换或替换。

在英文中，我们一般用mint an NFT,在中文中称其为铸造。

NFT(non-fungible token，非同质化代币)是记录在分布式账本上的知识产权的数字证书，如以太坊或SUI等区块链。

NFT可以是任何数字虚拟艺术，从收藏品，艺术品到音乐，甚至是短电影片段——可能性是无限的。

&#x20;“非同质”或多或少意味着NFT是唯一的，不能被其他东西取代。

关于非同质化代币更全面的定义请参考：\
<https://zh.wikipedia.org/wiki/Wiki>


---

# 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://poprareofficial.gitbook.io/poprare-docs-drafted/101-of-nft-and-everything/shen-me-shi-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.
