> 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/gauges-voting-faq.md).

# Gauges 投票常见问题解答

### 我有一个活跃的头寸，为什么我不能投票？ <a href="#cae64522-4729-43a2-8fa8-6bbd2567dcea" id="cae64522-4729-43a2-8fa8-6bbd2567dcea"></a>

请确保你的解锁时间等于或晚于当前纪元快照时间之后的 1 周。

如果你的头寸在快照时间解锁，这意味着你在快照时间拥有 0 veCAKE。因此你无法投票。

### 在我设置好 veCAKE 头寸后可以立即投票吗？

可以。

一旦你的头寸设置完成，你就可以立即使用你的 CAKE 进行投票。

但是：

* 在一个纪元的最后 24 小时内不能进行投票。
* 你对某个特定 gauge 的投票决定的更新频率不能超过每 10 天一次。
* 请确保你的头寸不会早于或恰好在快照时间解锁。

### 我可以获得更多的 veCAKE 或票数吗？

可以，只需添加更多 CAKE 或延长你的锁仓头寸。

请注意，在通过添加 CAKE 或延长锁仓时间获得更多 veCAKE 之后，你需要通过重新提交投票请求来手动更新每一个 gauge。

### 为什么在计票期之后投票结果发生了变化？

在计票期间，PancakeSwap Kitchen 将根据来自所有 gauge 的各种指标投出其票数。

目标是：

* 确保核心流动性资金池在其 LP 头寸上获得有竞争力的回报
* 确保在将现有的糖浆池合作安排完全迁移到 veCAKE gauge 投票系统之前，满足这些安排
* 确保任何在 veCAKE 推出后未获得任何票数的较小农场，将在初始推广中至少获得一些分配，上限为其当前的释放水平。

查看此提案了解更多详情：<https://pancakeswap.finance/voting/proposal/0x9602c8f56d01f239b88ecf914ee263cc9cdd75b8d10ae4d9536fc27b2680849c>

### 为什么我的票数在减少？

因为当我们对 gauge 投票时，我们使用的是我们的 veCAKE。而 veCAKE 余额会随着剩余锁仓时间的减少而逐渐减少。

在你的 veCAKE 头寸解锁时，你的票数将一路减少至 0。

要获得更多票数，请通过向锁仓中添加更多 CAKE 或延长锁仓来获取更多 veCAKE。

### 在获得更多 veCAKE 后，为什么我不能为更多 gauge 投票？

在对 gauge 投票时，我们通过定义将我们 veCAKE 的多少%分配给每个 gauge 来投出票数。

因此，即使你获得了更多 veCAKE，如果你在之前的 10 天内已将 100% 的 veCAKE 分配完毕，那么在 10 天冷却期结束之前你无法更改决定。

### 投票结果已计票完成，为什么释放速率没有变化？

将投票结果应用到 PancakeSwap 上各种释放产品大约需要 72 小时。主厨们将继续自动化这一流程，以缩短间隔并提高准确性。

### 为什么我投票的 gauge 在下一个纪元没有获得任何 CAKE 释放？

白名单 gauge 需要获得相当于每天至少 1 CAKE 释放的票数，才能获得任何 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/gauges-voting-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.
