# ERC721 토큰 (NFT)

ERC721 토큰은 NFT (Non-fungible Token)이라고도 불립니다. NFT는 대체 불가능한 토큰이라는 의미이며, ERC20 토큰 각각이 같은 가치를 가지고 있다면, ERC721 토큰은 토큰별로 별개의 가치를 지닙니다.

즉, NFT는 하나의 토큰을 다른 토큰으로 대체하는 것이 불가능합니다.

ERC20은 화폐 혹은 포인트와 비슷한 기능을 하기 위해 발행합니다. 그에 반해 ERC721은 게임 아이템과 같이 토큰별로 고유의 가치를 가질 때에 사용하기 위해 발생합니다.


---

# 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://userguide.dcentwallet.com/kr/cryptocurrency-basic/erc721-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.
