# Block Boost

* Determined by the first 2 letters in inscriptionID & current block height
* Range: 11-100% shown in the Blue Runestone (right side)
* Dynamic boost

<figure><img src="/files/Bq4ZhyXb8XEEXViUcgpB" alt="" width="68"><figcaption><p>Block Boost visualized in your RMM</p></figcaption></figure>

The Block Boost of your RMM is the sum of a static number determined by your inscription id + a dynamic bonus linked to the current block height. This combination directly increases your Mania Multiplier.

**Static Block Bonus:** Based on your Inscription ID's first two letters, converted to numbers (A=1, B=2, etc.), with a possible boost of 11% to 66%.

**Dynamic Block Bonus:** Changes with the blockchain block height, growing 1% every 100 blocks, from 0% (at block height 831100) to a maximum of 89% (at block height 840000, the bitcoin halving).

Your total Block Boost is the sum of the static and dynamic bonus divided by 400 enhancing your Mania Multiplier accordingly. For instance, a Block Boost of 55% increases your multiplier by 0.1375.

**Formula**

(Static Block Bonus + Dynamic Block Bonus) / 400

* 11% Block Boost = 11/400 = Mania Multiplier +0.0275
* 50% Block Boost = 50/400 = Mania Multiplier +0.125
* 70% Block Boost = 70/400 = Mania Multiplier +0.175
* 100% Block Boost = 100/400 = Mania Multiplier +0.25

**Block Boost Example:**

* Last 2 letters in inscriptionID = CE = 35% static bonus
* Current Block Height = 833100 = 20% dynamic bonus
* Total BlockBoost = 55% = 55/400 = Mania Multiplier +0.1375


---

# 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://rune-mania.gitbook.io/rmm/rmm-season-1/block-boost.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.
