# About ERC-1155

## ERC-1155

The ERC-1155 token is a new standard on the Ethereum blockchain for representing virtual items and allows the creation of multiple types of items in the same contract. In other words, it allows creators to mint any number of copies of the same ASSET.

{% hint style="info" %}
When using an ERC-1155 token with a supply of one, it can also be seen as an ERC-721.
{% endhint %}

![](/files/-MN41CpdRcuNQai0D4_L)

## The flexibility of ERC-1155

The flexibility of ERC-1155 tokens is extremely useful for virtual items used in games in The Sandbox's metaverse. Creators can mint any number of copies of the same digital ASSETs.

We want our creators to be able to create NFTs with a unique scarcity (via ERC-721) which can work with the existing ecosystem and of which multiple copies can be made (via ERC-1155). Creating multiple copies of the digital ASSET allows ASSET designers to mint a collection of items that they can sell on The Sandbox's marketplace for game designers to purchase and use.


---

# 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.sandbox.game/the-sandbox/ngon-ngu-tieng-viet-vietnames-or-coming-soon/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.
