# Card NFT Forging / Leveling

#### 🏋️ Progression & Game Loop

* Players complete missions → Earn ESSENCE → Buy Packs → Build Decks
* Cards gain XP by participating in combat
* Cards level up to 25 through usage in PvP
* Once a card reaches level 25, it can be forged into an NFT using ESSENCE
* Forging resets the card’s level and grants it a golden frame, viewable in inventory and during combat
* Players must have a wallet linked to forge an NFT. Attempting to forge without one will route the player to wallet linking flow

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

**Card Leveling Mechanics:**

* Every card owned by the player has an individual level
* Monster cards gain XP while on the field
* When a monster delivers a killing blow, it earns `killedMonster.mana × 5` XP
* All allied monsters currently on the board also gain **half** that XP
* This mimics a team-based XP system, rewarding strategic play and field presence
* Once at level 25, the card will stop gaining XP until it is forged

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

**NFT Forging System:**

* Cards forged as NFTs are permanently gold-framed
* Forged cards are tradeable on the FM marketplace
* Forging cost increases globally with each new forged copy of the same card, making early mints more valuable
* Players are encouraged to specialize and level cards that fit their strategy

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

<figure><img src="/files/ePc2IO51uhZyYx8KG9jr" alt=""><figcaption><p>NFTs become more expensive to forge over time</p></figcaption></figure>

<figure><img src="/files/YUZ0pJUP6BITiBwXNhjK" alt=""><figcaption><p>NFT Supply Caps</p></figcaption></figure>

***

#### 📦 TCG NFT Mint Caps

| **Rarity** | **Card Count** | <p><strong>1st Edition Cap</strong></p><p><em>(per card)</em></p> | <p><strong>Non-1st Cap</strong></p><p><em>(per card)</em></p> | <p><strong>Total Max Supply</strong></p><p><em>(per card)</em></p> |
| ---------: | -------------: | ----------------------------------------------------------------: | ------------------------------------------------------------: | -----------------------------------------------------------------: |
|     Common |            160 |                                                                75 |                                                         1,500 |                                                          **1,575** |
|   Uncommon |             92 |                                                                54 |                                                           750 |                                                            **804** |
|       Rare |             78 |                                                                26 |                                                           400 |                                                            **426** |
|     Mythic |             43 |                                                                23 |                                                           200 |                                                            **223** |

***

{% hint style="info" %}
Learn more about [Deck Building](/fracctal-tcg/basics/deck-building.md)
{% endhint %}


---

# 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://fracctal-tcg.gitbook.io/fracctal-tcg/basics/card-forging.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.
