> For the complete documentation index, see [llms.txt](https://hello.kodadot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hello.kodadot.xyz/nft-standard/evm/erc1155.md).

# ERC1155

### **What is ERC1155?**

ERC1155 is a token standard on the Ethereum blockchain that allows for the creation of both fungible and non-fungible tokens within a single contract. It offers an efficient, flexible, and unified approach to token creation and management.

### **How does ERC1155 operate?**

ERC1155 operates by deploying a single smart contract on the Ethereum blockchain for an unlimited variety of digital assets. Each token within the contract is identified by a unique ID, allowing it to function as either a fungible or non-fungible token.

### **Unique features of ERC1155**

ERC1155 tokens stand out due to their ability to represent multiple token types within a single contract. This enables an unlimited variety of assets to be managed by one contract, increasing efficiency and flexibility in token interaction.

### **Conclusion**

With the ERC1155 standard, take advantage of the flexibility and efficiency it offers in token interaction on the KodaDot platform. Whether fungible or non-fungible, each token holds a unique ID, offering you a broad range of possibilities for digital asset management.


---

# 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://hello.kodadot.xyz/nft-standard/evm/erc1155.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.
