> For the complete documentation index, see [llms.txt](https://docs.bifi.finance/biport-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bifi.finance/biport-guide/how-to-use/deposit-to-bifi.md).

# Deposit to BiFi

### Getting Started with BiFi on Biport Wallet

You can now deposit assets to **BiFi Lending** straight from the wallet!

[BiFi](https://app.bifi.finance) is a decentralized lending protocol on Ethereum, Binance Smart Chain (BSC), Avalanche, and even Bitcoin. BiFi distributes [BiFi tokens](https://www.coingecko.com/en/coins/bifrost) to users who lend, borrow, or stake in the protocol. Think of it like a high-interest savings account, but without a middlemen (e.g. a bank) automated by smart contracts.

This part will cover how to deposit assets to [BiFi Lending](https://app.bifi.finance/lend) pool to earn interest and BiFi tokens directly within the wallet. Only **deposits** are available in our earliest version. To borrow or stake assets, go to [app.bifi.finance](http://app.bifi.finance) on your desktop and connect your preferred wallet.

### How to Deposit Tokens and Earn Interest on BiFi

#### Step 1. On home screen, click "**BiFi Protocol"**.

![](/files/sAgotKgqJ4vpTZCrZwXs)

#### Step 2. Select the asset you want to deposit.&#x20;

(*Note:* *Bitcoin deposits are only available on BiFi Lending app at the moment. To deposit Bitcoin, go to* [*app.bifi.finance/lend*](http://app.bifi.finance/lend) *on your desktop.)*

![](/files/IvXKodL6Rkxz9496HmRu)

#### Step 3. Enter the amount of tokens to deposit to BiFi Lending.&#x20;

The receiver address is automatically filled in with your address. Click **MAX t**o deposit the maximum amount of tokens you hold. Then, click **Next**.

![](/files/yiYPOgxngLDsrNgiCHCD)

#### Step 4. Check the estimated transaction fee.&#x20;

Click **Custom Fe**e to set the transaction speed to slow, average, or fast. Click **Advanced Options** to configure the transaction fee in detail.&#x20;

Click **Done** to complete the deposit.

*(Note: You must have sufficient balance for network transaction fees to complete the transaction.)*

![](/files/hCs4yKPzX6qzXNuZLC7V)

Only **deposits to BiFi** **Lending** is available in our earliest version of the wallet. To deposit BTC, borrow or stake assets, go to [app.bifi.finance](http://app.bifi.finance) on your desktop, connect your preferred wallet, and start borrowing and staking to earn interest and BiFi tokens.

* To learn how to deposit on [app.bifi.finance](http://app.bifi.finance), see our guide on [Depositing](https://docs.bifi.finance/guide/lending/deposit).
* To learn how to deposit BTC on [app.bifi.finance](http://app.bifi.finance), see our guide on [Depositing or Withdrawing BTC](https://docs.bifi.finance/guide/btc-lending-guide/depositing-or-withdrawing-btc).


---

# 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.bifi.finance/biport-guide/how-to-use/deposit-to-bifi.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.
