# Marketplace

Monsterra Marketplace allows players to trade assets from the game including NFTs and FTs.

### Inventory

Players can view their NFTs and FTs (both called items) from the game in the inventory to manage them.

### Buy and Sell

Players can browse through listings of items to buy, as well as list their own items for sale.&#x20;

Players sell items by creating a listing, with a fixed price. Buyers are able to purchase the items by spending MSTR or other crypto currency types like BNB, USDT, BUSD, ... from his wallet. Other side, players can make an offer to deal with the owner by other price that they want. Upon confirmation of the transaction on the blockchain, the settlement is settled instantaneously. The Seller receives tokens in his wallet, and the items is transferred to the Buyer.

### Fees

Sellers are charged only 4% fee on completion of a transaction with transaction made by MSTR and 4.85% with other types of cryptocurrency.


---

# 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://whitepaper.monsterra.io/ecosystem/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.
