> For the complete documentation index, see [llms.txt](https://docs.monsterra.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monsterra.io/gameplay/convert-and-trade-nft-items/convert-in-game-items-into-nft-items-for-trading.md).

# Convert in-game items into NFT items for trading

{% embed url="<https://youtu.be/B-1DlIdfgCg>" %}

NFT items can be created by converting in-game items following below steps:

**Step 1:** Click on "Inventory" button of main UI.

![](/files/EMnvqQJdzaOGQoI9g1NA)

**Step 2:** Click on "Convert to NFT" button of "All" tab of Inventory UI.

![Click on the convert to NFT button](/files/Snc5IhLhhIYQ6fwiQojS)

**Step 2.1:** Unlock item

***Locked items are items that have never been converted to NFT before.***

***You can only convert items that are free and unlocked, you can't convert items in using or locked.***

![Click on Unlock Button](/files/4tOuF5lvyet1oWP7PfaX)

**Check the Clean Fee then click Clean to confirm unlock item**

![](/files/2rUZzdiC7dyllcCQGJse)

**Step 3:** Click on **Available** items to choose which items you want to convert into NFT items.

***Notice that you can only convert items that are the same type as the first chosen one for each conversion progression.***

![](/files/x4ICffGhjjeqKv6C3IIm)

**Step 4:** Select supported chain & Confirm the transaction and wallet address.

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

**Step 5:**  Confirm the conversion transaction..

**Step 6:** Converted items are NFT items now. You can take a quick look in the "On Chain" tab of Inventory UI.

![](/files/Guh126PTxuq1LN8Sfmag)

**Step 7:** You can manage the NFT items in the [**"Inventory"**](https://testnet-marketplace.monsterra.io/#/inventory) page for trading.

![](/files/4yOeWUJhE9dOt6dyOPZu)


---

# 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.monsterra.io/gameplay/convert-and-trade-nft-items/convert-in-game-items-into-nft-items-for-trading.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.
