> For the complete documentation index, see [llms.txt](https://docs.liquity.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liquity.org/liquity-v1-cn/faq/staking.md).

# LQTY 质押

### **在 Liquity 中如何进行质押操作？**

要开始质押，您需要将您的 LQTY 代币存入 Liquity 质押合约。 完成操作后，您将开始按比例赚取 LUSD 和 ETH 的借贷和赎回费用。

### **我质押的 LQTY 能带来多少收益？**

在费用产生的那一刻，您的 LQTY 股份将获得一部分费用，其份额等于您在 LQTY 股份总额中所占的份额。

### **有锁仓期吗？**

没有，您可以随时提取您的抵押资金。

### **我可以质押 LUSD 吗？**

您只能质押 LQTY 代币。 但LUSD 可以存入[稳定池](https://docs.liquity.org/v/cn/faq/stability-pool-and-liquidations)。

### **质押的 LQTY 代币是用于支持系统（如 Maker）还是用于治理？**

不，质押的 LQTY 既不用于支持 Liquity 系统，也不用于治理，因为Liquity没有治理。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.liquity.org/liquity-v1-cn/faq/staking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
