# Bridging Tokens to Avalanche Network

To use your tokens on Avalanche network, you can use the Avalanche Bridge to transfer ERC-20 tokens from Ethereum network to Avalanche's C-Chain. Here is how it works:

### **Step 1**

1. Visit [Avalanche Bridge](https://bridge.avax.network/).
2. Connect your wallet using MetaMask or Coinbase Wallet, then log in.

![](/files/0PbH957knuy5NmsQzvdk)

{% hint style="info" %}
Make sure you have added Avalanche network to your MetaMask wallet. To learn how to set up MetaMask Wallet, go to our [MetaMask Guide](https://docs.bifi.finance/guide/metamask/ethereum).
{% endhint %}

### **Step 2**

1. After connecting your Metamask wallet, make sure that the "From" tab shows Ethereum.
2. Choose the token to swap to Avalanche network and enter the amount of tokens.
3. Click "Transfer".

![](/files/lYc1nnupMElZp6vvChwJ)

### **Step 3**

Click "Confirm" on MetaMask to proceed with the transaction.

![](/files/e7iGoADuqhSbvhJRDeCV)

### **Step 4**

Wait until the transaction on both Ethereum and Avalanche Mainnnet is complete. It usually takes about 10 minutes on Ethereum and 30 seconds on Avalanche.

![](/files/Xn3e6YPQsQveV7sTSsGS)

### **Step 5**

You have completed swapping tokens to Avalanche network.

![](/files/tswceuamBjysm5pLDJCd)

{% hint style="info" %}

* *Transaction fees are paid in AVAX tokens when you bridge Avalanche network-based tokens to Ethereum network-based tokens.*
* *Bridge transfers are only allowed to the same address on the other network.*
* *Only the supported ERC20 tokens can be transferred on the bridge.*
  {% endhint %}


---

# 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://docs.bifi.finance/guide/bridging/bridging-tokens-to-avalanche-network.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.
