> For the complete documentation index, see [llms.txt](https://docs.bifi.finance/bifi-zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bifi.finance/bifi-zh/wallet/metamask-setting/xue-beng-lian-avalanche-wang-luo-she-zhi-fang-fa.md).

# 雪崩链Avalanche网络设置方法

在MetaMask添加Avalanche网络的操作方法非常简单。您也可以参考 [Avalanche Guidebook](https://docs.avax.network/build/tutorials/smart-contracts/deploy-a-smart-contract-on-avalanche-using-remix-and-metamask)。

### 第一步

1. 打开谷歌浏览器Chrome，登陆MetaMask。
2. 点击上端的网络切换键。
3. 点击最下端的`‘自定义RPC’` 。

![](/files/voovS2Cvk1OFOdRCW0pi)

### 第二步

1. 请输入以下信息：

   * **网络名称**: Avalanche Mainnet C-Chain
   * 新增**RPC URL**:<https://api.avax.network/ext/bc/C/rpc>
   * **链 ID**: 0xa86a
   * **符号**: `AVAX`
   * **区块浏览器URL**:<https://cchain.explorer.avax.network/>

2. 点击`‘保存’`

![](/files/JDRXbIjkHQ4FzEH9uyGe)

### 第三步

现在，您已成功添加雪崩主网(Avalanche Mainnet)到MetaMask钱包.

![](/files/PiUH2H1wKtc5bL1eq0T5)

###


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.bifi.finance/bifi-zh/wallet/metamask-setting/xue-beng-lian-avalanche-wang-luo-she-zhi-fang-fa.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
