> 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/bahasa-indonesia-indonesian-or-coming-soon/assets/what-are-assets/about-erc-1155.md).

# Tentang ERC-1155

## ERC-1155

Token ERC-1155 adalah standar baru di blockchain Ethereum untuk merepresentasikan item virtual dan memungkinkan pembuatan berbagai jenis item dalam kontrak yang sama. Dengan kata lain, memungkinkan pencipta untuk mencetak sejumlah salinan dari ASSETs yang sama

{% hint style="info" %}
Saat menggunakan token ERC-1155 dengan pasokan satu, itu juga dapat dilihat sebagai ERC-721.
{% endhint %}

![](/files/-MN41CpdRcuNQai0D4_L)

## Flexibilitas ERC-1155

Fleksibilitas token ERC-1155 sangat berguna untuk item virtual yang digunakan dalam game di metaverse The Sandbox. Pembuat dapat mencetak sejumlah salinan dari ASSETs digital yang sama.

Kami ingin pencipta kami dapat membuat NFT dengan kelangkaan yang unik (melalui ERC-721) yang dapat bekerja dengan ekosistem yang ada dan di mana banyak salinan dapat dibuat (melalui ERC-1155). Membuat banyak salinan ASSETs digital memungkinkan desainer ASSETs mencetak koleksi item yang dapat mereka jual di pasar The Sandbox untuk dibeli dan digunakan oleh desainer game.


---

# 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://docs.sandbox.game/the-sandbox/bahasa-indonesia-indonesian-or-coming-soon/assets/what-are-assets/about-erc-1155.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.
