# CREED

CREED is needed to combine Immortal cards to create more powerful Immortals. When used to combine cards, the spent CREED is destroyed.

CREED can be transferred to a blockchain wallet and traded, but must be transferred back to your in-game wallet before it can be used to combine cards in the game.

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

Burning an Immortal card creates CREED. The amount of CREED produced depends on the card's level, rarity and type of foil.

**CREED Produced by Card Level and Rarity (Regular Foil)**

| Card Level | Rare | Epic |
| :--------: | :--: | :--: |
|      1     |   2  |   3  |
|      2     |   4  |   6  |
|      3     |   6  |   9  |
|      4     |   8  |  12  |
|      5     |  10  |  15  |
|      6     |  12  |  18  |
|      7     |  14  |  21  |
|      8     |  16  |  24  |
|      9     |  18  |  27  |
|     10     |  20  |  30  |

Burning a Gold foil card gives double the amount of CREED as a regular foil card.

**CREED Produced by Card Level and Rarity (Gold Foil)**

| Card Level | Rare | Epic |
| :--------: | :--: | :--: |
|      2     |   8  |  12  |
|      3     |  12  |  18  |
|      4     |  16  |  24  |
|      5     |  20  |  30  |
|      6     |  24  |  36  |
|      7     |  28  |  42  |
|      8     |  32  |  48  |
|      9     |  36  |  54  |
|     10     |  40  |  60  |


---

# 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://docs.immortalcreed.com/assets/currencies/creed.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.
