# BTC 주소 발급 및 등록

BTC 담보대출 서비스를 사용하기 위해서는 메타마스크의 이더리움 메인넷을 설치해야합니다.&#x20;

{% content-ref url="/pages/-MYD-KL40jzkgU4\_UFtq" %}
[메타마스크 가이드](/guide-ko/wallet/ethereum.md)
{% endcontent-ref %}

BiFi의 멀티체인 BTC 담보대출 서비스를 사용하기 위해서는 각 사용자의 전용 주소 3가지를 발급 및 등록해야합니다. 각 주소의 기능은 다음과 같습니다.

**비트코인 예금 주소** \
사용자가 BiFi에 BTC를 예금하기 위해 BTC를 전송할 주소&#x20;

**비트코인 상환 주소** \
사용자가 BiFi에서 대출한 BTC를 상환하기 위해 BTC를 전송할 주소

**비트코인 수령 주소** \
BiFi에서 대출하거나 출금한 BTC를 받고자 하는 사용자의 비트코인 월렛 주소

![](/files/-MhHkQH_g7pWnO57aMzI)

사용자는 BiFi에 메타마스크를 연결한 후 BTC 예금 버튼을 클릭하면, 사용자의 메타마스크를 기반으로 생성된 사용자 전용 BTC 주소를 확인할 수 있습니다. 두 주소를 확인한 후 BTC의 대출과 출금 시 입금받을 자신의 비트코인 지갑 주소를 입력한 후 등록해야 합니다.&#x20;

{% hint style="info" %}

* 비트코인 주소 등록 시 가스비가 발생합니다.&#x20;
* 비트코인 예금 주소와 상환 주소는 사용자의 편의를 위해 BTC 담보대출 사용 시 BiFi에서 자동으로 화면에 보여주지만, 개인정보 관리를 위해 복사하여 기록하는 것을 추천해 드립니다.&#x20;
  {% 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/btc-lending/btc-add.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.
