# Match Rewards

Once you have a [CREEDMARK![](/files/Z1vSbaOXun4vbAvWIuJw)](/gameplay/creedmark.md) badge you are eligible for rewards for ranked match wins each day. Your first 10 daily wins provide the full reward amount based on your owned cards used as described below. Your next 10 daily wins provide 0.1 [VALOR](/assets/currencies/valor.md) \* the match's [Rank](/gameplay/ranks.md) (e.g. 0.1 VALOR for a Novice win, 0.2 VALOR for a Bronze win, etc.). All wins past the first 20 will award 0.01 VALOR \* the match's Rank.

The base reward for one of your first 10 daily wins is 1 VALOR for every level of the Immortal used if owned, plus 1 VALOR for every level of every owned Equipment card used times the number of turn slots the card fills. Gold foil cards earn 50% more VALOR compared to the equivalent regular foil card.

**Example 1**

Winning a match using an owned Level 1 Immortal and 4 owned 1-Turn Level 1 cards (all standard foil) is calculated as:

5 cards \* 1 VALOR = 5 VALOR earned

**Example 2**

Winning a match using an owned Level 3 Immortal, 1 owned 2-Turn Level 3 card, and 3 owned 1-Turn Level 2 cards (all standard foil) is calculated as:

(1 Immortal card \* 3 Levels) + (1 2-Turn card \* 3 Levels) + (3 cards \* 2 Levels) = 15 VALOR earned

The below table shows the maximum amount of VALOR that can be earned at each rank per day, assuming no Gold foil cards are used.

**Maximum VALOR Earned Per Day by Rank (Standard Foil only)**

<table><thead><tr><th width="151" align="center">Rank</th><th width="141" align="center">Owned Cards</th><th width="167" align="center">VALOR per Battle</th><th align="center"># of Battles</th><th align="center">Total VALOR</th></tr></thead><tbody><tr><td align="center">Novice</td><td align="center">5</td><td align="center">5</td><td align="center">10</td><td align="center">50</td></tr><tr><td align="center">Bronze</td><td align="center">6</td><td align="center">12</td><td align="center">10</td><td align="center">120</td></tr><tr><td align="center">Silver</td><td align="center">6</td><td align="center">18</td><td align="center">10</td><td align="center">180</td></tr><tr><td align="center">Gold</td><td align="center">7</td><td align="center">28</td><td align="center">10</td><td align="center">280</td></tr><tr><td align="center">Platinum</td><td align="center">7</td><td align="center">35</td><td align="center">10</td><td align="center">350</td></tr><tr><td align="center">Ebony</td><td align="center">8</td><td align="center">48</td><td align="center">10</td><td align="center">480</td></tr><tr><td align="center">Diamond</td><td align="center">8</td><td align="center">56</td><td align="center">10</td><td align="center">560</td></tr><tr><td align="center">Legionnaire</td><td align="center">9</td><td align="center">72</td><td align="center">10</td><td align="center">720</td></tr><tr><td align="center">Vindicator</td><td align="center">9</td><td align="center">81</td><td align="center">10</td><td align="center">810</td></tr><tr><td align="center">Infinity</td><td align="center">10</td><td align="center">100</td><td align="center">10</td><td align="center">1000</td></tr></tbody></table>

Your account must be validated to earn rewards. Your first Creedit purchase in the Shop grants you a [CREEDMARK![](/files/Z1vSbaOXun4vbAvWIuJw)](/gameplay/creedmark.md) badge stored in your game wallet allowing you to earn.


---

# 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/gameplay/match-rewards.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.
