> For the complete documentation index, see [llms.txt](https://docs.myneighboralice.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myneighboralice.com/our-website/play/in-game-trading.md).

# In-game Trading

Trading is key to enjoying the multiplayer experience fully.&#x20;

Trading can be unlocked by completing a quest that will get you a ticket to craft a storefront you can use to sell your items in-game. The storefront is something you can place on your land.

Of course, if you use your private-owned storefronts, other players must come across your land. An alternative may be to use the Townhub storefronts. Townhub is central to each region and a very busy area. There, you can place your shipping orders and increase the likelihood of selling your items.&#x20;

Every time you sell an item, you need to pay a small fee and public storefronts will be more expensive to use than your private one.

{% hint style="info" %}
For the time being, **only items created natively on the Chromia blockchain,** the blockchain that powers My Neighbor Alice, **can be traded inside the game**. Of course, we are working to remove this limitation and to improve the trading experience even more.&#x20;

If you want to buy and sell items that are natively from BNB Chain, you can use My Neighbor Alice Marketplace. There is an entire section of this documentation dedicated to the Marketplace.
{% endhint %}


---

# 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.myneighboralice.com/our-website/play/in-game-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.
