> 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/gameplay/earning-rupeez/exploring.md).

# Exploring

While enjoying some relaxing time in the Etherverse with your fellow Destonians, you may choose to explore the Etherverse for some bonus Rupeez!&#x20;

### How to Explore

In the Discord, just enter the following command. Just remember that you can only Explore once every hour.

```
/explore
```

### What Can Be Found?

Here is a list of everything that can be found while exploring:

1. NOTHING! - 10% chance
2. Bonus Rupeez - 40% chance (Win 1-15 Rupeez)
3. Villains - 10% chance
4. Trap - 40% chance (Loose 1-15 Rupeez)

Should you encounter a Villain during your rummaging around, you will only be presented a type up to the cost of the amount of Rupeez you have. So if you only have <img src="/files/WbOhAt1pFfAsq9pYVUr5" alt="" data-size="line">350 Rupeez, you will not encounter a Mini-Boss that requires <img src="/files/WhRYeoU0cQqHEDyeFBoV" alt="" data-size="line">500 Rupeez to fight.

For all battles with Villains encountered by exploring, you can only win Rupeez. An official [Fight](/gameplay/fighting.md) must be entered while the combat arena is open to be awarded the NFT set.

### Example Explore Win:

![](/files/0Ths4DqQPpAJBRMBQdpf)

### Example Explore Loss

![](/files/RyULfv0IU42UR9CQjgrE)

### Example Explore with no Reward

![](/files/lnW98gJdnu97vdYCZpeZ)

### Example Explore Fight

![](/files/AXgPFzwyxIatNzTYwO9H)


---

# 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/gameplay/earning-rupeez/exploring.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.
