# 质押与赎回

FIL 持有者可以将闲置资产质押到流动性池中，以借贷给借款人并赚取利息。 FILLiquid 的无许可开放智能合约允许市场参与者随时直接向合约中质押或赎回任何数量的 FIL 资产。

当 FIL 持有者将其代币质押到智能合约中时，他们会收到一种叫做 FIT 的流动质押衍生代币（LSD）。它作为质押证明和生态系统内分红分配的载体。收到的 LSD 代币数量取决于多个因素，例如：

* 提供的流动性数量。
* 流动性池中质押的 FIL 代币总量（包括借款人存入的本金和利息支付）。
* 池的利用率。

质押和赎回活动始终可用，并且通过机制保护，防止 FIL 流动性被耗尽。

例如，当流动性变得稀缺且利用率达到一定水平时，每个质押的 FIL 代币所获得的 LSD 代币数量会呈指数增长，从而鼓励提供流动性。

类似地，赎回一个FIL 代币所需的 LSD 代币 FIT 的成本会显著增加，从而抑制赎回活动。


---

# 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/how-it-works/zhi-ya-yu-shu-hui.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.
