> For the complete documentation index, see [llms.txt](https://docs.crossroadsmyth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crossroadsmyth.com/mechanics/marketplace-and-trading.md).

# Marketplace & Trading

### Secondary Marketplace

In the realm of Crossroads: Myth, a vibrant secondary marketplace plays a pivotal role in enhancing the player experience and facilitating an in-game economy.&#x20;

It gives players the freedom to trade, sell, or purchase items, allowing a healthy circulation of assets and fostering competitive game play.&#x20;

More importantly, it enables players to realize the value of their in-game accomplishments and investments, thus enhancing the immersive and rewarding nature of the game.

Players have the opportunity to list items for sale or purchase on the secondary marketplace, quoting their preferred price in either an in-game currency or Tez (i.e. XTZ).&#x20;

In the same vein, players can make offers using their choice of in-game currency or Tez.&#x20;

The secondary marketplace is exclusively dedicated to Crossroads: Myth related items and NFTs. Although there are no marketplace fees, transactions are subject to a royalty fee.

Moreover, players have the option to trade Crossroads: Myth related NFTs on external platforms such as Objkt.&#x20;

However, this approach entails certain differences. For instance, listings on Objkt will be subject to both the marketplace's fees and the royalty fee.&#x20;

Additionally, transactions on these platforms will be conducted purely in Tez, with no option for listing items in or accepting offers in other in-game currencies.

### Multi-Asset Peer-to-Peer Trading

Beyond the marketplace, Crossroads: Myth also supports multi-asset peer-to-peer trading. This feature allows players to bundle multiple in-game items for trading.&#x20;

Similarly, offers can be made using a bundle of different in-game items.&#x20;

Once both parties agree to the trade, the items change hands accordingly.&#x20;

This level of flexibility and versatility in trading further enriches the gaming experience and contributes to a dynamic, player-driven economy.


---

# 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.crossroadsmyth.com/mechanics/marketplace-and-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.
