# 什麽是NFT？

NFT英文全稱是Non-Fungible Token，譯成中文是「非同質化代幣」，NFT是基於區塊鏈技術的數字資產權利憑證，可以通俗地將其理解為登記在區塊鏈上的數字資產「證書」。當數字資產被鑄造成NFT後，它將被永久儲存在區塊鏈上，獨一無二且不可更改。NFT有許多種類和應用。在詳細介紹之前，讓我們先了解一個關鍵術語：**同質化**。

&#x20;

**什麽是同質化？**

我們從字義角度來認識這個概念。「fungible」 是一個經濟學概念，意思是「可互換、可替代的」，用來表示每個單元的某個東西可以與其他完全相同類型的東西進行交換。例如，美元是可互換的，你和你的朋友可以互換各自持有的一美元鈔票，互換過後，每人的消費能力仍然完全相同。所以它是**同質化**的。

&#x20;

**非同質化 NFT**

如果某些東西是非同質化的，則意味著它不能被替換。它代表了某種獨特的價值，這就是NFT的本質！ **非同質化代幣**的代幣部分是指在公開可驗證的分布式數據庫上存儲的**數字證書**，也稱為**區塊鏈**。 這個數字證書上的信息，也稱為智能合約, 使每個NFT都獨一無二。任何兩個NFT可以不能互換，這使得它們變得非同質化。

NFT的示例包括數字藝術品、收藏品、虛擬現實物品、加密貨幣域名、實物的所有權記錄等！

&#x20;


---

# 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://ubox.gitbook.io/ubox-2/fan-ti-zhong-wen/ji-chu-zhi-shi/shen-mo-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.
