> For the complete documentation index, see [llms.txt](https://docs.bifrostnetwork.com/bifrost-network/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/bifrost-network/bridge/bridge-guide/depositing-to-the-bifrost-network.md).

# Depositing to the Bifrost Network

### Making a deposit with the Bifrost Network

The Deposit feature allows you to bring assets from other networks to the Bifrost Network. This guide will walk you through how to bridge an Ethereum network-based BFC to a Bifrost Network-based BFC.

**Step 1) Connect your wallet**

1. Access the Bifrost Bridge page (<https://www.bifrostnetwork.com/bridge>)
2. Click the wallet icon in the top right corner to connect your wallet.

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

**Step 2) Select a network and token**

1. Select which network are you doing a deposit from.
2. Select a token. Different networks support different types of tokens. You can see the supported networks and tokens page.
3. Enter the amount of tokens to deposit. If the amount condition is not met, the bridge may not be able to run. If the execute button is not enabled, you will need to take a look at the minimum/maximum amount. Please check the minimum amount to deposit and the maximum amount to deposit to be able to proceed. (The maximum deposit amount may vary depending on liquidity conditions).

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

**Step 3) Launch the bridge**

1. Click the Approve button to agree to grant access for the token to be sent.
2. Click the “Deposit” button to run the bridge.
3. When the connected wallet opens, check the estimated gas cost and confirm.
4. Complete the bridge transaction. The time to bridge can fluctuate depending on network congestion.

**Step 4) Check the bridge transaction execution history.**

1. At the top of the page where you launched the bridge, under the “Use” tab, click “Explorer” (<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/bifrost-network/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.
