> For the complete documentation index, see [llms.txt](https://hotdogs-1.gitbook.io/upgradable-traits/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hotdogs-1.gitbook.io/upgradable-traits/how-to-fuse.md).

# How to Fuse?

Fusing is the process of permanently applying a **HotDog Recipe NFT** to an eligible **Abstract Hotdogs NFT.**

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

To fuse a **HotDog Recipe**, you must own at least one eligible **Abstract Hotdogs NFT** and at least one **HotDog Recipe NFT**. HotDog Recipes can be obtained from the [official case page](https://case.hotdogs.wtf/) while it is open, or from secondary marketplaces after they enter circulation.

To start the process, connect your wallet and open [HotDog Wardrobe](https://case.hotdogs.wtf/wardrobe). Your eligible **Abstract Hotdogs NFTs** and available **HotDog Recipes** will be shown there.

Select the Abstract Hotdogs NFT you want to upgrade, then choose the HotDog Recipe you want to apply. Before confirming, you can preview how the trait will look on your selected NFT.

If you are satisfied with the preview, press the Fuse button and confirm the on-chain transaction in your wallet.

Once the transaction is confirmed, your **HotDog Recipe NFT** is <mark style="color:$danger;">burned</mark> and <mark style="color:$success;">the related trait is recorded in the metadata of your</mark> **Abstract Hotdogs NFT.**

⚠️**Important Note**

**Fuse is an&#x20;**<mark style="color:$danger;">**irreversible**</mark>**&#x20;on-chain burn process.** Once completed, it cannot be reversed by anyone, including the development team. T**he HotDog Recipe NFT used for fusing cannot be recovered, transferred, sold, or detached from the related Abstract Hotdogs NFT afterward.**

## Equip / Unequip

Fusing a **HotDog Recipe NFT** into your **Abstract Hotdogs NFT** does not mean you must always display that trait visually.

After a fuse is completed, supported traits can be visually <mark style="color:green;">equipped</mark> or <mark style="color:yellow;">unequipped</mark> through [HotDog Wardrobe.](https://case.hotdogs.wtf/wardrobe) **This only changes how your HotDog is displayed**. It does not undo the fuse, restore the burned Recipe NFT, or change the NFT’s metadata.

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

## Protected Originals (First 26)

<mark style="color:$warning;background-color:$info;">No</mark> <mark style="color:$warning;background-color:$info;"></mark><mark style="color:$warning;background-color:$info;">**HotDog Recipe**</mark> <mark style="color:$warning;background-color:$info;"></mark><mark style="color:$warning;background-color:$info;">can be applied to the first 26 items of the Abstract Hotdogs collection, which were originally drawn as 1/1 HotDogs.</mark> This rule protects both the original 1/1 artworks and their historical role within the collection.


---

# 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://hotdogs-1.gitbook.io/upgradable-traits/how-to-fuse.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.
