> For the complete documentation index, see [llms.txt](https://fr0.gitbook.io/dragonraceai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fr0.gitbook.io/dragonraceai/about-us/digital-asset-ownership.md).

# Digital Asset Ownership

In DragonRaceAI, both dragon gear and rider gear are considered valuable digital assets that players can earn, trade, or purchase within the game. These items are tokenized as Non-Fungible Tokens (NFTs) on the blockchain, providing a secure and transparent record of ownership. This approach allows players to have full control over their digital assets, with the ability to prove ownership, provenance, and the uniqueness of each item.

* **Dragon Gear:** Includes armor, speed boosts, energy shields, and other enhancements that improve the dragon's performance in races. Each piece of gear is a unique NFT, with specific attributes and levels of rarity.
* **Rider Gear:** Consists of suits, helmets, gloves, and other equipment that enhance the rider's abilities, such as improved control, better synergy with the dragon, or strategic advantages in races. Like dragon gear, each rider gear item is also a unique NFT.

Ownership of these digital assets is recorded on the blockchain, ensuring that transactions are secure, transparent, and immutable. Players can trade gear on the game's marketplace or external NFT platforms, with blockchain technology facilitating trustless exchanges and verifying the authenticity and ownership history of each item.

This system not only enhances the gameplay by providing tangible rewards and incentives for participation but also empowers players by granting them true ownership of their in-game assets, which can be a source of value both within and outside the game environment.


---

# 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://fr0.gitbook.io/dragonraceai/about-us/digital-asset-ownership.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.
