> For the complete documentation index, see [llms.txt](https://docs.bsc.lista.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsc.lista.org/zh-cn/kai-fa-zhe/liquid-staking-slisbnb/mechanics.md).

# 机制

### ListaStakeManager 介绍

slisBNB 是 Lista 的收益型和流动性质押代币。用户可以通过通过 ListaStakeManager 智能合约质押他们的 BNB 来获得 slisBNB，该合约处理 BSC 上的 BNB 流动性质押。

<br>

以下是 ListaStakeManager 提供的功能：

### 质押 BNB

用户可以通过 ListaStakeManager 质押 BNB。作为回报，他们将获得相应数量的 slisBNB 作为流动性质押代币（LST），代表他们的质押资产。

<br>

### 铸造 LST

质押后，ListaStakeManager 将铸造 slisBNB。slisBNB 可以自由交易、转移或用于 DeFi 应用，为用户提供流动性，同时他们的原始资产仍然被质押。

<br>

### 从多个验证者赚取奖励

质押的 BNB 从多个验证者那里获得奖励，这些奖励随后被汇总并按比例分配给 LST 持有者。这确保用户从各种验证者的表现中受益，可能增加总体收益。

<br>

### 取消质押和提取

用户可以通过智能合约发起提取请求来取消质押他们的资产。收到提取请求后，一个机器人会发送请求给验证者解绑 BNB。在 7 天解绑期后，slisBNB 代币将被销毁，用户可以通过 ListaStakeManager 索取释放的 BNB。

### 重新平衡

ListaStakeManager 允许机器人定期重新平衡质押的 BNB，跨验证者优化可靠性和奖励率。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bsc.lista.org/zh-cn/kai-fa-zhe/liquid-staking-slisbnb/mechanics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
