# Setting Up Metamask (BSC)

This section takes you through the steps to install Metamask and set up your wallet to start participating on the BSC blockchain.

[Install Metamask here](https://metamask.io/)

![](/files/-McGsSTqTEJ1i6Dr915f)

Click import wallet if you have an existing wallet.

If creating new wallet, set up your password, write it down and store your seed phrase somewhere safe.

Next step is connecting Metamask to the BSC blockchain/network. In order to do this, click on Settings -> Networks -> Add network

![](/files/-McGsbhTp1jmbpxJksT0)

Input network details:

Network Name: BSC Mainnet

New RPC URL: <https://bsc-dataseed1.binance.org/> or <https://bsc-dataseed2.binance.org/>

ChainID: 56, or 0x38 if 56 doesn’t work

Symbol: BNB

Block Explorer URL: <https://bscscan.com/>

![](/files/-McGsfZZmHMz4utIlycl)

Click on add and your new network is set.&#x20;

You can toggle between various blockchains/networks by clicking on top of your wallet.

![](/files/-McGsjk3aYr8XgFFNWPF)

Binance Academy provide an excellent tutorial on connecting Metamask to BSC <https://academy.binance.com/en/articles/connecting-metamask-to-binance-smart-chain>


---

# 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://polarisproject.gitbook.io/polaris-defi/beginners-guides/setting-up-metamask-bsc.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.
