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

# Fusion

Players can fuse their pets into a new pet with a different rarity level, thus fusion is one of the most important mechanics of the Pethereum metaverse. When two pets enter the fusion chamber, a new pet emerges and inherits the physical traits of parent pets but the parent pets disappear forever. Since all pets have a rarity level based on their physical traits, the result of the fusion can be a pet with better stats or lesser stats. This result is solely based on the physical traits of parent pets because a new physical trait cannot be generated with the fusion.

![](/files/DmHiKI9FUT34oGc0lCU1)

Calculation of fusion’s chances is simple since all the physical traits (hair, ear, eye, mouth, tail, feet, color, second color, body shape, pattern) have a rarity level and this rarity level will determine the result of the fusion. The dominance of a physical trait is based on the rarity level of the two fused parts. You can see fusion calculation below.

<figure><img src="/files/bU7cHFe4aKV2eAuY5lG9" alt=""><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://whitepaper.pethereum.io/gameplay/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.
