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