# 基础-在MetaMask中配置网络

**创建METAMASK账户，请先安装好METAMASK下载地址为：**[**点击下载**](https://metamask.io/) **，安装完毕之后，登录相应钱包账号即可。用METAMASK连接主网 - 以下以BSC为例说明。**

### （电脑版）小狐狸钱包怎样安装？ <a href="#l9v5r" id="l9v5r"></a>

<https://docs.kine.io/v/chinese/tutorials/ji-chu-an-zhuang-xiao-hu-li>

**1、安装完成后，在METAMASK页面中，选择“自定义 RPC”去添加BSC MainNet。**

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

**2、BSC配置METAMASK如图：**

* RPC URL：<https://bsc-dataseed.binance.org/>
* 链ID：56
* Currency Symbol: BNB
* Block Explorer URL: [https://bscscan.com](https://bscscan.com/)
* 就能直接连接到币安智能链的主网，看到BSC MainNet

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

**3、这样就可以在小狐狸上支持币安智能链BSC了，如图**

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

**4、Tips：**

* 使用Metamask添加BSC链之后，实际上在Metamask中，BSC的地址和ETH的地址是一模一样的；
* 添加完BSC链之后，记得先往Metamask里充点BNB，这类似ETH在以太坊里面的作用，用来当交易手续费的；
* 若小狐狸钱包未显示代币，可能需要在BSC添加代币，找到“添加代币-自定义代币”，将币种对应的合约地址粘贴后，添加即可；
* 在交易确认界面，Metamask显示的手续费是以太坊图标，它不是的eth，而是BNB，只是显示问题。

#### 更多网络配置请参考：

切换到[Polygon](/kine-docs-portal/chinese-1/polygon/qie-huan-dao-polygon.md)

切换到[Avalanche](/kine-docs-portal/chinese-1/avax/qie-huan-dao-xue-beng-avalance-zhu-wang.md)


---

# 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://kine.gitbook.io/kine-docs-portal/chinese-1/tutorials/ji-chu-zai-xiao-hu-li-zhong-pei-zhi-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.
