# Shop

## Introduction

Purchasing items in the store will consume **RMKP** tokens gained in the game.

## Items

| Items           | Function      | Price    |
| --------------- | ------------- | -------- |
| Small Potion    | Restore 20 HP | 2.5 RMKP |
| Midium Potion   | Restore 60 HP | 5 RMKP   |
| Large Potion    | Rstore 150 HP | 5 RMKP   |
| Experience Roll | Add 10 Exp    | 15 RMKP  |

* **You can buy any item in the shop at half price for each Mystic Crystal consumed.**

![](/files/7lmJxyFZDs2nAO5SBBkv)


---

# 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://keeper-meta.gitbook.io/meta-keeper-white-paper/gameplay/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.
