# Fighting

The only way to level up your Hero in the game is to Challenge the Villains to a fight! There are three types of [Villains](/tokens/villains.md) that all have various difficulty levels assigned to them. Each [Villain](/tokens/villains.md) is uniquely generated and has varying degrees of uniqueness based on the traits associate with it. You will need the minimum necessary Rupeez and roles to be able to fight the Villain.

### Rupeez Needed To Fight a Villain

| Villain Type                               | Rupeez Needed |
| ------------------------------------------ | ------------- |
| [Minion](/tokens/villains/minion.md)       | 100           |
| [Mini Boss](/tokens/villains/mini-boss.md) | 500           |
| [Boss](/tokens/villains/boss.md)           | 1,500         |
| [Kill Screen](/tokens/kill-screens.md)     | 4,200         |

### How to fight

All fights take place within Discord. You will need to issue the following command:

```
/fight
```

When you submit this command, you will have challenged the rank of Villain. If you have the proper requirements (see individual Villain Token details for these), the [Discord Bot](/discord-bot/join.md) will return the details of the Villain you have chosen to do battle with. At this time you can see the Villain Type, their Level (chance of winning), a thumbnail of the NFT that will be won, and two options to choose from to continue:

![](/files/991joCU6f9A9wTMofmuV)

1. <mark style="color:purple;">**Fight**</mark> - This will enter your Hero into battle with the Villain. Should you win, you will receive the NFT of the Villain you just defeated, and the Hero NFT of the new role you just acquired.
2. <mark style="color:purple;">**Run**</mark> - Change your mind and don't want to fight? You can run away and only loose half the Rupeez of a loss.

{% hint style="info" %}
The Discord Bot will always challenge you with a Villain of the lowest type that you do not own. So if you have a Hardcore Role, but not the n00b role, you will be challenged with a Minion to fight. So make sure to keep at least 1 of each role in your wallet!
{% endhint %}

Sometimes, the Villains can be a bit crafty and run away should you challenge them to a fight! They get away with it by dropping a pouch of Rupeez on the ground to distract you. So not all is lost!

### Villain Rank

The rank of a Villain is directly tied to the chance of winning the fight when you attempt it. The level is 1/10th the chance you have to lose. So if a Villain is a Level 4, you will have a 40% chance of losing the fight against them. There is nothing you can do to improve or worsen the odds. Everyone that fights that Villain will have the same 60% chance of winning.

### Rank Categories

<table><thead><tr><th width="150">Villain Type</th><th width="150">Ranks</th><th>Chance of Winning</th><th>Hero NFT Awarded</th></tr></thead><tbody><tr><td><a href="/pages/hETtg9jZgbuQWyC9e32L">Minion</a></td><td>1 - 3</td><td>90% - 70%</td><td><a href="/pages/1KXA3RZLx3FQpfmlCc4p">n00b</a></td></tr><tr><td><a href="/pages/wuekwdEkR4NYe3b4nNxX">Mini-Boss</a></td><td>3 - 5</td><td>70% - 50%</td><td><a href="/pages/8OY8hBWeydhCmV6g9mc8">Hardcore</a></td></tr><tr><td><a href="/pages/08QDUCoz5vJDJckPFeRh">Boss</a></td><td>5 - 7</td><td>50% - 30%</td><td><a href="/pages/q9jPQI1S9k0zPAIDZGkE">Legendary</a></td></tr></tbody></table>

### <img src="https://mintofdestiny.xyz/assets/img/others/win.png" alt="" data-size="line"> Victorious Battle

If you defeat a Villain from challenging them to a fight, you will be awarded the NFT of the Villain you defeated, the corresponding Hero NFT, and the Discord Role that is assigned from the Hero NFT.

![](/files/Xr7fA20u9coUCswuIasR)

### <img src="https://mintofdestiny.xyz/assets/img/others/lost.png" alt="" data-size="line"> Shameful Loss

Should you be defeated by the Villain that you challenged, Rupeez will be stripped from your Hero and you will be publicly called out for failing miserably in shame. The amount of Rupeez lost are determined by the Villain type that you are fighting.

![](/files/FqiX8SUS7Lq8ZncP9NPD)

### Fight History

We have a full history of every battle that has ever taken place in the game on our website <https://mintofdestiny.xyz/match.html>. The site shows who attempted to battle which Villain, the round number, the outcome of that battle, and the date that it occurred.

|         Minion Challenge         |                       Mini-Boss Challenge                      |                         Boss Challenge                         |
| :------------------------------: | :------------------------------------------------------------: | :------------------------------------------------------------: |
| ![](/files/bLybwRr3UZI2jq9T5nyR) | ![](https://mintofdestiny.xyz/assets/img/others/game-vs3.webp) | ![](https://mintofdestiny.xyz/assets/img/others/game-vs1.webp) |

![](/files/Ge4V8bLvYUPpn3JpK8MG)


---

# 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://whitepaper.mintofdestiny.xyz/gameplay/fighting.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.
