> For the complete documentation index, see [llms.txt](https://docs.metaproprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaproprotocol.com/metapro-market/create-asset-minter/how-to-create-mint-asset.md).

# How to create (mint) asset

{% embed url="<https://youtu.be/d--MMbU6zws>" %}

In order to create (mint) asset, you will need to follow a few steps.

**Step 1**

Visit [market.metapro.one](https://market.metapro.one/) and click **Login**

<figure><img src="/files/FMC5T1Q3Kyzh3OMDwtes" alt=""><figcaption></figcaption></figure>

**Step 2**&#x20;

**Connect** with one of available wallet providers.

{% hint style="success" %}
We recommend using our metapro wallet.&#x20;
{% endhint %}

<figure><img src="/files/ntyZgmgZryeoI6HX9hMW" alt="" width="563"><figcaption></figcaption></figure>

**Step 3**

If you are login for the first time please [set your account](https://docs.metaproprotocol.com/metapro-market/set-your-account) or if you already have your account with us please [connect your wallet and login to web3!](https://docs.metaproprotocol.com/metapro-market/connect-wallet-+-web3-login)

<figure><img src="/files/QnyThHOqnqHhcJDDPuUa" alt=""><figcaption></figcaption></figure>

**Step 4**

Once you are logged in and connected to Web3, please select Create asset

<figure><img src="/files/H08rhyjN0eYvWpysSBq1" alt=""><figcaption></figcaption></figure>

**Step 5** - You are now on the **NFT minter page**

<figure><img src="/files/rxOnCuR79CUSWkouwFZ1" alt=""><figcaption></figcaption></figure>

**Step 6** - Please complete all the required fields as described on the next steps

{% hint style="info" %}
In the next 5 steps you will see how to mint an **NFT meta asset (NFTma)** , which is a combination between an ERC-1155 token and an asset.
{% endhint %}


---

# 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.metaproprotocol.com/metapro-market/create-asset-minter/how-to-create-mint-asset.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.
