# vCAKE

### 什么是vCAKE?

vCAKE 是一个度量，代表着用户所持有的CAKE锁仓仓位经锁仓时间加权后的投票权。

vCAKE 数值将并入您的总投票权中。

**vCAKE 不是一个新的代币，这与之前的 iCAKE 类似。**

vCAKE "不" 可转让或交易。

### vCAKE 的计算方式？

vCAKE 根据两个变量来计算：&#x20;

1. 固定期限质押池中的 CAKE 数量&#x20;
2. 质押仓位的剩余锁仓时间 （与 iCAKE 参考的总质押时长概念不同）

对于第 2 点，重要的是要澄清，**剩余的锁定持续时间**不是当您第一次质押它时，您选择锁仓 CAKE 的周数（例如 52 周），而是您锁仓的剩余持续时间。在这种情况下，如果您在大约 10 周前质押了 CAKE 52 周，那么您剩余的锁仓持续时间是 42 周，而不是 52 周。&#x20;

如果您的剩余质押时间少于或等于 1 周，您的 vCAKE 数值等于锁仓在 CAKE 池中的 CAKE 数量。 如果您的剩余质押时间超过一周，您的 vCAKE 等于锁定的 CAKE 数量乘以剩余锁仓时间的周数。

举例说明：

* 小美锁定了 100 CAKE 52 周； 但是到本次投票时她的质押仓位将在 40 周内解锁。 因此她将有`100 x 40 = 4000 vCAKE`&#x20;
* 小明锁定了 100 CAKE 52 周； 但是到本次投票时他的质押仓位将在 52 周内解锁。 因此他将有`100 x 52 = 5200 vCAKE`&#x20;
* 小红锁定了 100 CAKE 10 周； 但是到本次投票时她的质押已经全部到期。 因此她只有`100个 vCAKE`

<table><thead><tr><th width="156"></th><th width="182">锁仓的 CAKE 数量</th><th width="209">剩余锁仓质押持续时间</th><th width="150">vCAKE 数值</th></tr></thead><tbody><tr><td>小美</td><td>100</td><td>40 周</td><td>4000</td></tr><tr><td>小明</td><td>100</td><td>52 周</td><td>5200</td></tr><tr><td>小红</td><td>100</td><td>0 周</td><td>100</td></tr></tbody></table>

### 如何查看自己的 vCAKE 数值？

如果您正打算投票，您可以通过单击 "确认投票" 窗口上的 ">" 按钮，在投票权详情中找到您的 vCAKE 数值。

<figure><img src="/files/Rby81LKNZkq5tTYMPFz1" alt=""><figcaption></figcaption></figure>

如果您正准备提出社区提案，您可以通过单击 "发布" 操作面板底部的 "检查投票权" 来检查您的可用投票权。


---

# Agent Instructions: 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.pancakeswap.finance/chinese/zhi-li-dai-bi-jing-ji/zhi-li-xin/vcake.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.
