# ❓ 자주 묻는 질문 (FAQ)

#### 1. FILLIQUID란 무엇인가요?

**FILLIQUID**는 **Filecoin 생태계 기반으로 구축된 탈중앙화 오픈소스 대출·예치 플랫폼**입니다.\
FIL 보유자와 스토리지 프로바이더(Storage Providers)를 연결하며,\
사용자는 **FIL을 유동성 풀에 예치하고 이자를 받을 수 있고**,\
스토리지 프로바이더는 **자신의 채굴 노드에 잠겨 있는 자산을 담보로 FIL을 대출받아**\
스토리지 파워 확장에 활용할 수 있습니다.

***

#### 2. FILLIQUID는 어떻게 작동하나요?

FILLIQUID는 **FIL 기반 유동성 풀**로, 사용자가 FIL을 예치하면 **FIT**이라는\
이자 수익이 누적되는 유동화 스테이킹 파생 토큰(LSD)이 발행됩니다.

* 스토리지 프로바이더는 자신의 **채굴 노드를 스마트 계약에 연결**하여\
  잠긴 FIL을 담보로 FIL을 대출받습니다.
* 대출된 FIL은 **오직 Filecoin 네트워크의 스토리지 파워 확장**에 사용됩니다.

***

#### 3. 스토리지 프로바이더(Storage Provider)란?

Filecoin에서는 스토리지 프로바이더(SP)가 다른 블록체인의 채굴자(miner)와 유사한 역할을 합니다.

* 이들은 자신이 보유한 **여유 저장 공간을 탈중앙화 방식으로 네트워크에 제공**하고,
* 이에 대한 보상으로 **FIL 토큰을 획득**합니다.

즉, Filecoin 생태계의 **저장소 공급자이자 핵심 인프라 참여자**입니다.


---

# 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-4/faq.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.
