> For the complete documentation index, see [llms.txt](https://doc.metamerge.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.metamerge.xyz/guide/mint-guide.md).

# Mint Guide

### Visit Our Website

Visit Meta Merge official website: [metamerge.xyz](http://metamerge.xyz), click "Mint" on the top bar.

{% hint style="danger" %}
Please make sure you're visiting [metamerge.xyz](http://metamerge.xyz).
{% endhint %}

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

### Login

**There are 2 ways of logging in.**

1. If you already have an Ultiverse account, you may login directly with your Ultiverse Account. You can also sign up your Ultiverse account here.
2. Login with your wallet. You will need to connect and sign with your wallet.

{% hint style="info" %}
By logging in with your wallet, Meta Merge will automatically create an Ultiverse Account and a **Game Wallet** for you, and the wallet you use to login will be one of your **Asset Wallet**.
{% endhint %}

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

### Check your eligibility

Check your eligibility on mint page

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

* **Total** shows the number of pets you can mint from whitelists in all your game wallet and asset wallets.

{% hint style="info" %}
Each whitelist can mint 3 pets

Each ES-edtion whitelist can mint 1 ES-edition pet.

Each BAYC-edtion whitelist can mint 1 BAYC-edition pet.
{% endhint %}

* Click on the icon to view whitelist information.

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

* If you have other addresses with whitelist access, you can click to bind them

{% hint style="info" %}
You can bind up to 10 **Asset Wallets** for each account.
{% endhint %}

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

<figure><img src="/files/6H5GBiGtYYvuCpll7oJo" alt=""><figcaption></figcaption></figure>

* Refersh Meta Merge website and check again.

### Mint

1. Select the wallet you wish to mint NFTs, and connect the wallet.

{% hint style="warning" %}
Please confirm that the selected wallet must be consistent with the connected wallet.
{% endhint %}

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

2. Select the number of pets you wish to mint.

{% hint style="info" %}
You can mint **up to 100 pets** each time. To mint more, simply repeat the mint proces&#x73;*.*
{% endhint %}

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

3. Click "Mint" and process to your wallet.<br>
4. Confirm your wallet.

{% hint style="warning" %}
Once you select, you can only mint your whitelists into the specific wallet. You may choose to mint to another wallet under "ES-edition Mint" or "BAYC-edtion Mint"
{% endhint %}

5. Congratulations! You have successfully minted your pets.

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


---

# 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://doc.metamerge.xyz/guide/mint-guide.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.
