# Lend & Borrow

This guide explains the process of depositing USDC on the BNB Chain as collateral and borrowing BtcUSD on the Bifrost Network.

{% stepper %}
{% step %}
Connect your wallet.

<figure><img src="/files/d9fdE0MIH5d30JvNxzMy" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the USDC to deposit as collateral.

<figure><img src="/files/n8eHRCGzlkg8j8RNplMJ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Choose the network to deposit.

<figure><img src="/files/zGC9n84MbyRogQjgBe5n" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter the amount of tokens to deposit and click Supply.

<figure><img src="/files/DS9vYy3kuxdhOE0zYL2s" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Confirm the transaction in your wallet. When the “Supply completed” message appears, click Close.

<figure><img src="/files/rV1O4TvF3xsF16L8W61p" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the token you wish to borrow.

<figure><img src="/files/RTyuUSj3oR1cEsB7Qbdi" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Choose the network from which to borrow the token.

<figure><img src="/files/5TYzS8NBIPl0qci2zYt7" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter the amount of tokens to borrow and click Borrow.

<figure><img src="/files/d7wjqJcxW4N7yfOG8McD" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After confirming the transaction, the “Borrow completed” message indicates the process is complete.

<figure><img src="/files/I1yRLek8o3AdeWSKhjNO" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Your deposited USDC and borrowed BtcUSD will be displayed as follows.

<figure><img src="/files/NaS9im2JSsiYzlm3BTEx" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/bifi-cross-chain-guide-en/how-to-use-bifi/lend-and-borrow.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.
