# Minion

![Minion #8428](/files/v4pSZVAXor9xt1eEey28)

These little annoyances are scattered throughout the Etherverse to be offered up more as a sacrificial pawn to those looking to cut their teeth in the game. There are a variety of unique minions with different traits and levels to spice things up a bit. Minions have are ranked from Level 1 to Level 3. This means you have a 10% - 30% chance of losing when fighting a Minion.

### How To Defeat a Minion

First, you must have already joined the game in Discord ([/join](/discord-bot/join.md)). After you have joined into the game, you will now begin to earn Rupeez. Once you have earned enough Rupeez, you can attempt to [fight](/gameplay/fighting.md) a Minion. If you are successful in defeating the Minion, you will be granted the n00b role, a n00b Hero NFT, and the NFT of the Minion that you have defeated. There are only 5,000 Minions that can be minted.&#x20;

To fight a minion, issue the following command in discord once you have at least 100 Rupeez and do not have the n00b role:

```
/fight
```

| Minion Levels                                                                | 1-3    |
| ---------------------------------------------------------------------------- | ------ |
| Role Needed to Fight                                                         | Player |
| Role Acquired When You Win                                                   | n00b   |
| Token Minting Cap                                                            | 5,000  |
| Rupeez Needed to Fight                                                       | 0      |
| Rupeez Deducted if You Lose                                                  | 10     |
| Rupeez Deducted if You Run                                                   | 5      |
| [Ownership Rupeez](/gameplay/earning-rupeez/ownership-rupeez.md) When Fought | 20     |


---

# 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/tokens/villains/minion.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.
