# Item Marketplace

[Item market](https://blockchaincuties.com/market_orders) is a place where players can trade items that are not [personal](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/items/personal-items.md).&#x20;

Players can list their items for whichever price they feel the item is worth, and if they are looking for a specific item, they can place a purchase order and set the price they are willing to pay for that item.&#x20;

{% hint style="info" %}
This functionality is possible due to the implementation of the Offchain Wallets. Before using the item marketplace we recommend reading the article on how to set up your [offchain wallet ](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/supported-blockchains/offchain-wallets.md)balance.&#x20;
{% endhint %}

In the item market players can filter out items based on the item type, rarity, level requirement range, enchant level, and filter offers based on the blockchain with which currency they want to purchase the item.

![Item market filter panel](/files/q7d8mPMP9T25mFKI8i6r)

Going through the offers list on the marketplace, there are some quick reference fields that allow players to see what items are being sold and bought for.&#x20;

![Current offers available for an item](/files/a5fg3nIXMRWd0CGy2lVN)

Selecting an item opens up the trade menu of that specific item.&#x20;

![Item trade menu](/files/CqjtOch2dLQZ0DwD6jWq)

Here, players can select the blockchain they are interested in, see the Buy and Sell orders listed and conduct their trading as they see fit.&#x20;

They can list their offer on the market by clicking on the "Make Sell Order (WTS)" button on the right, or place a purchase order using the button on the left labeled as "Make Buy Oder (WTB)".&#x20;

Additionally to that, players can fulfill buy orders manually, by clicking on the button "Sell" in the table of orders&#x20;

![Clicking on Sell, will prompt a buy order fulfilment form](/files/yxhPPQ1Yr0qitjXHiiTf)

Players can fulfill the order fully, or partly.&#x20;

![The fulfillment of orders can be done partly by using the slide](/files/km85ySa7LJAovuNI2qYE)

As the amount of items for the order is set and the "Sell" button is pressed, the process is done automatically on the game's side and the items get transferred from the seller to the buyer, and the funds are transferred from the buyer to the seller.

When any specific item is opened in the trade view, players can see their open Buy and Sell orders at the bottom of the page.&#x20;

![Current sale lisitngs on the market](/files/vJoVZZbZ82JYhvYPzpgw)

Using the table players can jump from item to item in their order list whenever they want to.&#x20;


---

# 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://docs.blockchaincuties.com/blockchain-cuties-universe-knowledge-base/bcu-mechanics/game-markets/item-marketplace.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.
