# &#x20;How to set up a wallet

### Step 1: Install MetaMask

* Go to MetaMask's official website:[ https://metamask.io/](https://metamask.io/).
* Download and install the MetaMask extension for your browser.
* Create a new MetaMask wallet by following on-screen instructions and secure your recovery seed phrase.

### Step 2: Access Your Wallet

* Open MetaMask by clicking its icon in your browser's toolbar.
* If using MetaMask for the first time, follow the introductory prompts.

### Step 3: Add Binance Smart Chain

* In MetaMask, click the account icon at the top right (circle with initials/avatar).
* Choose "Settings" from the account menu.

### Step 4: Add Network

* Scroll down in "Settings" to find "Networks."
* Click "Add Network" to add Binance Smart Chain manually.

### Step 5: Network Details

* Enter "Binance Smart Chain" as the Network Name.
* Add the BSC RPC URL:[ https://bsc-dataseed.binance.org/](https://bsc-dataseed.binance.org/).
* Use ChainID: 56.
* Set Currency Symbol as "BNB."
* Enter Block Explorer URL:[ https://bscscan.com/](https://bscscan.com/).

### Step 6: Save and Switch

* Save by clicking "Save" to add Binance Smart Chain network.
* Return to MetaMask, now switch between Ethereum Mainnet and Binance Smart Chain.

### Step 7: Add BNB to Wallet

* Ensure BSC network is selected to view BSC wallet balance.
* Click "Add Token."
* Choose "Custom Token" and input BNB contract address: 0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c.
* MetaMask auto-fills token details.
* Click "Next" and "Add Tokens" to include BNB in your wallet.

*Ready to Go! You've added Binance Smart Chain to MetaMask, along with BNB tokens. Your MetaMask wallet is now ready to interact with DApps and manage BSC assets.*

<mark style="color:orange;">**Remember to use official sources to avoid scams when setting up wallets and networks.**</mark>

<br>


---

# 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.gvctoken.com/get-started/get-started-on-gpad/how-to-set-up-a-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.
