# BSC插件钱包MetaMask安装教程

**什么是MetaMask**

MetaMask是一款在谷歌浏览器Chrome上使用的插件类型钱包，该钱包小巧轻便，功能强大，安全可靠，是区块链用户必被的钱包工具之一

**Chrome浏览器安装**

使用MetaMask首先需要安装chrome浏览器

下载地址：<https://www.google.cn/chrome/>

![](/files/-MYcnJzKric65RQGaMRq)

**安装MetaMask插件**

在MetaMask官网获得插件：<https://metamask.io/download.html>

![](/files/-MYco-8aw_xurYkPcdFJ)

**新建/导入钱包**

* 安装完MetaMask后，根据个人情况选择新建/导入钱包
* 选择新建钱包的用户务必妥善保管好助记词，拥有助记词代表拥有该钱包的所有权；如若遗失助记词，任何人无法帮助你找回它！

**配置币安智能链**

* 新建/导入钱包后，需要配置相应信息，才可接入币安智能链
* 点击钱包上方按钮可以切换/配置不同的链

![](/files/-MYdNKZxSb_oHYf2GBO2)

**币安智能链的配置信息如下：**

**Testnet （币安智能测试链）**

Network Name：BSC Test Network

RPC URLs ：<https://data-seed-prebsc-1-s1.binance.org:8545/>

ChainID: 0x61 或 0x97

Symbol: BNB&#x20;

Block Explorer: <https://testnet.bscscan.com>&#x20;

**Mainnet （币安智能链主链）**

Network Name：BSC Mainnet

RPC URLs ：<https://bsc-dataseed.binance.org/>

ChainID: 0x38 或 0x56

Symbol: BNB&#x20;

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

**将上述配置根据个人需求填入配置表中，如下图所示：**

![](/files/-MYdNPOmNjLG0ZIbafJA)


---

# 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://mixmarvel.gitbook.io/dehero/english-2/1-2.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.
