> 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.md).

# Earning Rupeez

The entire gameplay foundations revolves around the Rupee system. There are various ways for you to earn Rupeez, and you'll need them to be able to fight the Villains to win roles (and NFTs!), increase your [Hero Rank](/gameplay/hero-rank.md) by gaining XP, and all other in-game mechanics.

The following is a table that outlines all the *Methods* that you can earn Rupeez while playing The Mint of Destiny game in our Discord. You will earn the *Amount* for each *Method.* You will then have to wait the *Cool-down Period* before being able to earn Rupeez from that *Method* again.

<table><thead><tr><th width="242.8042863949682">Method</th><th width="185.86998742001438">Amount</th><th>Cool-down Period</th></tr></thead><tbody><tr><td><a href="/pages/FVGEgZQgrcYFUmrzBZcd">Discord Post</a></td><td><img src="/files/L9FV9cHPu51YMWqDkYJk" alt="" data-size="line"> 1 Rupee</td><td>1 Minute</td></tr><tr><td><a href="/pages/yTsehCCwpnsVxJHbNSjG">Gifting Rupeez</a></td><td><img src="/files/L9FV9cHPu51YMWqDkYJk" alt="" data-size="line"> 5 Rupeez</td><td>2 Minutes</td></tr><tr><td><a href="/pages/byMgu6o9c6fINAeWNuTm">Exploring</a></td><td><mark style="color:purple;">Various</mark></td><td>15 Minutes</td></tr><tr><td><a href="/pages/ddlBooniiVR8aR5QoNuY">Fighting</a></td><td><mark style="color:purple;">Various</mark></td><td>1 Hour</td></tr><tr><td>Dueling</td><td><img src="/files/L9FV9cHPu51YMWqDkYJk" alt="" data-size="line"> 25 / -15 Rupeez</td><td>30 Minutes</td></tr><tr><td><a href="/pages/iGH0HN9iSXfjCF0FZAzi">Ownership Rupeez</a></td><td><mark style="color:purple;">Various</mark></td><td>None</td></tr><tr><td><a href="/pages/52WaerrvChmP054s2KB0">Tweets</a></td><td><img src="/files/BTG4i8e6ByCxb0pMVZf1" alt="" data-size="line"> 100 Rupeez</td><td>24 Hours</td></tr><tr><td><a href="#burn-a-token">Burn n00b Hero</a></td><td><img src="/files/2nztZdxkrF2rReckpwuF" alt="" data-size="line"> 250 Rupeez</td><td>None</td></tr><tr><td><a href="#burn-a-token">Burn Hardcore Hero</a></td><td><img src="/files/6s1fE2jDoorVhNaDD7Qq" alt="" data-size="line"> 500 Rupeez</td><td>None</td></tr></tbody></table>


---

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