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

# Currency

Currently, there are 4 types of currency that can be used within Bounty Temple. **Gold, Energia ($GIA)**, and **Bounty Temple Tokens ($TYT)** can be earned as rewards in-game, while **Gems** are exclusively available via in-app purchases (using real money or $GIA).

<figure><img src="/files/u3nTwfVNfwCyROodowph" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="178" align="center">Currency</th><th>Obtain Methods</th><th>Spending Methods</th></tr></thead><tbody><tr><td align="center">Gold</td><td><ul><li>BTM Spinning</li><li>BTM Actions: Attack, Steal, Counter Attack</li></ul></td><td><ul><li>Village Upgrades</li><li>Village Repairs</li><li>Stolen from Player</li></ul></td></tr><tr><td align="center">Energia ($GIA)</td><td><ul><li>BTM Spinning</li><li>Achievements</li><li>Village Upgrade Rewards</li><li>Trade Market</li><li>Daily Quests</li></ul></td><td><ul><li>Crafting Blueprints / BTMs</li><li>Participating in Events</li><li>In-Game Consumables</li><li>E-Commerce (Merchandise)</li><li>Charity</li><li>Trade Market</li></ul></td></tr><tr><td align="center">Bounty Temple Token ($TYT)</td><td><ul><li>Tournaments</li><li>Events</li><li>Trade Market</li></ul></td><td><ul><li>Crafting Blueprints / BTMs</li><li>Staking</li><li>Voting</li><li>Trade Market</li></ul></td></tr><tr><td align="center">Gems</td><td><ul><li>In-App Purchase (using real money / $GIA)</li></ul></td><td><ul><li>Mana</li><li>Gacha Boxes</li></ul></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://bountytemple.gitbook.io/whitepaper-v1/gameplay/currency.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.
