> For the complete documentation index, see [llms.txt](https://partyicons.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partyicons.gitbook.io/wiki/assets/asset-minting-guide.md).

# Asset Minting Guide

### Note:

* Asset minting requires gas fee. Please ensure your wallet has an adequate balance to complete the transaction.
* To mint Heroes and Weapon, gas fee will be paid in $RON.
* To mint Mirble, gas fee will be paid in Mirble (unminted).
* Please close the game before minting. Keeping the game open will cause an automatic disconnection.

### 1. Go to the Official Website and Click the "MINT" button.

<img src="/files/eAHQkmK0v45dccJ8pFfQ" alt="" height="275" width="576">

### 2. Log In to Your Game Account

<img src="/files/r4SqE3j1CG8QTqo0lijj" alt="" height="580" width="554">

### &#x20;3. Verify Your Eligible Assets

* Upon a successful login, the page will display a list of your in-game assets that are currently eligible for minting.
* Please review this section to confirm that the assets you intend to mint are visible.

<img src="/files/sg9drV9RApunwWMADCgS" alt="" height="354" width="576">

### 4. Connect Your Wallet

* Click "LINK" and connect your wallet, and review the authorization request in the wallet extension pop-up window.

<img src="/files/QgdTjaoj6B2yk7CuS4SL" alt="" height="138" width="560">

* Ensure the wallet status shows as successfully connected before moving on to the minting step.

### 5. Select the Asset to Mint

* This guide uses "Mirble" as an example.
* Locate your target asset within the eligible assets list and click the "MINT" button next to it.

<img src="/files/CRJVQUOGmApzWXdVK0VJ" alt="" height="134" width="554">

* The system will display the current available minting tiers and quantities.
* Select the tier that matches your preference and your available asset balance.

<img src="/files/OkemG6dcfN4eQyuTHHiS" alt="" height="206" width="554">

### 6. Confirm and Complete the Transaction

* Double-check all transaction details, then click the final "MINT" button.
* Your wallet will prompt a transaction confirmation window. Verify the estimated Gas Fee and authorize the transaction.
* Wait for the network to confirm the transaction. The minting process is complete once the page displays a success notification.
* Note: Gas Fees will be deducted during this process, and the actual cost fluctuates depending on current network congestion.

<img src="/files/k1CRDEiXXaUMqSEu5245" alt="" height="751" width="519">

### 7. Track Minting Progress

* You can monitor the real-time processing status of your minting transaction under the "Minting History" section at the bottom of the page while waiting for block confirmations.

<img src="/files/ThsEsD9xCKd89pHvubtX" alt="" height="267" width="554">

### 8. Verify Your Minted Assets

* Return to the Party Icons homepage.
* Click the "Wallet" icon located in the upper-right corner of the interface.
* Go to "Activity" and then select "INVENTORY."
* Confirm whether your newly minted assets are correctly displayed in your personal inventory list.

<img src="/files/2JzTWDYAsyzLj14Rcw7b" alt="" height="298" width="554">

### Precautions

* Always ensure your wallet contains a sufficient balance to cover gas fees before initiating a mint.
* Maintain a stable internet connection throughout the minting process to avoid transaction interruptions.
* Transaction confirmation times may be delayed during periods of network congestion. Please be patient.
* It is highly recommended to revisit your inventory page after minting to ensure your asset balances have updated accurately.
* Please close the game before minting. Keeping the game open will cause an automatic disconnection.

### FAQ

1. What should I do if the "MINT" button is unresponsive?

* Ensure you have successfully logged into your game account and connected your Web3 wallet.
* Check if your wallet extension is unlocked and functioning properly.
* Try refreshing the webpage and repeating the process.

2. What should I do if my wallet fails to connect?

* Verify that your wallet extension is properly installed, active, and unlocked.
* Check if your browser has granted the necessary permissions to the wallet extension.
* Try switching to a different compatible browser or reinstalling the wallet extension.

3. What should I do if the minting transaction is stuck on pending for a long time?

* This is usually caused by network congestion. Please wait patiently for the blockchain to process your request.
* You can check the transaction status directly within your wallet extension to confirm if it has been successfully broadcast to the network.
* If a transaction fails, gas fees may still be deducted by the blockchain. Check your wallet balance before attempting the mint again.

4. What should I do if my assets do not appear after a successful mint?

* Please wait a brief moment, as block confirmations and data synchronization require a small window of time.
* Go back to the website's inventory page (Activity -> INVENTORY) and refresh to see if the display updates.
* If your assets fail to arrive after an extended period, please reach out to customer support for assistance.

5. What fees are involved in the minting process?

* The platform does not charge any additional service fees for the minting process itself.
* Users are only responsible for the gas fee, the amount of which depends entirely on current blockchain traffic and network congestion.


---

# 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://partyicons.gitbook.io/wiki/assets/asset-minting-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.
