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

# Chests

{% hint style="success" %}
**Chests are randomly generated packs of Ability, Equipment, and Minions.** \
Each Rare and Epic chest will contain 1 Randomly generated Ability, 1 random Equipment, and 1 random Minion. Legendary chests will contain 2 Abilities, 1 Equipment and 1 Minion.
{% endhint %}

<figure><img src="/files/5iFhoHBrdMFjnrAVuCD2" alt=""><figcaption><p>Rare, Epic and Legendary Chests. </p></figcaption></figure>

<mark style="color:blue;">**RARE CHEST**</mark> -&#x20;

Rare - 60% chance any given ability, equipment or minion in chest is Rare\
Epic - 30% chance any given ability, equipment or minion in chest is Epic\
Legendary - 10% chance any given ability, equipment or minion in a chest is Legendary&#x20;

**Contains 1 Ability, 1 Equipment, 1 Minion**\
**Cost : 265 H$RO or 199 gems**

<mark style="color:purple;">**EPIC CHEST -**</mark> &#x20;

Rare- 40% chance any given ability, equipment or minion in a chest is Rare\
Epic- 45% chance any given ability, equipment or minion in a chest is Epic\
Legendary-  15% chance any given ability, equipment or minion in a chest is Legendary

**Contains 1 Ability, 1 Equipment, 1 Minion**\
**Cost : 398 H$RO or 299 gems**

\ <mark style="color:orange;">**LEGENDARY CHEST -**</mark>

Rare- 20% chance any given ability, equipment or minion in a chest is Rare\
Epic- 40% chance any given ability, equipment or minion  in a chest is Epic\
Legendary-  40% chance any given ability, equipment or minion in a chest is Legendary

**Contains 2 Abilities, 1 Equipment, 1 Minion**\
**Cost : 531 H$RO or 399 gems**

<br>


---

# 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://heroesofholdem.gitbook.io/whitepaper/game/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.
