> 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/zhi-li/lista/lista-holder-benefits.md).

# LISTA 持有者福利

随着[LIP-024](https://snapshot.org/#/s:listavote.eth/proposal/0x1a15347f6b452049212bdf51ff1a46c0a7edf7ca8efe1004b32c15c2965f0f3b)的批准，Lista推出了几项针对LISTA持有者的福利。

第一个是清算保护，这是一种机制，为LISTA持有者在其仓位被清算前额外提供24小时的时间。更多信息请参考我们的[清算页面](https://docs.bsc.lista.org/introduction/lista-lending/liquidation#delayed-liquidation)。

第二个是LISTA持有者增益，这是一个发射计划，为在选定的金库和/或市场中存款和/或借款的LISTA持有者提供额外的发射。

这个发射按层级制度进行：

| 层级 | 7天平均LISTA余额  | 存款和借款上限（分别计算） | 层级权重 |
| -- | ------------ | ------------- | ---- |
| 1  | ≥ 10,000     | $500          | 1.0  |
| 2  | ≥ 50,000     | $1,500        | 1.2  |
| 3  | ≥ 200,000    | $3,000        | 1.5  |
| 4  | ≥ 1,000,000  | $4,000        | 2.0  |
| 5  | ≥ 5,000,000  | $5,000        | 2.5  |
| 6  | ≥ 15,000,000 | $5,000        | 3.0  |

每周，Lista将选择几个金库和市场，并为每个金库和市场分配一定数量的LISTA发射。每天，将为每个合格的金库/市场拍摄快照，以计算每个地址的LISTA发射量，该量由其在每个金库/市场的总合格存款和/或借款中的份额决定。

一个地址在每个金库/市场的发射份额是通过其存款/借款和层级权重相乘计算的。

一个例子：

金库A和B分别被分配了40,000和60,000的LISTA发射。如果一个地址的7天平均LISTA余额为60,000，并且分别向两个金库各存款$1,000。那么：

作为二级持有者，其金库存款上限为$1,500，每个金库的权重为1.2。

总合格存款为$2,000，超过了上限。当这种情况发生时，合格发射的金额将被计算为：

1500/2000 \* 1000 = 750 对于两个金库

将这个数字乘以其权重，其在两个金库中的份额都将是 750 \* 1.2 = $900。

如果金库A的总合格存款为$90,000，而B为$180,000，那么这个地址将获得的LISTA发射总量为：

900/90000 \* 40000 + 900/180000 \* 60000 = 700

<br>


---

# 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:

```
GET https://docs.bsc.lista.org/zh-cn/zhi-li/lista/lista-holder-benefits.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.
