> 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/syrup-pool-faq.md).

# 糖浆池常见问题解答与故障排除

## 故障排除

### **我找不到我曾质押的糖浆池了！**

你应该能够在糖浆池页面的"已结束"标签下找到该糖浆池。

通过选择"仅已质押"，将更容易找到你的资产。

### **为什么我无法从糖浆池中取消质押我的代币？**

如果你无法从质押 CAKE、赚取 CAKE 的池中取消质押，请检查确认你没有卖出钱包中的 SYRUP 代币。该代币充当对你在手动 CAKE 池中的 CAKE 的"所有权证明"。

### **为什么我赚取的代币在质押/取消质押后归零了？**

别担心！它们已经在你的钱包里了。

每当你从糖浆池或农场质押或取消质押时，你赚取的代币都会被收获并同时发送到你的钱包。

## **常规问题**

### 糖浆池的 APR 是如何计算的？

> 糖浆池 APR = 年化奖励（美元）/ 用户质押在糖浆池中的资金（美元）\* 100

举一个基本的例子，假设有一个为期 60 天的池，其中有价值 300,000 美元的奖励，以及价值 3,000,000 美元的质押 CAKE。

随着更多 CAKE 被用户质押，以及 CAKE 和奖励代币价格的变化，APR 会发生波动。

|                            | **计算**                           | 金额               |
| -------------------------- | -------------------------------- | ---------------- |
| 待分配的奖励总额（美元价值）             |                                  | 300,000 美元       |
| 分配周期                       |                                  | 60 天             |
| 每日分配                       | 300,000 / 60 =                   | 每日 5,000 美元      |
| **年化奖励（美元价值）**             | 5,000 \* 365 =                   | **1,825,000 美元** |
| **用户质押在池中的 CAKE 价值（美元价值）** |                                  | **3,000,000 美元** |
| **APR**                    | (1,825,000 / 3,000,000) \* 100 = | **60.833% APR**  |

### **我的糖浆池上的"End"数字指的是什么？**

这显示了距离该池的奖励停止分配还剩下的区块数量。一旦该池达到那个区块，你就应该取消质押你的代币，因为在那之后你将不会收到任何奖励。

### **糖浆池的奖励来自哪里？**

糖浆池主要有三种类型。

1. 质押 CAKE，赚取 CAKE
2. 质押 CAKE，赚取其他代币。
3. 质押其他代币，赚取 CAKE

"质押 CAKE，赚取 CAKE"糖浆池的奖励来自 [CAKE 释放](https://docs.pancakeswap.finance/tokenomics/cake/cake-tokenomics)。每个区块都会分配一定数量的 CAKE 代币作为这些池的奖励。

"质押 CAKE，赚取其他代币"类型的奖励由赞助糖浆池的项目团队提供。

对于"质押其他代币，赚取 CAKE"类型，PancakeSwap 国库从市场上回购 CAKE 以作为奖励分配。这些池由 PancakeSwap 资助，而非项目方自身。

### 什么是 SYRUP 代币？

当你与**手动**"质押 CAKE，赚取 CAKE"糖浆池交互时，PancakeSwap 的 SYRUP 代币会被存入你的钱包。它不是被质押的

它基本上是一张借据，显示了你在该池中质押了多少 CAKE。

当你从该池取消质押你的 CAKE 时，它将被自动归还。

{% hint style="warning" %}
不要卖出你的 SYRUP 代币！你需要归还你的 SYRUP 才能从手动 CAKE 池中取消质押你的 CAKE。你归还的 SYRUP 数量必须与你取消质押的 CAKE 数量相同。
{% endhint %}


---

# 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/syrup-pool-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.
