> For the complete documentation index, see [llms.txt](https://docs.civitia.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.civitia.org/game-mechanics/currencies.md).

# Currencies

Civitia is powered by Initia’s token INIT in order to make the game economy fully circular with in-game sinks and Initia’s native inflation.

On top of that, Civitia has one non-tradable in-game currency: Tax Points.\
\
Additionally, Civitia SILVER and GOLD are soulbound tokens that reflect players activity and achievements in Civitia.

<table><thead><tr><th width="126">Currency</th><th width="148">Description</th><th>Utility</th></tr></thead><tbody><tr><td>INIT</td><td>Initia native token</td><td><p>Required to play and perform basic actions:</p><ul><li>Playing and paying rents</li><li>Minting city units</li></ul><p>All rent payments are also distributed to users in INIT.</p></td></tr><tr><td>Tax Points</td><td>Utility game currency</td><td><a href="/pages/VtQ7Hn4Jkxrq0GPikLVy">Tax points </a>can be earned and spent but are not transferable and therefore have no utility outside Civitia (they cannot be exchanged).</td></tr><tr><td>SILVER</td><td>Soulbound token</td><td><a href="/pages/FYhYxLafnIlYGnlJIjfM">SILVER</a> is non-transferrable. It is a metric to show how much a user is contributing to Civitia.<br><br><a href="https://app.initia.xyz/vip">Initia's VIP distribution</a> is based on SILVER earnings.</td></tr><tr><td>GOLD</td><td>Soulbound token</td><td><a href="/pages/FYhYxLafnIlYGnlJIjfM">GOLD</a> is non-transferrable. It is a metric to show how much a user contributed to Civitia Incentivized Testnet.</td></tr></tbody></table>


---

# 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.civitia.org/game-mechanics/currencies.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.
