> For the complete documentation index, see [llms.txt](https://docs.districts.xyz/districts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/what-tokens-can-be-used-in-districts.md).

# What tokens can be used in Districts?

The Districts platform primarily uses two tokens: $RIO and $DSTRX

$RIO ([Realio Network Token](https://support.realio.network/hc/en-us/articles/33152604710427-What-is-the-Realio-Network-Token-RIO)): $RIO is the utility token of the Realio Network. It is required to participate in Districts, specifically for claiming land during the LandRush. Each Land Pixel requires a deposit of 5,000 Native $RIO plus transaction fees. A portion of this deposit (20%) is permanently burned, while the remaining 80% is held in the Land Bank and can be redeemed if the land is returned. This mechanism ensures a sustainable economic model while reinforcing $RIO’s role in the ecosystem.

$DSTRX (Districts Governance Token): The $DSTRX token is the governance token of Districts and has a fixed supply of 125M. $DSTRX can only be minted into existence when a new Land Pixel is claimed, as this process is hard-coded into the smart contracts. The project team does not have the ability to mint new tokens freely, as all admin and upgrade-related functions of the Districts smart contracts are secured under a time-lock mechanism. For transparency, a real-time transaction explorer tracks $DSTRX supply and cross-chain bridge transactions.

*For more details on the token economics, see the*[ *Districts Token Economy Whitepape*r](https://districts.xyz/files/Districts_Token_Economy_Whitepaper.pdf)

<br>


---

# 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://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/what-tokens-can-be-used-in-districts.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.
