# 质押抽象层 (SAL)

**质押抽象层 (SAL)** 的服务根据BTC质押活动涉及的不同角色和阶段进行组织，主要分为以下几类。这些服务的详细接口将在后期逐步提供。

### LST发行服务

* **配置LST** ：配置LST信息。
* **存入资产**：存入相应的基础资产。
* **索赔LST** ：索赔相应数量的LST。
* **赎回LST** ：赎回LST，获取对应的基础资产。

### 交易生成和执行服务

* **预估费用**：预估质押所需费用。
* **协议列表**：查询支持的质押协议。
* **配置资产**：配置用于质押的基础资产。
* **质押**：启动质押过程。
* **取消质押**：启动取消质押过程。
* **提现**：取回资产。
* **质押列表**：查询质押仓位。

### 质押验证服务

* **验证**：验证质押相关交易中各参数的正确性和完整性。

### 收益分配服务

* **配置预言机**：配置预言机信息。
* **设置NAV**：维护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/technical-docs/sal.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.
