> 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.md).

# Bomb Sol

![Eden Studio Banner](https://cdn.discordapp.com/attachments/1517930259364974705/1525870413895176387/Banner_Eden.gif?ex=6a54f50f\&is=6a53a38f\&hm=f9d7a9b06e11c4433b675b8c5ff28962847cc50a553e6dc18083877596e46029&)

Bomb Sol is an NFT game on Solana. Players deploy heroes, place bombs, and destroy chests to earn `$BSOL`.

`$BSOL` is the game token, launched through pump.fun.

### Start here

1. Acquire `$BSOL` and connect your Solana wallet.
2. Buy a hero for `200,000 $BSOL`.
3. Add heroes to the map and destroy chests.
4. Meet the holding requirement before withdrawing rewards.

### Documentation

* [Gameplay](/bomb-sol-docs/bomb-sol/gameplay.md) — Learn the game loop and Energy system.
* [Heroes](/bomb-sol-docs/bomb-sol/heroes.md) — Review purchases, odds, and attributes.
* [Chests and rewards](/bomb-sol-docs/bomb-sol/chests-and-rewards.md) — Compare chest odds and `$BSOL` drops.
* [Token and withdrawals](/bomb-sol-docs/bomb-sol/token-and-withdrawals.md) — Check token utility and withdrawal rules.


---

# 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.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.
