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

# Chests and rewards

## Chests and rewards

Destroy chests with hero bombs to earn `$BSOL`. Chest rewards are fixed by rarity.

### Chest gallery

#### Common

![Common chest](https://cdn.discordapp.com/attachments/1517930259364974705/1525871670374437075/Bau_Comum.png?ex=6a54f63b\&is=6a53a4bb\&hm=abc8b9a985e61e0e76b4ce60f1802095f2c559fc4bc7f43e6c2c3e6ab27bee39&)

#### Rare

![Rare chest](https://cdn.discordapp.com/attachments/1517930259364974705/1525871671599300638/Bau_Raro.png?ex=6a54f63b\&is=6a53a4bb\&hm=bf242b8970fda9ca7eb7feadceb9c2af0383b67969be274b851332506b580154&)

#### Epic

![Epic chest](https://cdn.discordapp.com/attachments/1517930259364974705/1525871670697525278/Bau_Epico.png?ex=6a54f63b\&is=6a53a4bb\&hm=afe70cc4b597d6bdd7352f4c27b4ec8e5fff25c275c272f119da1e4544e15f0a&)

#### Legendary

![Legendary chest](https://cdn.discordapp.com/attachments/1517930259364974705/1525871670970286090/Bau_Lendario.png?ex=6a54f63b\&is=6a53a4bb\&hm=16f19cc0f692214f848dc3d5d1270e7b4cafe48b98dec1c6f8a9d2bc96badc44&)

#### Mythic

![Mythic chest](https://cdn.discordapp.com/attachments/1517930259364974705/1525871671276212284/Bau_Mitico.png?ex=6a54f63b\&is=6a53a4bb\&hm=d722e6e8c4458f497e1db5db2aad8a3f42f019d02fa96a47ede3f75dd906a99a&)

### Chest distribution

| Chest rarity |   HP | Map appearance chance |         Reward |
| ------------ | ---: | --------------------: | -------------: |
| Common       |   80 |                   80% |    220 `$BSOL` |
| Rare         |  160 |                   13% |    660 `$BSOL` |
| Epic         |  320 |                    5% |  2,200 `$BSOL` |
| Legendary    |  640 |                  1.6% |  8,800 `$BSOL` |
| Mythic       | 1280 |                  0.4% | 44,000 `$BSOL` |

The listed appearance chances total `100%`.

### Reward flow

1. Add an available hero to the map.
2. Use bombs to destroy chests within range.
3. Receive the `$BSOL` amount assigned to each destroyed chest.

{% hint style="info" %}
Mythic chests appear least often and deliver the highest fixed reward.
{% endhint %}


---

# 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://bomb-sol.gitbook.io/bomb-sol-docs/bomb-sol/chests-and-rewards.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.
