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

# What are Bombs?

![](/files/D5DbzKGuI64p9waYIq46)

Bombs are one of the main NFTs the player can possess in Crypto Bomber.

Unlike hunters, each account can hold an unlimited amount of bombs.&#x20;

The price to mint bombs is displayed on the "Assemble" button in the Arsenal tab.

Each bomb comes with a random element and a random rarity denoted by the amount of stars it possesses. The rarity of the bomb determines the amount of attributes it has and the values that these attributes may roll.

The usage of a bomb is not tied to a hunter, so one bomb may be used by all four of your heroes.

Currently there is no way to change any of the values the bomb may roll.

## CBB <a href="#cbw" id="cbw"></a>

CBB stands for Crypto Bomber Bomb, and are the bomb NFTs present on your wallet.

If you wish to have CBB visible on your MetaMask wallet, you may add the token through it's contract address found below:

0xbea4feB89EB612bAbECC3E623437dc7CFE080Cf7

{% hint style="info" %}
Set the decimal to "0" if prompted.
{% endhint %}

## Bomb Durability <a href="#weapon-durability" id="weapon-durability"></a>

![](/files/lTb3uXamMY8BrpdoYkmU)

Bombs have durability, which serves to limit how often a bomb can be used to prevent people from simply passing one bomb around to multiple accounts.

Durability recovers at a rate equal to hunter stamina, so a single account can use a single bomb for fighting with four hunters.

Durability has no effect on win rate, or the effectiveness of any hunter when used in combat.

## Bomb Minting <a href="#weapon-minting" id="weapon-minting"></a>

Minting bombs serves as the primary CBOMBER sink of the game along with Re-assembling. All CBOMBER  spent on minting bombs gets sent to the contract that handles fight payouts.

The rarity of a bomb is randomly determined upon minting. Currently the rates of each rarity is as follows:

* 1% chance for a 5 star bomb
* 5% chance for a 4 star bomb
* 15% chance for a 3 star bomb
* 35% chance for a 2 star bomb
* 44% chance for a 1 star bomb

There is currently no pity system, or a form of guarantee that a specific amount of rolls will yield a specific rarity of bomb.

## Bomb Elements <a href="#weapon-elements" id="weapon-elements"></a>

The element of a bomb is randomly determined upon minting. Bombs share the same elements as hunters (Technetium, Actinidium, Deuterion, Ekamargonite).

The element of the bomb is used for calculating the player roll for combat.

More information on element matching can be found here:

{% content-ref url="/pages/mLv7kCTIiADfgQVd4bBw" %}
[Fighting](/crypto-bomber/combat/fighting.md)
{% endcontent-ref %}


---

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

```
GET https://cryptobomber.gitbook.io/crypto-bomber/bombs/what-are-bombs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
