> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/chinese/huan-ying-lai-dao-pancakeswap/vecake-sunset/archive-vecake/earn-cake-weekly/faq.md).

# FAQ

### 我已经锁定了 CAKE 或迁移了我的 CAKE pool 仓位。为什么我仍然有 0 份额？ <a href="#cae64522-4729-43a2-8fa8-6bbd2567dcea" id="cae64522-4729-43a2-8fa8-6bbd2567dcea"></a>

份额在每次每周分发时更新，即每周星期四 UTC 时间 00:00。

只要你完成了一个完整 epoch 的质押，奖励就会累积。

Epoch 是 7 天的周期，每周星期四 UTC 时间 00:00 开始。例如，如果你在星期二质押，你的第一个 epoch 将在星期四开始。一旦你完成质押直到下一个星期四，你就能够领取从这个星期四到下一个星期四（即 epoch 1）的奖励。

请在每个星期四再次回来查看更新后的奖励数值。

### 为什么我有一个有效的质押仓位，但我的份额/奖励却是 0？ <a href="#id-9f2843b7-1a26-4248-8c3e-f5343b2de92e" id="id-9f2843b7-1a26-4248-8c3e-f5343b2de92e"></a>

在计算奖励时，剩余锁定时长会向下取整到周。因此，要获得份额，你必须确保你的质押仓位不早于下一个星期四 UTC 时间 00:00 解锁。

例如，第 1 周从 1 月 1 日星期四 UTC 时间 00:00 开始。要获得第 1 周分发的奖励，你必须：

* 在 1 月 1 日 UTC 时间 00:00 之前加入。
* 拥有一个有效的 veCAKE 质押仓位，且其在 1 月 15 日 UTC 时间 00:00（第 3 周星期四）时或之后解锁。

请注意，如果你的质押仓位在 1 月 8 日 UTC 时间 00:00（第 2 周星期四）解锁，由于你的 veCAKE 余额在 1 月 8 日 UTC 时间 00:00 归零，你仍将获得第 1 周的 0 奖励。

### 我可以在一周中途加入一个分发周期吗？ <a href="#db254eef-09b7-41d7-bb56-310c77ce976b" id="db254eef-09b7-41d7-bb56-310c77ce976b"></a>

不可以。如前所述，只有当你在 epoch 开始时已经在质押时，奖励才能开始累积。即每周星期四 UTC 时间 00:00。

### 我如何获得更多奖励？ <a href="#db254eef-09b7-41d7-bb56-310c77ce976b" id="db254eef-09b7-41d7-bb56-310c77ce976b"></a>

由于你在池中的份额是基于分发时间（即下一个即将到来的星期四 UTC 时间 00:00）的 veCAKE 余额计算的，要获得更多奖励，只需通过以下方式提升你的 veCAKE 余额：

* 在 veCAKE 质押仓位中锁定更多 CAKE
* 续期你的质押仓位

请注意，在添加 CAKE 或延长之后，你的份额只会在下一个 epoch 开始后才更新，即即将到来的星期四 UTC 时间 00:00。

### 为什么每周注入的奖励与各类追踪工具（如 Info 页面）上显示的交易量不是 100% 匹配？为什么每周 CAKE 池奖励与 gauges 投票结果不是 100% 匹配。

每周注入的 CAKE 奖励数量可能与根据各类追踪工具上显示的交易量计算出的数字不是 100% 匹配。多个外部因素可能影响可转换的 CAKE 奖励数量：

* 交易手续费被转换和处理时的 CAKE 代币价格
* 交易手续费被转换和处理时的底层资产价格
* 为节省 gas 和运营成本，来自 BNB Chain 以外区块链的收入按月处理。它们将以一个月的延迟、按周平均的方式注入。
* 某些交易对在处理交易手续费时可能流动性不足。
* 某些交易对可能包含具有自定义逻辑的代币，从而阻止其手续费被处理。
* 由于基础设施和支持系统性能导致的交易延迟。

厨师们正在努力应用各种工具和实践，以确保更多产生的交易手续费能够被处理并转换为 CAKE。


---

# 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.pancakeswap.finance/chinese/huan-ying-lai-dao-pancakeswap/vecake-sunset/archive-vecake/earn-cake-weekly/faq.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.
