# 质押主仓

质押保全层约占参与资金的 90%，其核心功能是主仓隔离、账户级分账、状态记录、结算缓冲和赎回支持。该层不直接作为高波动市场交易仓位，而是在智能合约中以用户地址为单位记录资金状态、可提取状态、结算状态和历史变更。

<figure><img src="/files/w9iKiszsZHasjr0cfOMw" alt=""><figcaption></figcaption></figure>

与传统中心化托管不同，质押保全层并不应依赖人为审批或中心化承诺来定义用户资产状态。理想状态下，该层的所有关键动作都应以链上事件记录，包括资金进入、状态初始化、未划转余额、结算触发、提取请求、风险参数变化等。用户可以通过数据看板或链上浏览器理解自己的主仓状态，而不是依赖后台账本或口头说明。

在风险管理上，质押保全层的价值在于将整体资金中的大部分从直接市场波动中剥离出来，使用户不再处于完全全仓暴露状态。需要强调的是，这并不意味着质押保全层没有任何风险；智能合约安全、预言机数据、治理参数、外部监管与市场流动性仍会影响协议整体运行。因此白皮书将其定义为“保全层”与“隔离层”，而不是无条件担保层。


---

# 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://verraprotocol.gitbook.io/verra-docs/xi-tong-jia-gou/zhi-ya-zhu-cang.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.
