# Aavegotchi Baazaar

The Aavegotchi Baazaar is the primary decentralized marketplace where Aavegotchi-related NFTs are traded on Polygon (and soon, on Gotchichain).

The Baazaar is fully peer-to-peer, meaning players can list and purchase items from other players.&#x20;

## Listing an Item

To list an item in the Baazaar, visit the "My Inventory" page by clicking the icon at the top right of the page. Then click on the item you would like to list and click the "List" button at the bottom of the page.

For ERC721 assets such as Aavegotchis, REALM Parcels, and FAKE Gotchis, simply input the price at you would like to list it.

For ERC1155 assets such as Wearables, Forge items, and Tickets, input the price and quantity of items you would like to list.&#x20;

After inputting this information, click the "Next" button to review your listing. Then click the "Confirm" button to initiate your blockchain transaction.

{% hint style="info" %}
Listing an item in the Baazaar requires 0.1 GHST, which gets burned.&#x20;

There is a 3.5% fee on all transactions, which gets distributed to AavegotchiDAO and Pixelcraft Studios to help fund development.
{% endhint %}

## Purchasing an Item

The Baazaar has a wide array of items available for players to purchase. Currently, all of these items are denominated in GHST, the official eco-governance token of Aavegotchi.&#x20;

To purchase an item from the Baazaar, you will need to have a sufficient balance of GHST token for the item you'd like to purchase.

[>> Click here to get GHST token](https://dapp.aavegotchi.com/ghst).&#x20;

To purchase an item from the Baazaar, click on the item and tap the "Buy Now" button to initiate a purchase transaction.

If this is your first time purchasing an item in the Baazaar, you will need to first "Approve Spend" GHST in the Baazaar.&#x20;

Once the purchase transaction has been confirmed onchain, the item will appear in the "My Inventory" page.&#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.aavegotchi.com/own/trading/aavegotchi-baazaar.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.
