> 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/zhuan-qu/earn-faq/cake-staking-faq/revenue-sharing-faq.md).

# 收入分成常见问题解答

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/faq-revenuesharing.png" alt=""><figcaption></figcaption></figure>

### 份额（rCAKE）是如何计算的？ <a href="#id-50b7c683-feb0-47f6-809f-39c1a0976bb5" id="id-50b7c683-feb0-47f6-809f-39c1a0976bb5"></a>

在每次每周分配时，每位用户的份额将根据以下因素重新计算：

1. 他们锁仓的 CAKE 数量
2. 他们锁仓 CAKE 的剩余锁仓时长（向下取整到周）以及最大允许锁仓时间（当前为 52 周）

例如：

如果一位用户锁仓了 50 CAKE，剩余锁仓时间为 10.3 周，那么该用户拥有 `50 * (10 / 52 ) ~= 9.61` 份额。

### 我已经更新了我的头寸；为什么我仍然有 0 份额？ <a href="#cae64522-4729-43a2-8fa8-6bbd2567dcea" id="cae64522-4729-43a2-8fa8-6bbd2567dcea"></a>

份额（rCAKE）在每次每周分配时更新，时间为每周三 UTC 时间 23:59。请在紧接着的下一次每周分配后再次查看，以查看你更新后的份额。

### 为什么尽管我有一个活跃的质押头寸，我的份额却是 0？ <a href="#id-9f2843b7-1a26-4248-8c3e-f5343b2de92e" id="id-9f2843b7-1a26-4248-8c3e-f5343b2de92e"></a>

在计算份额（rCAKE）时，剩余锁仓时长会向下取整到周。因此，要获得份额，你必须确保你的质押头寸解锁时间不早于紧接着的下一次分配。

例如，要获得第 1 周分配的份额。你必须：

* 在 8 月 2 日 UTC 时间 23:59 之前加入。
* 拥有一个解锁时间晚于 8 月 9 日 UTC 时间 23:59 的活跃固定期限 CAKE 质押头寸。

如果你的质押头寸解锁时间早于 8 月 9 日 UTC 时间 23:59，你将获得第 1 周的 0 份额。

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

不可以，如前所述，份额在每周三 UTC 时间 23:59 分配期开始时计算。因此，你将从下一次分配开始获得份额，并从那时起开始累积奖励。

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

由于份额是根据 CAKE 数量和剩余锁仓时长计算的，要获得更多份额，你可以：

* 锁仓更多 CAKE
* 延长你的质押头寸

请注意，在添加 CAKE 或延长之后，份额不会实时更新，仅在每周的每周分配时更新。

### 当我添加更多 CAKE 或延长质押时，需要更新我的质押头寸吗？ <a href="#id-71d1d397-ac1c-454b-abd9-15492860f05c" id="id-71d1d397-ac1c-454b-abd9-15492860f05c"></a>

不需要，你只需注册一次。所有后续的 CAKE 质押池操作都将自动通知收入分成池，并在下一次每周分配时更新你的份额。

### 为什么每周注入的奖励与各种追踪工具（如 Info 页面）上显示的交易量不是 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/zhuan-qu/earn-faq/cake-staking-faq/revenue-sharing-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.
