# 개요 (Overview)

크로스체인 디파이 플랫폼 BiFi의 대출 및 예치 시장은 탈중앙화된 금리 모델을 기반으로 운영됩니다. 예금(공급) 금리(APY)와 대출(차입) 금리는 실시간으로 시장 수요와 공급에 의해 조정됩니다. 이러한 구조는 대표적인 타 DeFi 프로토콜과 유사한 방식으로 동작합니다.

<figure><img src="https://3797686028-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAKUhZAlRmhvNyYJM8xbv%2Fuploads%2FYRzXIvK7ocjxrEQi6Mw4%2Fimage%20(34).png?alt=media&#x26;token=0cb761f4-ed68-48a5-8ec4-f675e63b3bb6" alt=""><figcaption></figcaption></figure>

**1. 공급(예금) 금리(APY)와 차입 금리의 관계**

BiFi 플랫폼에서 사용자는 자산을 예치함으로써 공급자가 되고, 해당 자산을 대출하려는 사용자가 차입자가 됩니다.

**2. 공급 APY가 0%로 표시되는 경우**

BiFi에서 일부 토큰의 공급 APY가 0%로 표시되는 이유는 다음과 같습니다:

* 수요 부족: 특정 토큰을 대출하려는 사용자가 거의 없을 경우, 예치된 자산에 대한 금리가 형성되지 않음
* 유동성 부족: 시장에서 해당 토큰이 차입된 양이 적거나, 사용자가 대출을 갚은 후 즉시 예치해버리는 경우
* 시장 변동성: DeFi 대출 시장은 변동성이 크기 때문에, 특정 시점에서는 공급 APY가 0%이더라도 수요가 발생하면 금리가 즉시 조정됨

**3. 대출 유동성과 시장 APY 변동 원리**

다음과 같은 시장 조건이 발생하면 공급 APY와 차입 금리가 변동합니다.

| 조건                | 예상 변화                |
| ----------------- | -------------------- |
| 차입 수요 증가          | 공급 APY 상승 & 차입 금리 상승 |
| 차입 수요 감소          | 공급 APY 하락 & 차입 금리 하락 |
| 대출 상환 급증          | 공급 APY 하락            |
| 예치 자산 급증          | 공급 APY 하락            |
| 유동성 감소 (예치 철회 증가) | 차입 금리 상승             |

이처럼 BiFi의 시장은 실시간으로 사용자 행태 및 유동성 변화에 따라 자동 조정됩니다.


---

# 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-cross-chain/overview.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.
