> For the complete documentation index, see [llms.txt](https://cave-of-fates.gitbook.io/cave/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cave-of-fates.gitbook.io/cave/chests.md).

# 🎁 Chests

Chests are a gold sink with upside.

They give players a way to trade gold for resources, consumables, cosmetics, and rare jackpot drops.

They also support fragment and Module Core progression.

### Chest tiers

Each chest tier targets a different stage of progression.

| Chest        | Cost     | Target stage      | Role                                                                  |
| ------------ | -------- | ----------------- | --------------------------------------------------------------------- |
| Bronze Chest | 40 gold  | Early progression | Basic resources, small consumables, Basic Fragments and Cores         |
| Epic Chest   | 110 gold | Mid-game          | Bluestone resources, medium consumables, Advanced Fragments and Cores |
| Dragon Chest | 360 gold | High-end          | Obsidian resources, large consumables, Elite Fragments and Cores      |

### Reward summary

| Chest  | Possible rewards                                                                                                                                                                                                                               |
| ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Bronze | Wood, Bronze Ore, Bronze Ingots, small healing potions, direct gold, jackpot gold, rare and epic skin parts, Basic Fragments, Basic Core                                                                                                       |
| Epic   | Wood, Bluestone Ore, Bluestone Ingots, medium healing potions, Fish Crates, direct gold, jackpot gold, rare, epic, and legendary skin parts, legendary and exclusive pets, Dragon Axe, Dragon Fishing Rod, Advanced Fragments, Advanced Core   |
| Dragon | Wood, Obsidian Ore, Obsidian Ingots, large healing potions, Fish Crates, direct gold, jackpot gold, epic and legendary skin parts, full cosmetic sets, legendary and exclusive pets, Dragon Pickaxe, Dragon Sword, Elite Fragments, Elite Core |

### Core drop ranges

Direct Core drops help progression, but should not replace farming.

| Chest                      | Recommended Core drop rate |
| -------------------------- | -------------------------- |
| Bronze Chest → Basic Core  | 15–20%                     |
| Epic Chest → Advanced Core | 10–12%                     |
| Dragon Chest → Elite Core  | 8–10%                      |

### Why chests matter

Chests serve three roles in the economy:

* remove gold from circulation
* convert saved gold into progression items
* create excitement through rare drops

They are meant to feel rewarding without replacing farming, combat, or trade.


---

# 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://cave-of-fates.gitbook.io/cave/chests.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.
