# xBOMB - BOMB Staking

![The BOMB staking user interface](/files/xH5hJhMMkxIzB4vPnKOW)

### What is xBOMB?

xBOMB is a utility token for the BOMB Money protocol. You must hold xBOMB in your wallet to be able to vote on decisions that will shape the future of BOMB Money. The more xBOMB you hold, the more power your vote will carry.

### How Does xBOMB Work?

BOMB can be exchanged to and from xBOMB at any time on our [xBOMB page](https://app.bomb.money/xbomb).

When xBOMB was launched, the ratio of BOMB to xBOMB was exactly 1.0. At a ratio of 1.0, if you deposited 100 BOMB, you would receive 100 xBOMB in return. And, similarly, if you redeemed 100 xBOMB, you would receive 100 BOMB back.

xBOMB is only minted when BOMB is deposited into the contract.  Any time BOMB is sent to the xBOMB smart contract as rewards, it will increase the ratio of BOMB to xBOMB, generating a yield for all xBOMB holders.

### Example

John deposits 10,000 BOMB into xBOMB staking, when the exchange is 1.0. John receives 10,000 xBOMB in return for his 10,000 BOMB.

Other users stake a combined 90,000 additional BOMB, making the total staked amount of BOMB 100,000.

Now we have 100,000 xBOMB in total, and 100,000 BOMB in the xBOMB staking contract.

10,000 BOMB are now sent to the xBOMB reward contract, making the total amount of BOMB in the contract 110,000 now (learn where BOMB rewards come from below).

Since the total amount of xBOMB is still 100,000, but the BOMB shared among stakers is 110,000, the exchange rate (ratio) will now be 1.1 BOMB per xBOMB.

John can now redeem his 10,000 xBOMB to receive 11,000 BOMB in return.

Any new BOMB deposits at this point will receive xBOMB at the current exchange rate of 1 xBOMB per 1.1 BOMB (as per this example).

### How Does xBOMB Get Additional BOMB?

There are numerous sources of BOMB for the xBOMB holders:

* 20% of all BOMB minted on expansionary epochs will be deposited for xBOMB holders. This comes from the protocols BOMB allocation and has no negative impact on BSHARE staking.
* 80% of all fees collected from the autocompounding vaults will be used to buy BOMB on the open market and deposited for xBOMB holders.

### Contract

The xBOMB contract can be found here: [0xAf16cB45B8149DA403AF41C63AbFEBFbcd16264b](https://bscscan.com/address/0xaf16cb45b8149da403af41c63abfebfbcd16264b)


---

# Agent Instructions: 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://docs.bomb.money/protocol/earning-opportunities/xbomb-bomb-staking.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.
