# 介绍

{% embed url="<https://www.youtube.com/watch?list=PLSuBhL_HiG77V_yEzX4_ncPn5vRXtLv3w&v=mPRryz3IAMs>" %}

\
FILLiquid 是一个在 FEVM（Filecoin 虚拟机）上实现的流动性池，作为一个完全开源、去中心化、基于算法的借贷平台。我们的产品促进了一个市场，使 FIL 代币持有者能够质押代币并赚取被动收入，同时也允许存储提供商（SP）借贷 FIL 代币用于存储提供。

存储提供商在 Filecoin 网络中占据核心位置，提供数据存储和网络安全方面的关键作用。存储提供商将 FIL 代币质押到协议中，以便在 Filecoin 的去中心化对等存储解决方案中提供存储服务。初始质押担保是一种前期投资机制，旨在增强网络的安全性。作为回报，存储提供商根据他们为网络贡献的存储量赚取交易费用和区块奖励。

由于存储提供商需要持有一定数量的 FIL 代币以参与共识，这就创造了对借贷 FIL 代币的强烈需求，进而扩大存储能力服务。

本 GitBook 作为 FILLiquid 功能和特性的技术概述，涵盖了 FIL 借贷市场的背景和需求、借贷协议的技术架构和经济设计、治理结构以及其他管理方面内容，以阐明存储提供商对 FIL 借贷市场的需求。

GitBook 分为以下三个部分：

1. 设计架构
2. 经济学
3. 治理

**设计架构**部分描述了智能合约结构和协议的实现方式。 **经济学**部分讨论了借款利率的确定、质押收入的分配以及治理代币的设计。 文档的最后包括了治理、风险管理和路线图等部分。

总体而言，本 GitBook 旨在从技术层面提供 FILLiquid Pool 的全面理解，并阐明其在 Filecoin 网络中促进 DeFi FIL 借贷市场的作用。


---

# 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/zh/filecoin/jie-shao.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.
