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

# Roadmap

## Roadmap

Bomb Sol combines digital ownership, competitive progression, and a `$BSOL`-powered economy.

{% hint style="info" %}
The milestones below have no fixed release dates. Their order may evolve with testing, security, and community priorities.
{% endhint %}

{% columns %}
{% column %}

#### <i class="fa-circle-check">:circle-check:</i> Core systems

**Status:** Live

The foundation for ownership, rewards, and hero management is live.
{% endcolumn %}

{% column %}

#### <i class="fa-rocket">:rocket:</i> Next frontier

**Status:** Planned

More strategy, liquidity, and reach for the Bomb Sol ecosystem.
{% endcolumn %}
{% endcolumns %}

### Live foundation

{% stepper %}
{% step %}

#### Hero purchases

Acquire heroes to begin your journey in the ecosystem.
{% endstep %}

{% step %}

#### `$BSOL` withdrawals

Claim the rewards earned through gameplay.
{% endstep %}

{% step %}

#### Hero management

Manage your heroes in one place.
{% endstep %}
{% endstepper %}

### Planned milestones

{% tabs %}
{% tab title="Heroes and strategy" %}

#### Deeper progression

* **Hero fusion** — combine heroes by paying a `$BSOL` fee.
* **New rarities** — expand progression and collection possibilities.
* **Shield** — protect your hero for a limited time. The hero burns when the shield expires.
* **Pets** — purchase companions with `$BSOL` to expand your strategy.
  {% endtab %}

{% tab title="Economy and competition" %}

#### A more active economic loop

* **Energy refills** — restore energy with `$BSOL`.
* **In-game marketplace** — buy and sell heroes from other players using `$BSOL`.
* **Rewarded leaderboard** — compete for ranking positions and `$BSOL` rewards.
* **New maps** — explore new environments, challenges, and opportunities.
  {% endtab %}

{% tab title="Ecosystem and scale" %}

#### Built to scale

* **New blockchains** — expand Bomb Sol to additional networks.
* **Official token** — launch an official utility token alongside the current memecoin.
* **Player airdrop** — reward eligible players for their ecosystem participation.
  {% endtab %}
  {% endtabs %}

{% hint style="success" %}
Each milestone strengthens `$BSOL` utility, digital ownership, and competition.
{% 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/roadmap.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.
