# 交易生成服务

**交易生成模块**负责创建适合不同质押协议的质押交易。交易验证后，这些交易将根据预估的最佳交易费用和质押协议的时间要求等因素广播到比特币主网。生成交易的所有参数都在质押参数矩阵 (SPM) 中定义，允许验证者执行必要的验证。


---

# 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/transaction-building-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.
