> For the complete documentation index, see [llms.txt](https://whitepaper.mintofdestiny.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mintofdestiny.xyz/tokens/villains/mini-boss.md).

# Mini-Boss

![Mini-Boss #3352](/files/qiDQYDmzkbgZtHp5KrZ6)

Mini-Bosses patrol the Etherverse keeping all of the Minions in check. They make sure that the they're not slacking off at the [Drunken Wizard](https://drunkenwizard.nftarca.de) getting utterly obliterated. Mini-Bosses are ranked from Level 4 to Level 6. This means you have a 40% - 60% chance of losing when fighting a Mini-Boss.

### How To Defeat a Mini-Boss

First, you must have already defeated a Minion in a fight and have the n00b role. If you have the n00b role and you have earned enough Rupeez, you can attempt to [fight](/gameplay/fighting.md) a Mini-Boss. If you are successful in defeating the Mini-Boss, you will be granted the Hardcore role, a Hardcore Hero NFT, and the NFT of the Mini-Boss that you have defeated. There are only 2,500 Mini-Bosses that can be minted.&#x20;

To fight a Mini-Boss, issue the following command in discord once you have at least 500 Rupeez and do not have the Hardcore role:

```
/fight
```

| Mini-Boss Levels                                                             | 4-6      |
| ---------------------------------------------------------------------------- | -------- |
| Role Needed to Fight                                                         | n00b     |
| Role Acquired When You Win                                                   | Hardcore |
| Token Minting Cap                                                            | 2,500    |
| Rupeez Needed to Fight                                                       | 500      |
| Rupeez Deducted if You Lose                                                  | 100      |
| Rupeez Deducted if You Run                                                   | 25       |
| [Ownership Rupeez](/gameplay/earning-rupeez/ownership-rupeez.md) When Fought | 50       |

###


---

# 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, and the optional `goal` query parameter:

```
GET https://whitepaper.mintofdestiny.xyz/tokens/villains/mini-boss.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
