# Fusing

{% hint style="warning" %}
This section describes game features under active development. Expect to see more info and changes over time!
{% endhint %}

#### What is fusing?

Following game launch, we plan to introduce a feature called 'fusing' which allows players to combine three Adventurer, Gear or Pet NFTs into a single superior Adventurer or Pet NFT. This process destroys two of the three NFTs used.&#x20;

#### What are the limits?

* Fusing will require using NFTs that share particular traits (e.g. race)
* Fusing will require using NFTs over a particular level. This helps prevent dumping of high-tier characters on the market and resulting distortion of average player power-levels and game progression patterns.
* Fusing will require an item earnt through gameplay
* Fusing will require spending [$](/collectibles/usdchrono.md)[CHRONO](/collectibles/usdchrono.md)


---

# 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://guide.chronoforge.gg/collectibles/fusing.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.
