> For the complete documentation index, see [llms.txt](https://cubepaper.gitbook.io/cubepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cubepaper.gitbook.io/cubepaper/tokens/usdcubix-token.md).

# $CUBIX Token

### Overview

The <mark style="color:blue;">**$CUBIX**</mark> token is a utility token within the Realm of Cuboids. It is earned by holding a Cuboid NFT.&#x20;

<mark style="color:blue;">**$CUBIX**</mark> can be held and traded just like any other ERC-20 token, stored in Metamask or a compatible wallet. <mark style="color:blue;">**$CUBIX**</mark> is burned, or spent, in exchange for CUBOID upgrades and Realm Extensions.

### Supply

Token generation: Holding a genesis Cuboid NFT yields 10 <mark style="color:blue;">**$CUBIX**</mark> tokens per day, every day. [OG Cuboids](/cubepaper/gameplay/cuboids/cuboid-nfts/og-cuboids.md) earn 20 <mark style="color:blue;">**$CUBIX**</mark> tokens per day.

<mark style="color:blue;">**$CUBIX**</mark> accrued can be viewed and claimed from the official dashboard available on the website.

<mark style="color:blue;">**$CUBIX**</mark>**&#x20;will eventually become deflationary via "The Realm's Treasure" periodic burning and holders will be incentivized to hold.**

### Uses

<mark style="color:blue;">**$CUBIX**</mark> can be spent (**Burned**) to perform actions on Cuboids, as follows:

* You can RENAME your Cuboid by spending some <mark style="color:blue;">**$CUBIX**</mark>.
* You can set the STORY (a kind of biography) of your Cuboid by spending some <mark style="color:blue;">**$CUBIX**</mark>.
* If you hold 2 or more Cuboids, you can spend <mark style="color:blue;">**$CUBIX**</mark> to **EVOLVE** them thereby, burning your Cuboids.

{% hint style="info" %}
This evolve feature will be released with a later update and in-accordance with community feedback.
{% endhint %}

<mark style="color:blue;">**$CUBIX**</mark> can also be used in the following areas:

* <mark style="color:blue;">**$CUBIX**</mark> can be staked to earn the in-game token <mark style="color:green;">**$SHAPE**</mark>.
* Purchase items within the Realm of Cuboids [Marketplace](/cubepaper/ecosystem/marketplace.md). A major portion would be committed to [The Realm's Treasure](/cubepaper/ecosystem/the-realms-treasure.md), while the remaining would be burnt.&#x20;
* Cuboid upgrades.
* Land extensions and upgrades.
* Utilities within the CubeVerse.
* Physical merchandise store (3D figures).
* Governance powers within the Realm of Cuboids. <mark style="color:blue;">**$CUBIX**</mark> holders will be able to participate in governance voting in the future as part of the upcoming Realm of Cuboids DAO.

{% hint style="success" %}
Tokenomics breakdown will be revealed soon.
{% 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://cubepaper.gitbook.io/cubepaper/tokens/usdcubix-token.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.
