# Store

The **Crypture Store** is an in-game shop for buying items in exchange for resources (or $WAX). Some items can be purchased in bulk so you can specify the amount that is needed. The prices and items offered are subject to change in the future.

| Item                    | Cost                         | Description                                           |
| ----------------------- | ---------------------------- | ----------------------------------------------------- |
| Mine                    | 20k GOLD, 75k ROCK, 75k WOOD | Mining station is used for mining ores                |
| Forest Summon           | 2.5k GOLD                    | Summon a wild Forest Crypture to engage in PvE combat |
| Magma Summon            | 2.5k GOLD                    | Summon a wild Magma Crypture to engage in PvE combat  |
| Training Dummies        | varies based on Rarity       | Training equipment for Cryptures (Attack stat)        |
| Shields                 | varies based on Rarity       | Training equipment for Cryptures (Defense stat)       |
| Alchemy Station         | 2.5k GOLD, 3k ROCK, 5k WOOD  | Alchemy station is used for brewing potions           |
| Alchemy Station Upgrade | 7.5k ROCK, 10k WOOD          | Blueprint needed to level up the Alchemy Station      |
| Common Magma Egg        | 150 $WAXP                    | Magma Egg that will hatch 1 Magma crypture            |


---

# 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://whitepaper.cryptureworld.com/crypture-world/how-to-play/store.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.
