> For the complete documentation index, see [llms.txt](https://playbook.checkmate.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playbook.checkmate.live/gameplay-and-features/play-modes/arcade-mode/fusing-cards.md).

# ⚡Fusing Cards

Fusing combines identical cards to create a new card with a higher rank. This action is crucial for completing higher-end collections.

Fusing cards can also:

* **Boost your XP:** 🚀⬆️ Increase your experience points, accelerating your progression in the game.
* **Converting some cards to credits or crowns:** 💰🃏💱 Turn cards into in-game currency or valuable resources.
* **Craft a new card:** 🔨🔧 Create a brand-new card to add to your collection or utilize in gameplay.
* **Gain access to a high-stakes tournament:** 🔄🆚 Use your enhanced cards to enter competitive and high-reward tournaments.

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

**How to Fuse in Checkmate:**

1. **Gather Three Identical Cards:** 🃏👥 Ensure you have three cards that are the same in terms of name, rarity, and rank.
2. **Navigate to the Fuse Screen:** 🧭🖥️ This can be found within your loot wallet.
3. **Initiate the Fusing Process:** 🔥 In your loot wallet, select the identical cards you wish to fuse.
4. **Fuse and Upgrade:** ✨🆙 During fusing, two cards will be burned and removed from your collection. The remaining card will be upgraded to a higher rank.

**Benefits of Fusing:**

* **Increased Rarity and Value:** 🌟💲 Upgraded cards are rarer and often hold more value for gameplay and potential trading.
* **Strategic Collection Management:** 🤔📈 Decide which cards to fuse to enhance your collection and gameplay strategy.


---

# 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://playbook.checkmate.live/gameplay-and-features/play-modes/arcade-mode/fusing-cards.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.
