> For the complete documentation index, see [llms.txt](https://docs.bifrostnetwork.com/kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bifrostnetwork.com/kr/bridge/bridge-guide/depositing-to-the-bifrost-network.md).

# 바이프로스트 네트워크로 예치

### 바이프로스트 네트워크 예치 기능&#x20;

예치 (Deposit) 기능을 사용하면 다른 네트워크에서 바이프로스트 네트워크로 자산을 옮길 수 있습니다. 이 가이드는 이더리움 네트워크 기반의 BFC를 바이프로스트 네트워크 기반 BFC로 브릿지하는 방법을 안내합니다.

**Step 1) 지갑 연결**&#x20;

1. [Bifrost 브릿지 페이지](https://www.bifrostnetwork.com/bridge)에 접속합니다.
2. 화면 오른쪽 상단의 지갑 아이콘을 클릭하여 지갑을 연결합니다.

<figure><img src="/files/2YmGrwsiCHWZilCXNY9e" alt=""><figcaption></figcaption></figure>

**Step 2) 네트워크와 토큰 선택**

1. 예치를 진행할 네트워크를 선택합니다.
2. 예치할 토큰을 선택합니다 다만 네트워크마다 지원하는 토큰이 다릅니다. 지원 네트워크 및 토큰 페이지에서 자세한 정보를 확인할 수 있습니다.
3. 예치할 수량을 입력합니다. 수량 조건을 충족하지 않으면 브릿지가 실행되지 않을 수 있습니다. "실행 (Execute)" 버튼이 비활성화되어 있다면, 최소/최대 수량 조건을 확인하세요. 예치 가능한 최소 수량 및 최대 수량은 유동성 상황에 따라 달라질 수 있습니다.

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

**Step 3) 브릿지 실행**

1. "승인 (Approve)" 버튼을 클릭하여 해당 토큰 전송을 허용합니다.
2. "예치 (Deposit)" 버튼을 눌러 브릿지를 실행합니다.
3. 연결된 지갑에서 예상 가스비 (estimated gas)를 확인한 후 승인 (confirm)합니다.
4. 브릿지 트랜잭션을 완료합니다. 네트워크 혼잡도에 따라 소요 시간은 달라질 수 있습니다.

**Step 4) 트랜잭션 내역 확인**

1. 브릿지를 실행한 페이지 상단의 “Use” 탭에서 “Explorer”를 클릭하여 [Bifrost 블록 탐색기](https://explorer.mainnet.bifrostnetwork.com/)로 이동하면 트랜잭션 상태를 확인할 수 있습니다.

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


---

# 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.bifrostnetwork.com/kr/bridge/bridge-guide/depositing-to-the-bifrost-network.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.
