# 예금 및 대출하기

이 가이드에서는 BSC mainnet의 USDC를 예치하고, USDC를 담보로 Bifrost mainnet의 BtcUSD를 대출받는 과정을 설명합니다.

{% stepper %}
{% step %}
Connect wallet 을 클릭하여 지갑을 연결합니다.

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

{% step %}
담보로 예치할 토큰을 선택합니다.

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

{% step %}
토큰을 예치할 네트워크를 선택합니다.

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

{% step %}
예치할 토큰 수량을 입력하고, 입금하기를 클릭합니다.

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

{% step %}
지갑에서 거래를 확인하고, ‘입금 완료 되었습니다’ 메시지가 나타나면 ‘닫기’를 클릭해서 닫아주세요.

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

{% step %}
대출받을 자산을 선택합니다.

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

{% step %}
대출받을 자산의 네트워크를 선택합니다.

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

{% step %}
대출 받을 자산의 수량을 입력하고 ‘대출하기’를 클릭합니다.

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

{% step %}
거래 확인 후 ‘대출 완료 되었습니다’ 라는 메시지가 나타나면 ‘닫기’를 클릭합니다.

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

{% step %}
예치한 USDC와 대출받은 BtcUSD를 다음과 같이 확인할 수 있습니다.

<figure><img src="/files/qun69vqWohl1QDOYY4oq" 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-kr/bifi/undefined.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.
