# Inventory

The inventory system in the game is a crucial feature that allows players to manage all the items and assets they acquire during their journey. The inventory is not just a place to store weapons or armor; it’s a comprehensive system that organizes and categorizes everything a player owns, from crafting materials to keys for private properties. Below is a detailed breakdown of the different types of items you can store in your inventory and their functions.

<details>

<summary>Crafting Materials</summary>

Crafting materials are essential components that players collect throughout the game. These materials can be found by exploring the game world, defeating enemies, or completing missions. Players use these materials to craft various items, including weapons, armor, and other useful tools. The inventory system categorizes crafting materials based on their type and rarity, making it easier for players to manage and access the materials they need for specific crafting recipes.

</details>

<details>

<summary>Keys to Private Properties</summary>

The game features a variety of private properties that players can own, including cars, real estate, and other personal assets. Each of these properties requires a key or a deed, which is stored in the player’s inventory. These keys are essential for accessing and managing your private assets within the game.

</details>

<details>

<summary>Personal Items</summary>

In addition to combat and crafting items, the inventory also stores personal items that enhance the player’s experience or serve as necessary tools within the game.

</details>

<details>

<summary>Weapons and Armor</summary>

Of course, no inventory would be complete without weapons and armor. The inventory system categorizes these items by type, rarity, and level requirement. This organization makes it easy for players to quickly access and equip the items they need for specific combat situations.

</details>

<details>

<summary>Consumables</summary>

Consumables are items that provide temporary benefits or restore health, stamina, or other vital stats. These items are stored in the inventory and can be used during combat or exploration.

</details>

## Trading and Selling Items

All items in the game are represented as NFTs on the TON blockchain, meaning they can be freely traded or sold among players.

* **Marketplace Trading:** Players can list their unwanted or rare equipment on the in-game marketplace. Since all items are NFTs, their ownership is securely recorded on the blockchain, ensuring fair and transparent transactions.
* **External Sales:** Since equipment items are NFTs, they can also be traded on external NFT platforms, allowing players to monetize their assets outside the game’s ecosystem.
* **Player to Player Trading:**

About trading items: [Item Trading](/cyberton-land/user-guide/gameplay-basics/item-trading.md)


---

# 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://cto-io.gitbook.io/cyberton-land/game-mechanics/character-development/inventory.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.
