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

# Trading

<figure><img src="/files/a7mTTCMyqyww0G0p0qdO" alt=""><figcaption></figcaption></figure>

## Overview

> Trading is an integral part of the game, allowing players to exchange items, coins, and assets to enhance their gameplay. From classic trading to the integration of blockchain technology with Web3 trading, players have various avenues to transact.

***

## **Types of Trading**

1. ***Classic Trading:***
   * ***NPC Trades*****:** Players can purchase and sell classic items to NPCs, ensuring a steady stream of essential resources and equipment.
   * ***P2P (Peer-to-Peer) Trades*****:** This system facilitates direct trading between players. They can exchange:
     * Item(s) for item(s)
     * Item(s) for currency
     * Currency for item(s)
   * ***Shop Trading*****:**
     * Players can establish private shops anywhere on the map.
     * A player can showcase up to 10 items in a single shop.
     * Each character can open up to two shops simultaneously.
     * A shop remains open for 24 hours, regardless of the player's online status.
2. ***Web3 Trading*****:**
   * This modern form of trading utilizes blockchain technology.
   * Players can open private shops anywhere on the game's map.
   * These shops exclusively offer NFT (Non-Fungible Token) items for sale.
   * Transactions in Web3 shops are made using the TCL tokens.

***

## Conclusion

> The multifaceted trading system enriches player interactions and offers diverse economic opportunities within the game. From classic bartering to leveraging blockchain tech for exclusive NFT trades, players are bound to find a trading style that aligns with their goals and preferences.

***


---

# 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://whitepaper.thecursedland.com/gameplay/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.
