# Marketplace

### Selling an item

To sell, select an item from the inventory and click sell. Set a price and select 'OK'. When you list an item on the marketplace, it gets transferred to a Vault. From there, it can either be returned to your wallet if you cancel the listing, or it can be transferred to the wallet of whoever purchases it.

### Purchasing an item

To buy, players search/filter the item they're looking for. Players can just select the item and click purchase. If a player has enough DSC, the item will be purchased and it'll instantly show up in the player's inventory.

### Cancelling a listing

Listed an item but want to cancel it? No problem. Players can select the listing they want to cancel and click cancel listing. The item will be back in the player's inventory.


---

# 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://clashof-turtles.gitbook.io/clash-of-turtles/game-features/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.
