> For the complete documentation index, see [llms.txt](https://brick-3.gitbook.io/bricklayer-land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brick-3.gitbook.io/bricklayer-land/how-to-play/metamask-setup.md).

# Metamask Setup

## Dowloading and Installing

MetaMask can be downloaded as a browser extension on any compatible browser. Just go to <https://metamask.io/download/> and select the browser you are using. It is also possible to install it on IOS and Android.

## Creating Account

The different steps to take to create an account are the following:

1. Click on the "Create a Wallet" button
2. Create a password. This will be used when logging in to MetaMask in the same browser.
3. View your secret seed phrase and write it down on a secure location.
4. Select each phrase in order and click "Confirm".

{% hint style="warning" %}
Your seed phrase will be used if you want to import your wallet to a fresh MetaMask install on a different browser and/or device.
{% endhint %}

{% hint style="danger" %}
Nerver share your phrase or your password as someone could hack you.
{% endhint %}

## Connection to Binance Smart Chain (BSC)

Once the account is created, we will be automatically connected to the Ethereum Mainnet. Bricklayer token (BRK) requires us to be connected to the Binance Smart Chain.

### Different Steps:

1. Go to the settings by pressing the circle on the top right.

![](/files/Qcypyhmz80WraYJg1N6T)

2\. Click on "Networks" and "Add Network".

![](/files/3JN49yICahuYLheTZP0F)

3\. Input the following information.

* **Network Name :** Smart Chain ;
* **New RPC URL :** <https://bsc-dataseed.binance.org/> ;
* **ChainID :** 56 ;
* **Symbol :** BNB ;
* **Block Explorer URL :** [https://bscscan.com](https://bscscan.com/).

4\. Click “save” and return to the main menu.

5\. Verify that your MetaMask has been set to the Binance Smart Chain (BSC) in the upper right-  hand side of the screen.


---

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

```
GET https://brick-3.gitbook.io/bricklayer-land/how-to-play/metamask-setup.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.
