# Getting Started

### **Summary**

1. Install Metamask
2. Add Polygon to Metamask
3. Bridge assets via The Rift
4. Get some MATIC for gas
5. Play & join the Discord

### Step 1 - Install Metamask

Download the [Metamask](https://metamask.io/) wallet browser extension or mobile app.

If you're new, click **Create a Wallet**. If you already have a compatible wallet, you can also select **Import Wallet**.

Your wallet information is extremely important and very sensitive. If you lose your seed phrase, no one can recover it for you which means that your account, along with your tokens and items, will be lost forever. Please take the time to create a strong password and to securely store your recovery information.

### Step 2 - Add Polygon to Metamask

In Metamask, click on the current network which is Ethereum Mainnet by default. At the bottom of the list of networks, click **Add Network**.

![](https://901206348-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8gDVV6ioKxXm0UNMd112%2Fuploads%2FEdoGed4IoccVUhKN8ttg%2FCleanShot%202022-04-06%20at%2012.44.41.png?alt=media\&token=228abcd7-6410-43bc-b7f8-c5945aace9e5)

Now copy and paste the following details:

* **Network Name:** `Polygon Mainnet`
* **RPC URL:** `https://polygon-rpc.com`
* **Chain ID:** `137`
* **Symbol:** `MATIC`
* **Block explorer:** `https://polygonscan.com`

![](https://901206348-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8gDVV6ioKxXm0UNMd112%2Fuploads%2FCU2pv5HGCa4ZEHR9f5LO%2Fimage.png?alt=media\&token=a36cd250-f8b3-4784-97a5-7e722cb5c265)

After filling in all the details, click **Save**. You will now find the newly added Polygon Mainnet in the network list.

### Step 3 - Bridge assets via The Rift

In order to use your **WnD NFTs** and **GP tokens** in game, you will need to use the Rift to bridge them from Ethereum to Polygon.

Click on the **Rift** in the top left corner of the game.

![](https://901206348-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8gDVV6ioKxXm0UNMd112%2Fuploads%2FYzi8mHbAOcNXf7KrhssO%2FCleanShot%202022-04-06%20at%2013.20.32.png?alt=media\&token=81570b71-638c-42a6-b84b-84486a1440f9)

The first time you use the Rift, you will need to approve it to transfer your NFTs and GP. Click **Approvals**.

![](https://901206348-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8gDVV6ioKxXm0UNMd112%2Fuploads%2FrXf2UuMzByGv4Whmqfw1%2FCleanShot%202022-04-06%20at%2013.22.43.png?alt=media\&token=2d54795b-47eb-4e1f-9234-32f37160dec9)

Click on **each of the approvals** and **confirm** the transactions in Metamask. The approval transactions require a small amount of gas. You only need to do it once. Then you're ready to use the **Rift** on the next page.

![](https://901206348-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8gDVV6ioKxXm0UNMd112%2Fuploads%2FASKtg9mlB4aEij03FJhP%2FCleanShot%202022-04-06%20at%2013.26.04.png?alt=media\&token=33287b6e-1887-453e-8ac4-7c2673971e7d)

Select whether you want to bridge **GP, equipment or heroes**.

![](https://901206348-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8gDVV6ioKxXm0UNMd112%2Fuploads%2FUPVaHNMYDg7YOgnFMKVP%2FCleanShot%202022-04-06%20at%2013.44.21.png?alt=media\&token=116eef5a-b4a2-4339-bcd1-c12e3fe23602)

### Step 4 - Get some MATIC for gas

In order to play Wizards & Dragons, you’ll need to own some **MATIC** tokens for gas.&#x20;

Gas fees on the Polygon network are very low, so even 1 MATIC will last quite a while for gas. On average, 1 MATIC will pay gas for 1000 transactions, or 0.001 MATIC per transaction.

You can purchase MATIC on a variety of exchanges such as Coinbase, Binance, or Crypto.com. You can withdraw the MATIC to your Metamask wallet address to spend it for gas.

### **Step 5 - Play & join the Discord**

Now you're ready to play! Refer to [wizards](https://wnd.gitbook.io/wizards-and-dragons-game/game-assets/wizards "mention") and [dragons](https://wnd.gitbook.io/wizards-and-dragons-game/game-assets/dragons "mention") to learn which actions your characters can take.&#x20;

Keep up with the latest announcements and community updates in the official [Discord](https://discord.gg/wnd) server.


---

# 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://wnd.gitbook.io/wizards-and-dragons-game/gameplay/getting-started.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.
