# ERC-721 Token

본 장에서는 ERC-721 토큰을 쉽게 활용할 수 있는 방법을 설명합니다.

{% hint style="info" %}
모든 예제는 WEMIX3.0 테스트넷을 기반으로 합니다.
{% endhint %}

### ERC-721 토큰

ERC(Ethereum Request for Comment)는 이더리움 블록체인 네트워크에서 발행되는 토큰(Token, 메인 블록체인 내의 기본적인 규약을 지키면서 종속되어 돌아가는 디지털자산을 지칭)의 표준을 뜻합니다.

ERC-721은 대체 불가능한 특징을 지니고 있는 이더리움상의 NFT 표준안입니다.\
자세한 내용은 공식 [ERC-721 문서](https://eips.ethereum.org/EIPS/eip-721)를 참조하세요.

본 장의 나머지 부분은 다음과 같이 구성됩니다.

1. [ERC-721 Contract 만들기](/ko/tutorial/erc-721-token/erc-721-contract.md)
2. [ERC-721 Minting하기](/ko/tutorial/erc-721-token/erc-721-minting.md)
3. [ERC-721 Token API 조회하기](/ko/tutorial/erc-721-token/erc-721-token-api.md)
4. [ERC-721 Token 소각하기](/ko/tutorial/erc-721-token/erc-721-token.md)


---

# 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.wemix.com/ko/tutorial/erc-721-token.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.
