# Getting Started - 101

### Have a Wallet

You will need to have an Ethereum wallet setup to be able to play. There is no cost to join the game and play (not even gas!) but we do this to prevent spammers from clogging up the game and stealing all the NFTs =)

If you don't have MetaMask or not sure how to set it up, [we have a guide on how to do all this.](/techy-stuff/installing-and-setting-up-metamask.md)

### Join Our Discord

You can access discord via their website ([https://Discord.com](https://discord.gg/rgPPDMWC)), or from a client on your computer, or even from their mobile app. Create an account with them, verify your email and phone number (don't worry, that stays with Discord), and then head over to our Discord channel and say hi!

{% hint style="info" %}
**Discord Link to Play:** [<mark style="color:purple;">**https://discord.gg/vPAgf7Q772**</mark>](https://discord.gg/vPAgf7Q772)
{% endhint %}

Now that you're in the NFTArcade Discord, you can join the game super easy. First you want to make sure you're in the <mark style="color:purple;">**#general-play-here**</mark> channel and then type the <mark style="color:purple;">/join</mark> command followed by your wallet address you want to associate with your Player account:

#### Example:

```
/join 0x327c2972d42eE0347A8338061b1FcF889431aFDc
```

{% hint style="info" %} <mark style="color:red;">**IMPORTANT!**</mark> *You can <mark style="color:orange;">**NOT**</mark> change your wallet address* once you join, so make sure it's 100% correct!
{% endhint %}

Once that is completed, you will be given <img src="/files/UNYPwl4wkMZPaGnNaofe" alt="" data-size="line">50 Rupeez as a bonus to start with and you can begin your journey. Now it's time to <mark style="color:purple;">/fight</mark> and <mark style="color:purple;">/explore</mark> !

### Earn Rupeez, Fight Villains, Gain Status!

From here you play the game as outlined in this whitepaper. You should skip to [Earning Rupeez](/gameplay/earning-rupeez.md) to see how you can earn enough Rupeez so that you can [Fight](/gameplay/fighting.md) your first [Minion](/tokens/villains/minion.md) to attempt to win the [n00b](/tokens/heroes/n00b.md) role NFT and Minion NFT!

At any point in the game, you can issue the /help command to list all the commands, or type in "!help" for the quick start guide, which will show this:

> <mark style="color:purple;">**Mint of Destiny Quick Help Guide**</mark>
>
> Game Goal: Earn Rupeez to be able to Fight Villains to win NFTs!
>
> <mark style="color:purple;">**Step 1:**</mark>**&#x20;Type "/join"**
>
> Then you can start earning Rupeez and fighting Villains to win NFTs!
>
> <mark style="color:purple;">**Step 2: Earn Rupeez**</mark>
>
> * Explore the Etherverse (type "/explore")
>
> * Fight Villains without enough Rupeez to level up (type "/fight")
>
> * Tweet about Mint Of Destiny (type "/tweet")
>
> <mark style="color:purple;">**Step 3: Win NFTs in Fights**</mark>
>
> * Fight Villains with enough Rupeez to level up (type "/fight")


---

# 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/gameplay/getting-started-101.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.
