# Registering BTC Address

To lend and borrow BTC on BiFi, the user needs *three* BTC addresses. *Two* (deposit address and repayment address) are issued by BiFi. The address for withdrawing or borrowing BTC will need to be registered by the user.&#x20;

Each BTC address are used for the following:

**BTC Deposit Address**\
Address to deposit BTC to BiFi from user's own Bitcoin wallet

**BTC Repayment Address**\
Address to repay borrowed BTC from BiFi \
\
**My BTC Address**\
Address to receive BTC when withdrawing or borrowing BTC from BiFi

![](/files/-MhM10stPDKj97eTKt1S)

How to register your BTC address:

1\) Once you connect MetaMask wallet to BiFi, click 'Deposit' next to BTC to have your two personal BTC addresses issued.

2\) Then, enter your own Bitcoin wallet address to receive BTC when withdrawing or borrowing BTC and click 'Register' to finish registering BTC address.&#x20;

{% content-ref url="/pages/-MYDto1IbanXVJDXaHnp" %}
[Install MetaMask](/guide/wallet/metamask-guide/metamask.md)
{% endcontent-ref %}

{% hint style="info" %}

* *You will need to register your BTC address only once.*&#x20;
* *BiFi will automatically store your BTC Deposit and Repayment Address for you, but you can also store these addresses for your own record.*
* *Gas fees will incur when registering BTC address.*
  {% 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/btc-lending-guide/registering-btc-address.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.
