# 质押监护人

**质押监护人 (Staking Guardian)** 是质押抽象层 (SAL) 在BTC质押生态中引入的新角色，作为确保质押过程的透明度、完整性和安全性的核心组件。质押验证者在质押流程中承担多重职责，包括资产托管、交易验证和交易联合签名。

通过将质押交易的构建、验证和签名分离，质押监护人可以确保LST发行人等角色发起的质押交易准确且无错误，从而保证用户资产按照其意图进行质押。当用户解除质押和赎回资产时，质押监护人也会对交易进行验证，以确保资产正确返回到指定地址，防止资产丢失。


---

# 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://www.docszh.com/solv-docs/sal/ecological-view/staking-guardians.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.
