> For the complete documentation index, see [llms.txt](https://treasure-dwarf-battles.gitbook.io/dwarf-battles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://treasure-dwarf-battles.gitbook.io/dwarf-battles/gameplay-and-rewards/battle-system.md).

# Battle System

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

### QUICK OVERVIEW&#x20;

#### Three Key Factors in Battle:

1. Dwarf Type: Each type has a unique strength hierarchy.
2. Dwarf Level: Higher levels mean greater strength.
3. Equipment: Rare gear adds extra strength.

### DETAILED EXPLANATION HOW BATTLES WORK:

1. **Place Your Bet:**

   Choose an arena and place a bet in ETH:

   * Small Arena: 0.001 ETH
   * Medium Arena: 0.003 ETH
   * Large Arena: 0.01 ETH

   Your opponent places a bet too. This forms the prize pool.
2. **Start the Battle:**

   Your dwarf faces off against your opponent’s dwarf.
3. **Equipment Boost:**

   If your dwarf has equipment, it adds to your dwarf's strength.
4. **Strength Matchup:**

   Dwarfs have a strength hierarchy:

   * **Durnar** > **Keldrin** but < **Brondar**
   * **Keldrin** > **Brondar** but < **Durnar**
   * **Brondar** > **Durnar** but < **Keldrin**

   Winning dwarf gets +50% strength; losing dwarf gets -50%.

   <figure><img src="/files/DfFcvov64gX4Lg8rsmYT" alt=""><figcaption></figcaption></figure>
5. **Formula for Determining the Chance of Winning**:

$$
Chances\_{win} = \frac{Your Dwarf's\_{strength}}{Your Dwarf's\_{strength} + Opponent's Dwarf's\_{strength}}
$$

## Examples

1. **Keldrin LVL: 10 + Epic Weapon vs Brondar LVL: 2 + Common Weapon**\ <mark style="color:green;">Keldrin Strength: (2 + 2) + 50% = 6 or 89.9% chances of winning</mark>\ <mark style="color:red;">Brondar Strength: (1.1 + 0.4) - 50% = 0.75 or 11.1% chances of winning</mark>
2. **Keldrin LVL: 10 + Epic Weapon vs Durnar LVL: 5 + Rare Weapon**\ <mark style="color:red;">Keldrin Strength: (2 + 2) - 50% = 2 or 45.5% chances of winning</mark>\ <mark style="color:green;">Durnar Strength: (1.4 + 1) + 50% = 2.4 or 54.5% chances of winning</mark>

**The Outcome of the Battle:** \
Stronger dwarfs have better chances of winning. Luck still plays a role, but over time, the strength of your dwarf will have a greater impact on victory.

{% hint style="info" %}
Tips: **Statistical Insights:**\
Use the in-game statistics to enhance your strategy.
{% endhint %}

**Post-Battle Consequences**:

* <mark style="color:green;">**If you win:**</mark> You will receive a **reward 90% of** **the betting pool** and you will get **Level +1** and **Strength +0.1**
* <mark style="color:red;">**If you lose:**</mark> You won't get a prize and you will get **Level -1** and **Strength -0.1** and **+1 ORE**
* <mark style="color:green;">**Also**</mark>, for each victory you receive +**2 ORE**. ORE are required to win the [**leaderboard**](/dwarf-battles/gameplay-and-rewards/leaderboard.md)**.**

Small Arena (Entry: 0.001 ETH):\
• Loss: 1 ORE \
• Win: 2 ORE

Medium Arena (Entry: 0.003 ETH):\
• Loss: 3 ORE \
• Win: 6 ORE \
\
Large Arena (Entry: 0.01 ETH): \
• Loss: 10 ORE \
• Win: 20 ORE

## How the reward is distributed

After each battle, the total sum of bets is distributed as follows:

When 2 players place bets on 0.01 ETH as described above 0.018 ETH goes to the winner and 0.002 ETH are distributed to other game modes and directions.

<table><thead><tr><th>Allocation</th><th>Percentage</th><th data-hidden>Percentage</th><th data-hidden></th></tr></thead><tbody><tr><td>Winner</td><td>90%</td><td>90%</td><td></td></tr><tr><td>Leaderboard Prize Fund</td><td>3.5%</td><td>2%</td><td></td></tr><tr><td>Treasuries</td><td>3.5% included:<br>Mythic chest - 2%<br>Golden chest - 1%<br>Wooden chest - 0.5%</td><td>2% included:<br>Mythic chest - 1.3%<br>Golden chest - 0.5%<br>Wooden chest - 0.2%</td><td></td></tr><tr><td>Project Development Fund</td><td>2% Depends of type of referrer</td><td>2-6% Depends on the existence of a referral. The team shares profit with referrers</td><td></td></tr><tr><td>Referrers</td><td>1% Depends of the existance of referrals</td><td>0-4% Depends of type of referrer</td><td></td></tr></tbody></table>

### Seasonal Leaderboard

**Points are required to win the** [**leaderboard**](/dwarf-battles/gameplay-and-rewards/leaderboard.md)**.**&#x20;

There is a TOP-50 players who will share the prize pool. The more ORE you have, the better your position in the top.

{% content-ref url="/pages/DI3J1p3MqSrWPxkh0LGO" %}
[Leaderboard](/dwarf-battles/gameplay-and-rewards/leaderboard.md)
{% endcontent-ref %}


---

# 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:

```
GET https://treasure-dwarf-battles.gitbook.io/dwarf-battles/gameplay-and-rewards/battle-system.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.
