> For the complete documentation index, see [llms.txt](https://elindos-phar.gitbook.io/exode-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elindos-phar.gitbook.io/exode-white-paper/white-paper/nft-ownership.md).

# NFT Ownership

\
**EXODE grants ownership of digital assets to players, in the form of currencies, collectible cards and assets they can produce and use.** \
\
EXODE NFTs are usually represented by cards but also include other very diverse NFTs such as planets, designs, coordinates or maps or licenses, and other ownerships collectable by players. \
\
The first step of ownership is usually accessing a pack such as a starter or booster pack. Once opened, this pack gives a number of cards, which are all NFTs on the blockchain.\
\
The blockchain is used to broadcast this ownership in a way that is **decentralized, distributed and public** and which cannot be altered retroactively. Thanks to it, players permanently own digital assets and can collect and trade them.\
\
EXODE video game currently broadcasts and operates **on the HIVE blockchain**. HIVE is transaction free and processes new blocks every 3 seconds with extreme efficiency thanks to the servers of its witnesses.\
\
EXODE itself runs a witness server with its creator, [Elindos Phar](https://peakd.com/@elindos).\ <br>

{% hint style="info" %}
See our [**Wiki Article**](https://exodegame.com/wiki/doku.php?id=exode_asset\&s\[]=nft\&s\[]=ownership) for more information about EXODE Assets!
{% 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://elindos-phar.gitbook.io/exode-white-paper/white-paper/nft-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.
