> 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/jian-jie/lisaster.md).

# lisAster

lisAster 是 Lista 的 ASTER 质押聚合器，允许任何 ASTER 持有者访问最佳的质押奖励。

通过在 Lista 上存入 ASTER，可以以 1:1 的比例获得 lisAster。lisAster 是一个标准的 ERC-20 代币 - 它可以自由转移和质押。将来，它还可以用于借贷、交易和其他 DeFi 活动。

请注意，必须质押 lisAster 才能开始产生奖励。奖励根据您质押的 lisAster 的比例份额每小时累积，并在每个时代结算。时代 N 的奖励可以从时代 N+1 开始领取。当 lisAster 被取消质押时，奖励也将停止累积。

根据 Aster Chain 的时代规则，Lista 将每周批量处理所有存入的 ASTER。您的存款将在当前时代生效；质押奖励可以从下一个时代（周一 00:00 UTC → 周日 00:00 UTC）开始领取，并在下一个时代可领取。lisAster 的第一个产生奖励的时代将从 2026 年 6 月 1 日开始。

### 奖励结构

Aster Chain 每个时代分发两个奖励流：

| 流      | 每周池           | 分配基础                      |
| ------ | ------------- | ------------------------- |
| 基础 APY | 150,000 ASTER | 按 veASTER 比例分配给所有质押者      |
| 忠诚度奖励  | 300,000 ASTER | 按权力 (veASTER × 体积增强) 比例分配 |

通过目标最大 veASTER 权重和最高体积增强，lisAster 使存款人能够捕获两个池中的不成比例份额 - 尤其是更大的忠诚度奖励流。

理论上的最大权力优势对比短期单独质押者：

Lista 权力 = 最大 veASTER (4x) × 最大体积增强 (1.25x) = 5x

单独权力 = 最小 veASTER (1x) × 无增强 (1.0x) = 1x

根据用户的单独质押参数，通过 lisAster 的有效权力提升可以达到 5x。

### 我的 lisAster 奖励是如何计算的？

存入的 ASTER 将被锁定长达 208 周，并在每个时代后自动更新以保持完整的 veASTER 权重。奖励每周以 ASTER 形式分发，按照质押的 lisAster 量成比例分配。

* 只有质押的 lisAster 才能获得奖励，仅存款是不够的。
* 在 \[lisAster/Aster] 市场中作为抵押品提供的 lisAster，或在 \[lisAster\&Aster/Aster] 智能借贷市场中用作智能抵押品的 lisAster，仍然被视为质押并正常获得奖励。
* 质押截止时间是每周四 08:00 (UTC)。
* 在截止时间前质押：奖励将从下周一开始累积，第一次领取奖励可在下下周四进行。在截止时间后质押：质押金额将计入下周的批次，您的时间表将相应地延迟一周。

### DeFi 可组合性

在 \[lisAster/Aster] 市场中使用 lisAster 作为抵押品，或在 \[lisAster\&Aster/Aster] 智能借贷市场中使用它作为智能抵押品。它在抵押状态下仍然保持质押状态，奖励继续累积 — 同一资产既获得奖励又支持您的借款。

### 退出 lisAster

由于底层的 ASTER 永久锁定在 Aster 质押合约中，Lista 不提供直接的赎回机制。然而，由于 lisAster 可以自由转移，应该可以在二级市场上将其兑换为 ASTER 或甚至其他代币。


---

# 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/jian-jie/lisaster.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.
