# MetaproMetaAsset

### Introduction to MetaproMetaAsset Contract Methods

The MetaproMetaAsset contract represents our protocol and standard for creating ERC1155 tokens. In this section, we will provide an overview of the methods available within this contract, which enable the management and interaction with these tokens.

### What Is the MetaproMetaAsset Contract?

The MetaproMetaAsset contract is the backbone of our ERC1155 token standard implementation. ERC1155 is a versatile token standard that allows for the creation of both fungible and non-fungible tokens within a single contract. This flexibility makes it a powerful choice for a wide range of blockchain applications, including gaming, digital collectibles, and decentralized finance (DeFi).

### What You Will Find in This Documentation

In this documentation, we will delve into the various methods provided by the MetaproMetaAsset contract. These methods serve to create, manage, and interact with ERC1155 tokens, providing developers with the building blocks to incorporate these tokens into their projects.

Each method description will include details about its purpose, parameters, and expected outcomes. We aim to provide you with a comprehensive understanding of how to utilize these methods effectively in your smart contracts or applications.


---

# 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.metaproprotocol.com/developer-documentation/smart-contracts/metaprometaasset.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.
