> For the complete documentation index, see [llms.txt](https://midnight-studio.gitbook.io/neonstrike/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://midnight-studio.gitbook.io/neonstrike/gameplay/nft-function/fusion.md).

# Fusion

### Combine NFTs to upgrade the Rarity:

***FUSION allows you to raise the rarity of your characters, transforming them into more powerful and unique entities. Don't settle for ordinary, make your cards extraordinary and conquer in NEON STRIKE with your fused characters!***

<figure><img src="/files/KWSampiA2xtiAFCuO0fb" alt=""><figcaption></figcaption></figure>

We're excited to reveal an exciting new feature:\
FUSION! You can now combine two cards of the same rarity to get an even better card. This system means that...

* by merging, the experience of the new NFT goes to 0 !!!
* by merging two common cards, you'll get a **rare** card
* by merging two rares, you'll get an **epic**.
* by merging two epics, you'll get a **legendary** and
* by merging two legendaries, you'll achieve the coveted **OMEGA** rarity.
* It is not possible to fusion different rarities
* The result of the merge, you will get the average level of both cards. In this way, the FUSION WILL BE CRUCIAL AND IMPORTANT.
* The result NFT of the merge will get This Formula\
  \
  FinalPower =The base power of it's rarity + (average final level x 3)

  Example 2 common NFTs, level 2 and 4 = average level = 3

  Result\
  \
  FinalPower = 15 + (3 \* 3) = 24\
  \
  Result nft will be Rare Level 3 with 24 Power<br>
* The costs for the FUSION will be different for each rarity Check Cost in Tokenomics.

{% content-ref url="/pages/fHkYxkbDiN5WqoY1LtPl" %}
[Fusion Cost per Rarity](/neonstrike/gameplay/nft-function/fusion-cost-per-rarity.md)
{% endcontent-ref %}

<figure><img src="/files/RAwlFmNNcHesPVsCEg0P" alt="" width="283"><figcaption></figcaption></figure>


---

# 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://midnight-studio.gitbook.io/neonstrike/gameplay/nft-function/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.
