> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/the-sandbox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/the-sandbox/korean/assets/what-are-assets/about-erc-1155.md).

# ERC-1155 알아보기

## ERC-1155

ERC-1155 토큰은 가상 아이템을 대표하는 이더리움 블록체인의 새로운 표준이며 동일한 계약으로 다양한 아이템을 창조할 수 있도록 합니다. 즉, 크리에이터는 개수에 구애받지 않고 한 애셋의 에디션(복사본)을 얼마든지 만들어 낼 수 있습니다.

{% hint style="info" %}
ERC-1155 토큰을 한 개만 사용할 때는 ERC-721로 표시될 수도 있습니다.
{% endhint %}

![](/files/-MN41CpdRcuNQai0D4_L)

## ERC-1155의 유동성

ERC-1155 토큰의 유동성은 더 샌드박스 메타버스 게임 내 다양한 가상 아이템에 매우 유용합니다. 이를 통해 크리에이터는 얼마든지 여러 개의 동일한 디지털 애셋 에디션을 민팅할 수 있습니다.

더 샌드박스는 ERC-721을 통해 크리에이터가 고유한 희소성을 지닌 NFT를 제작함과 동시에 ERC-1155를 통해 기존 생태계와 호환되는 여러 개의 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:

```
GET https://docs.sandbox.game/the-sandbox/korean/assets/what-are-assets/about-erc-1155.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.
