# Shop

The in-app shop allows users to purchase basic items like batteries. All purchases are made using $TADA tokens.&#x20;

As described on the "economy" page, TADA coming from sales are redistributed to four buckets: **the prize pool (65%), staking (5%), burning (5%), and the treasury (25%).**&#x20;

This means that the more purchases made in the shop, the larger the prize pool for users, the higher the APR for staking pools, and the greater the deflation. The initial version of the shop only offers batteries for purchase. \
\
Once additional items are implemented, the shop will offer new objects for sale, including some exclusive items.

<figure><img src="/files/0LheGLanzUcea4ciRl5I" alt="" width="188"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.ta-da.io/ta-da-platform/game-mechanics/shop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
