# 시스템 아키텍처

FILLiquid의 설계 아키텍처는 **감사를 완료한 스마트 계약**을 기반으로 구축되어 있으며, 모든 거래는 블록체인 상에서 자동으로 실행됩니다.

이 스마트 계약은 단순한 중개 기능을 넘어, 다음과 같은 주요 역할을 수행합니다:

* **유동성 풀 관리**
* **이자율 계산**
* **대출 및 상환 처리**
* **청산 및 정산 운영**

스마트 계약은 주로 **두 사용자 그룹**과 상호작용합니다:

#### 🟢 FIL 예치자 (Lenders)

* **대상:** 유휴 Filecoin을 보유한 사용자
* **목적:** 자산을 유동성 풀에 예치하고 이자를 통해 수익 창출

#### 🟡 대출자 (Borrowers, SPs)

* **대상:** 스토리지 프로바이더(Storage Providers, SPs)
* **목적:** 스토리지 파워 확장을 위해 담보 요건을 충족할 Filecoin 대출 필요

아래의 다이어그램은 FILLiquid 생태계 전체 구조를 시각적으로 설명합니다.

<figure><img src="/files/15pWqypI51AvvwvODkJm" alt=""><figcaption><p>Figure 1[1]: Relationship between lenders, borrowers and the liquidity pool</p></figcaption></figure>

\[1]Icon image: Flaticon.com


---

# 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.filliquid.io/ko/undefined-1/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.
