# Fusion System

**Fusion** allows players to combine two Miners in hopes of obtaining a **Miner of higher rarity**. This mechanic introduces excitement and long-term progression by offering a chance-based upgrade system.

### How It Works

* Choose **two Miners** to fuse.
* The result will be either a **Miner of the same rarity** or a **higher rarity**, based on probability.
* The fused Miners are **consumed** in the process.

### Fusion Probabilities

The outcome chances are as follows:

| Resulting Rarity | Chance |
| ---------------- | ------ |
| Common           | 62.87% |
| Rare             | 20.36% |
| Super Rare       | 13.18% |
| Epic             | 2.04%  |
| Legend           | 1.32%  |
| Super Legend     | 0.23%  |

### Important Notes

* The **rarity of the Miners used** may influence the result in future updates.
* Fusion is **irreversible** — both Miners will be **burned** during the process.
* Higher rarity Miners offer stronger stats and access to better skills and Relics.

> Fusion is a gamble — but one that may change the course of your mining journey.


---

# 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://alans-organization-23.gitbook.io/rune-miners/mining-core/fusion-system.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.
