# ASSETS

- [NFTs](https://partyicons.gitbook.io/wiki/assets/nfts.md)
- [Asset Locking & Unlocking Guide](https://partyicons.gitbook.io/wiki/assets/asset-locking-and-unlocking-guide.md): To deploy and play with your Hero Icon and Weapon NFTs in matches, players must lock them on the official website. While to trade them on the Ronin Market, they need to be unlocked.
- [Asset Burning Guide](https://partyicons.gitbook.io/wiki/assets/asset-burning-guide.md): To trade your minted Hero Icons and Weapons within the in-game marketplace, players must burn them back into into offchain in-game items via the official website.
- [Asset Minting Guide](https://partyicons.gitbook.io/wiki/assets/asset-minting-guide.md): To trade Hero Icons NFTs, Weapon NFTs and Mirble on the Ronin Marketplace, players must first mint them into their on-chain NFT form.


---

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