# 轻质质押

在传统质押方法中，当NFT被质押时，相关NFT会直接从持有人转移到合约中。此方法可防止同一NFT被不同账户反复使用，并防止操纵。

在轻量质押中，用户无需直接将NFT置于风险中。相反，他们仅向合约声明他们所拥有的NFT的所有权信息。通过此声明，相关NFT在24小时内将不能被其他账户签署。期限届满后，若用户仍为该NFT的所有者，则可以领取其应得的权益。

对于拥有多个NFT的账户，将所有NFT的所有权信息逐一列在合约中并通过循环检查，可能在安全性和gas成本方面产生问题。因此在首个版本中，系统被有意保持简单，设计为仅通过单个NFT运行。


---

# 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://vrnouns.gitbook.io/flooor/documentation/documentation-zh/kuai-su-kai-shi/qing-zhi-zhi-ya.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.
