> For the complete documentation index, see [llms.txt](https://unium.gitbook.io/unium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unium.gitbook.io/unium/nft.md).

# NFT란 ?

![](/files/-Mk_i5ueiUzhvoPBum6y)

* **NFT(Non-Fungible Token)는 말 그대로 ‘대체불가능한 토큰’입니다. 암호화폐는 현실의 화폐처럼 누구나 통용할수 있어 대체가능하지만 NFT는 각각의 디지털 자산이 고유한 인식 값을 가지고 있기 때문에 대체불가능한 특성을 가지고 있습니다. 이러한 NFT는 블록체인 기술의 특성상 한 번 생성되면 삭제하거나 위조할 수 없고 소유권과 거래 이력이 명시되므로 일종의 ‘디지털 인증서 및 소유권 증명서’처럼 활용 할 수 있습니다.**
* **디지털 항목은 제한 없이 쉽게 복제할 수 있으므로 지금까지 어느 것이 원본이고 누구의 소유인지 명확히 할 수 없었습니다. 하지만 NFT가 생성되면 해당 디지털 항목에 대한 인증 및 소유권 증명이 이뤄지므로 ‘디지털 자산’이 돼 거래를 원하는 사람들끼리 자유롭게 사고 팔 수 있게 됩니다.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://unium.gitbook.io/unium/nft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
