> For the complete documentation index, see [llms.txt](https://ppkas.gitbook.io/ppkas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ppkas.gitbook.io/ppkas/app-and-game/moon-park/resources.md).

# Resources

**Several in-game currencies and cryptocurrencies are involved in the mechanics of the App:**

### Fuel

Fuel is regenerated automatically and is needed for [mini-games](/ppkas/app-and-game/main-menu/mini-games.md).

<figure><img src="/files/7AQILQZfBd7Eig7XHRDD" alt=""><figcaption></figcaption></figure>

### Trilemma

Trilemmas are earned in [mini-games](/ppkas/app-and-game/main-menu/mini-games.md) while spending fuel. They are needed to exchange them for Energy (and other resources in the future).

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

### Energy

Energy is needed to run [mining buildings](/ppkas/app-and-game/moon-park/mining-system.md).

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

### Gem

Gems give an additional global boost to mining. They can be obtained for unique correct answers in [Kaspa Quiz](/ppkas/app-and-game/kaspa-quiz.md) while consuming Fuel.

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

### PPCOIN

PPCOIN mines [mining buildings](/ppkas/app-and-game/moon-park/mining-system.md). It can be used for improvements, in-game exchanges for goods, and most importantly - the PPCOIN balance at the end of the season on the player's account is used to [calculate the player's share of the mined PPKAS](/ppkas/app-and-game/moon-park/earnings-and-reward-distribution-system.md).

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

### PPKAS

The PPKAS token can be used for in-game exchanges for goods and for upgrades. All PPKAS spent by the player are [burned](/ppkas/docs/tokenomics-legacy.md). At the end of each [season](/ppkas/app-and-game/moon-park/seasons.md), the player receives his share of PPKAS (see [Reward Distribution](/ppkas/app-and-game/moon-park/earnings-and-reward-distribution-system.md) and [Tokenomics](/ppkas/docs/tokenomics-legacy.md)).

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

### KAS

KAS coin may be needed for in-game exchanges for goods and upgrades, and a small amount for network fees.

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

*(and more will be added in the* [*future*](/ppkas/app-and-game/future-plans.md)*)*

Obtaining each of the game resources can be upgraded by the player.\
Information about the availability of resources can be found in the resource bar, navigation and game menu.\
Resources can also be obtained from [loot boxes](/ppkas/app-and-game/shop/loot-boxes.md) and for other in-game activities (see, for example, [Tasks](/ppkas/app-and-game/main-menu/tasks.md)).

<figure><img src="/files/9sxFU9xPcfQMJSf7VvFm" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://ppkas.gitbook.io/ppkas/app-and-game/moon-park/resources.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.
