> 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/free-to-play-and-play-to-earn.md).

# Free-to-Play & Play-to-Earn

Voxie Tactics will be free to play for any player who wants to enjoy the game. All players will be able to play, earn and own the VOXEL utility token, as well as in-game NFT items from the game.

It was vital to the team at **AlwaysGeeky Games** to ensure a good balance between Free-to-Play accessibility, while also providing value to players that already own Voxies digital assets.

Players will be able to decide whether they want to use the assets they own in game, or take any of the following actions with their items in our game marketplace:

* Selling
* Trading
* Loaning
* Crafting (infusing their items)&#x20;

Many of these actions will lead to the player receiving VOXEL Tokens in exchange for items sold, traded or loaned to another player. They can then use received tokens to buy, trade, loan or craft new in-game items. Players can also move their VOXEL Tokens out of the marketplace and into third-party exchanges to convert into another cryptocurrency, or a fiat currency such as US Dollars, Euros, Pesos, and more.

More details on how the Voxie Tactics economy works can be found in the [Earning and Rewards](/tokenomics/earning-and-rewards.md) section and the [Marketplace](/tokenomics/marketplace.md) section of this whitepaper.


---

# 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/free-to-play-and-play-to-earn.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.
