# Step 1 - Set Up MetaMask Wallet

## A - Install MetaMask extension

![](/files/-M_tcRNFxuyHNcPr3kNJ)

• **Go to** [**metamask.io**](http://metamask.io/) and click on the download button (shown in the black rectangle to the right).

• This will bring us to the second image. Here we select the device we would like to install the wallet on (blue rectangle) and then click Install (red rectangle).

## B - Set Up New Wallet

![](/files/-M_tcJZxfgkN_VMT_zAw)

• Next, we need to **create a wallet**.&#x20;

• Click on the Create a Wallet button (black rectangle). This will prompt you to generate a **secret backup phrase** that your wallet is built on.

## C - Add Arbitrum One Chain

Metamask does not support Arbitrum One by default. You will have to add the network to your wallet.

<figure><img src="/files/n7bMcKqLapsgqk9BGx3n" alt=""><figcaption><p>Click on "Add network"</p></figcaption></figure>

<figure><img src="/files/VksKucblPEpCe6aXkh2E" alt=""><figcaption></figcaption></figure>

Click on "add" for the Arbitrum chain. You will then be prompted to approve and to switch to arbitrum one. You should confirm on both steps.

## D - Add Custom Token (BDT)

<figure><img src="/files/kxR1y07ueDcVwnw12MdU" alt=""><figcaption></figcaption></figure>

• You can click on "Import tokens"

<figure><img src="/files/Ka7QAl2Ni3YT9zv1DUcS" alt=""><figcaption></figcaption></figure>

• On the "Token contract address" field, enter the following address: 0x21CCbc5e7f353EC43b2F5b1Fb12c3E9D89D30Dca. The rest of the information should auto-fill.

• Click **Next**.

## E  - Look For Deposit Address&#x20;

![](/files/-M_tc0EwnSFgAr7oidUB)

• This will reveal our deposit address (**wallet**) that we can copy and distribute as required.


---

# 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://docs.blackdragon.io/getting-started/platform-manual/set-up-metamask-wallet.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.
