# 质押验证服务

**质押验证模块**是一套基于比特币主网的算法，由SAL调用并由质押监护人执行。它根据质押参数矩阵 (SPM) 中定义的质押交易参数来检查每笔质押交易的正确性和完整性。 LST发行人发起的质押交易必须通过质押监护人的验证后才能广播到比特币主网。这样可以保证质押交易满足用户需求，并保证发行的LST数量与底层BTC资产锚定。此机制可防止LST发行人的失误操作或欺诈行为。

**质押验证服务框架：**

<figure><img src="/files/wORoAD1GWRmW5pOoULJ1" 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://www.docszh.com/solv-docs/sal/technical-architecture/staking-verification-services.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.
