> 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/yin-yan/lisaster.md).

# lisAster

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

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

请注意，必须质押 lisAster 才能开始生成奖励。奖励是根据您质押的 lisAster 的比例每小时累积，并在每个时代结算。从时代 N+1 开始可以领取时代 N 的奖励。当 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 永久锁定在 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:

```
GET https://docs.bsc.lista.org/zh-cn/yin-yan/lisaster.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.
