# Dueling

Looking to show off all the Villains you have conquered and own the NFTs for? Volunteer your Minions, Mini-Bosses, and Bosses up against others in the game in this PvP battle!

The winner of duel will be awarded 25 Rupeez and 50XP!

The loser will forfeit 15 Rupeez and gain 50XP!

{% hint style="info" %} <mark style="color:purple;">**Underdog Bonus!**</mark> If a lower level Villain defeats a higher level Villain, they will win an extra 10 XP!
{% endhint %}

If you are the winner, you can continue to duel others immediately, but if you lose, there is a 30 minute cool down window

![](/files/TRBiYQTmQqkiFVGl8tJ9)

### How to Duel

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

```
/duel
```

If nobody is waiting for a duel, then you will be set as the next player in line to duel and will automatically battle the next user who uses the `/duel` command.

![](/files/NpzPjbs49k9P9QHej0As)

If you run the `/duel` command and another player is waiting in the queue, you will automatically duel them.

One of your villains is picked at random to fight the opponents randomly selected villain.

The formula for calculating the odds of you winning the duel is `Your villain lvl / (Your villain lvl + opponents villain lvl)`&#x20;

{% hint style="info" %} <mark style="color:purple;">ex. a level 3 villain has a 3/10 chance of beating a level 7 villain (3 / 3 + 7).</mark>
{% endhint %}

### Duel History

The complete history of Duels will be available on the website shortly!


---

# 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/dueling.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.
