> For the complete documentation index, see [llms.txt](https://docs.strikebit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.strikebit.io/radiant-miners/boosting-and-fusion-system.md).

# Boosting & Fusion System

## ⚡ Boosting Mechanics: Maximize Temporarily with $HUB

**Boosting** allows users to temporarily increase their miner’s hashrate using $HUB — for a limited time or tied to events. It’s the DeFi version of power-ups.

### 🎯 Types of Boosts

| Type                | Duration | Effect                             | Cost (in $HUB)      |
| ------------------- | -------- | ---------------------------------- | ------------------- |
| **Hourly Boost**    | 3–6 hrs  | +25% virtual hashrate              | Low                 |
| **Epoch Boost**     | 1–7 days | +50–100% hashrate (scales by tier) | Medium–High         |
| **Permanent Boost** | Forever  | +X% fixed boost via NFT or item    | One-time + rare NFT |

### 🔐 Boost Stacking

* Time-based boosts can **stack with fusion upgrades**
* Special boosts might be **earned via leaderboard, airdrop, or partner campaign**

***

### 🧠 Why Fusion + Boosts?

| Mechanic   | Purpose                                      |
| ---------- | -------------------------------------------- |
| **Fusion** | Long-term progression & commitment           |
| **Boosts** | Short-term optimization, gamified incentives |

Together, they form a dynamic **economy of progression** — not just speculation.

***

### 🔄 Summary

| Feature          | Fusion                         | Boosting                             |
| ---------------- | ------------------------------ | ------------------------------------ |
| Duration         | Permanent                      | Temporary (or NFT-based)             |
| Cost             | Scaling $HUB burn              | Flat $HUB / dynamic event-based cost |
| Outcome          | New tier, hashrate, aesthetics | Short-term yield gain                |
| Stacking Allowed | Yes                            | Yes                                  |


---

# 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://docs.strikebit.io/radiant-miners/boosting-and-fusion-system.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.
