# Avalanche Network에서 토큰 사용하기

Avalanche network에서 토큰을 사용하려면 Avalanche Bridge를 사용하여 Ethereum에서 Avalanche C-Chain으로 ERC-20 토큰을 전송할 수 있습니다.

### **1단계**

1. [Avalanche Bridge](https://bridge.avax.network/)로 접속하세요.
2. 메타마스크로 로그인하여 Avalanche Bridge와 연결하세요.

![](/files/QXbi3YRaDUttB71R36hG)

{% hint style="info" %}
본 서비스를 이용하려면 반드시 메타마스크에 Avalanche Network를 연결해야 합니다. 메타마스크 이용방법은 [가이드](https://docs.bifi.finance/guide/metamask/ethereum)를 참고하세요.
{% endhint %}

### **2단계**

1. 메타마스크 지갑을 연결한 후 "From" 탭에 Ethereum이 표시되는지 확인합니다.
2. Avalanche network로 교환할 토큰을 선택하고 토큰 수량을 입력합니다.
3. "Transfer"를 클릭하세요.

![](/files/l3oE6HgyZiKOE4RHq9Vr)

### **3단계**

메타마스크에서 "Confirm" 을 누르고 transaction을 승인하세요.

![](/files/l6gLB2q7bfW5unQNM1mU)

### **4단계**

이제 Ethereum과 Avalanche 체인에서 transaction을 기다리시면 됩니다. Ethereum에서는 약, 10분, 그리고 Avalanche에서는 약 30초가 소요됩니다.

![](/files/m8Q3dVcCgTBJh7og6nmF)

### **5단계**

Avalanche network의 이전이 완료됩니다.

![](/files/Lvxxn8tub90EptiVPKYm)

{% hint style="info" %}

* Avalanche network의 토큰을 Ethereum network의 토큰으로 교환하는 경우, AVAX 토큰이 서비스 이용 수수료로 지불됩니다.
* 이 서비스는 같은 주소간의 타 네트워크로의 교환 과정만 지원합니다.
* Avalanche Bridge에서 지원되는 ERC20 토큰만 서비스 지원이 됩니다.
  {% 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-ko/bridging/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.
