> For the complete documentation index, see [llms.txt](https://whitepaper.voxies.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.voxies.io/introduction/what-are-voxies-nfts.md).

# What are Voxies NFTs

The Voxie NFT project consist of 10,000 genesis Voxie characters with 20 classes, 10 races, 20 Companion types, countless physical attributes and multiple weapons, items and visual cosmetic elements. No two Voxie in the NFT series are the same.

![Voxies are cute, collectible 3d voxel characters](/files/4MeIpFdaBksh6QfKkJK6)

Player owned Voxies provide an enhanced playing and earning experience beyond the Free to Play aspects of the Voxie Tactics game and enhance the player experience in the following ways:

* Higher rate of in-game rewards (NFT items and VOXEL tokens) through improved RNG (Random Number Generation) in Exploration mode.
* Having access to certain weapons and items already contained in the NFT token.
* Some Voxies in the NFT series have a companion pet already included, so will not need to find a companion pet in the game to help with certain gameplay elements.
* Some rarer Voxie NFT classes and races will only be available to Voxie NFT holders.
* The original 10,000 Voxie NFTs will be the only ones that can mint (e.g. create) new next generation Voxie NFTs.

You can find the full list of Voxie NFT classes at <https://voxies.io/classes/> and races at <https://voxies.io/races/>.

{% hint style="info" %}
*A player is NOT required to own a Voxie NFT character in order to play either the exploration mode or the PVP arenas. Free to Play players can even earn rewards!.*&#x20;
{% endhint %}

More information on how players earn rewards and the impact of Voxie NFTs on a player's ability to earn in Voxie Tactics can be found in the section [Earning and Rewards](/tokenomics/earning-and-rewards.md).


---

# 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.voxies.io/introduction/what-are-voxies-nfts.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.
