> 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/shop.md).

# Shop

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

## Gem Conversion

Gems can be converted from $GIA via in-app purchases.

| Gems | $GIA |
| :--: | :--: |
| 1500 | 1000 |
| 3200 | 2000 |
| 6800 | 2800 |

Gems can also be converted to Mana, with a daily limit of 2/2.

| Gems | Mana |
| :--: | :--: |
|  500 |  50  |

## Consumable Items

Players can purchase consumable items, which will help players with game progression:

* **Steal potion** - steal action chance will increase in 30 mins
* **Attack potion** - attack action chance increase in 30 mins
* **Shield potion** - immune to attack in 30 mins

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

## Gacha Boxes

Players can also purchase Gacha boxes, which allow players to receive random items depending on the rarity of the box.

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

|     Rarity    |                            Content                            |       How to Get       |
| :-----------: | :-----------------------------------------------------------: | :--------------------: |
|   Common Box  |                        Common Pet Shard                       | Airdrops, daily quests |
|    Epic Box   | Item 1, Common Pet Shard, Epic Pet Shard, Legendary Pet Shard |     Buy from store     |
| Legendary Box |          Item 1, Epic Pet Shard, Legendary Pet Shard          |     Buy from store     |


---

# 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/shop.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.
