> For the complete documentation index, see [llms.txt](https://docs.bifi.finance/guide-ko/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/guide-ko/wallet/ethereum/bsc.md).

# BSC 네트워크 추가하기

[BiFi가 연결한 BSC에서 ](https://app.bifi.finance/lend?chainid=bsc\&utm_source=marketing\&utm_campaign=to_bsc%2F)서비스를 사용하기 위해서는 메타마스크에 Binance Smart Chain의 메인 네트워크(smart chain) 설치가 필요합니다.

**1단계**

메타마스크에서 오른쪽 상단에 있는 네모 박스로 표시된 곳을 클릭하신 후 설정을 눌러주세요.

![](/files/-MYDan6TCCaqwguC26-Z)

**2단계**

설정 화면에서 `네트워크`를 눌러주세요.

![](/files/-MYDaplGXLNlcMFjsHoc)

**3단계**

`네트워크 추가` 버튼을 눌러주세요.

![](/files/-MYDaxKxNMRUPe_Usval)

**4단계**

아래에 있는 BSC 네트워크 정보를 입력하신 후 저장 버튼을 누릅니다. BSC 네트워크 정보는 [Binance](https://academy.binance.com/ko/articles/connecting-metamask-to-binance-smart-chain) 아카데미에서 확인하실 수 있습니다.

* **Network Name:** Smart Chain
* **New RPC URL:** <https://bsc-dataseed.binance.org/>
* **ChainID:** 56
* **Symbol:** BNB
* **Block Explorer URL:** <https://bscscan.com>

![](/files/-MYDb-zYxromiH-Pes2L)

**5단계**

이제 메타마스크에 Binance Smart Chain이 등록된 것을 확인하실 수 있습니다.

![](/files/-MYDb2rBWV8-2t5MmGpq)


---

# 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/guide-ko/wallet/ethereum/bsc.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.
