> For the complete documentation index, see [llms.txt](https://wp.chibidangoheroes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.chibidangoheroes.com/fusion.md).

# Fusion

Players will be able to upgrade Chibi Attributes by fusing chibis (burning) into the desired Chibi. Hairstyle, Eyes and Mouth are upgraded separately from each other. Attributes are upgraded with   **X Amount of Governance Tokens** (coming soon) and a chibi burn for fusion. Upgrading to the next Rarity requires Fusion Points, each chibi attribute has an amount of Fusion Points per rarity.

<mark style="color:green;">**`Common`**</mark>` ``gives 50 Fusion Points,`` `<mark style="color:blue;">**`Rare`**</mark>` ``gives 100 Fusion Points,`` `<mark style="color:purple;">**`Epic`**</mark>` ``gives 200 Fusion Points,`` `<mark style="color:orange;">**`Legendary`**</mark>` ``gives 400 Fusion Points,`` `<mark style="color:red;">**`Immortal`**</mark>` ``gives 800 Fusion Points.`

* <mark style="color:green;">**Common**</mark> to <mark style="color:blue;">**Rare**</mark> Attribute Upgrade requires 400 Fusion Points
* <mark style="color:blue;">**Rare**</mark> to <mark style="color:purple;">**Epic**</mark> Attribute Upgrade requires 800 Fusion Points
* <mark style="color:purple;">**Epic**</mark> to <mark style="color:orange;">**Legendary**</mark> Upgrade requires 1600 Fusion Points
* <mark style="color:orange;">**Legendary**</mark> to <mark style="color:red;">**Immortal**</mark> Attribute Upgrade: 3200 Fusion Points

`Example: Player can upgrade chibi Common Eyes to Immortal Eyes by fusing with 64 Common chibi or 8 Legendary chibi.`

Fusion is a mechanic that fights Chibidango Heroes inflation by fusing them together and reducing the circulation supply of heroes. Only Summoned chibis can be used for fusion, Seasonal and Mythic chibis can be upgraded, but cannot be fused (burned).

## Fusion Swap

Players will be able to Swap an Attribute of the same Rarity!

`Example: Chibi has Legendary Hairstyle, but the Player doesn't like it. He can Swap a Legendary Hairstyle from another chibi to override old Legendary Hairstyle and in the process chibi is burned.`

Fusion Swap will require **X Amount of Governance Tokens** (coming soon) and a chibi burn for swap.

![](/files/ayZspxJpKb05dPyyiHpP)


---

# 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://wp.chibidangoheroes.com/fusion.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.
