> 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/about/goals.md).

# Goals

There is really only one true goal of this game, and it is to be the ONE that receives the God-like status of the owner of [<mark style="color:green;">**THE MINT OF DESTINY!**</mark>](/tokens/the-mint-of-destiny.md)

Other goals of the game could be to win some free NFTs, level up your [Hero](/tokens/heroes.md) (you) to be the top of our leaderboard, be the first to score a [Kill Screen](/tokens/kill-screens.md), earn respect from your peers, or just to be part of history in the worlds first Discord NFT game that's free to play!

## Game Path

*<mark style="color:purple;">Participate in Discord to Earn Rupeez</mark>* **>** *<mark style="color:purple;">Fight Villains to Win NFTs</mark>* **>** *<mark style="color:purple;">Attempt the Mint of Destiny</mark>* **>** *<mark style="color:purple;">Open the Vault</mark>*

### Participate to Earn Rupeez

The foundation of the game is to genuinely participate in the NFTArcade Discord and enjoy the camaraderie of those that are also playing the game. As you interact with other players, explore the Etherverse, and other game mechanics, you will [Earn Rupeez](/gameplay/earning-rupeez.md) and be able buy [Hero Skins](/tokens/hero-skins.md)

### Fight Villains to Win NFTs

You can wager your Rupeez to fight various [Villains](/tokens/villains.md) that will win you NFTs that grant you roles within the Discord and stack to gain the chance to with the [Mint of Destiny](/tokens/the-mint-of-destiny.md)!

### Attempt to Win a Kill Screen

Once you have acquired the [n00b](/tokens/heroes/n00b.md) Hero Token, [Hardcore](/tokens/heroes/hardcore.md) Hero Token, and the [Legendary](/tokens/heroes/legendary.md) Hero Token, you can attempt to win a 1-of-20 [Kill Screen](/tokens/kill-screens.md). Whoever wins Kill Screen #20 will be minted the 1-of-1-of-1 [Mint of Destiny](/tokens/the-mint-of-destiny.md)!

### Win the Mint of Destiny and Open the Vault

The ONE that owns the [Mint of Destiny](/tokens/the-mint-of-destiny.md) can push the Big Green Button and claim all the prizes contained in [The Vault](/gameplay/the-vault.md).


---

# 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/about/goals.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.
