> 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/staked-cake-redemption.md).

# 质押 CAKE 赎回

{% hint style="info" %}
质押 CAKE 赎回站点：<https://pancakeswap.finance/cake-staking/redeem>
{% endhint %}

## veCAKE 领取是如何运作的？

#### 1. 连接你的钱包

在进行任何操作之前，请先将你的钱包连接到领取页面。

> ⚠️ 注意：奖励和余额只有在你连接钱包后才会显示。如果显示的余额为"-"，则表示没有可领取的 CAKE / CAKE 奖励。

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/no%20balance%20%281%29.png" alt=""><figcaption></figcaption></figure>

#### 2. 查看你的余额和奖励

连接后，你将看到以下信息：

1. **veCAKE 余额**：你当前持有的 veCAKE 数量。
2. **锁定的 CAKE**：你最初质押在 veCAKE Pool 中的 CAKE 数量。
3. **原始解锁日期**：veCAKE 原本将解锁的日期

\*\* 随着 [Tokenomics 3.0 提案](https://blog.pancakeswap.finance/articles/implementation-of-cake-tokenomics-3-0-what-you-need-to-know)的通过，**所有锁定的 CAKE 现已计划于 UTC 时间 2025 年 4 月 23 日 9:00 解锁**。

4. **我的总奖励**：你有资格赎回和领取的 CAKE 总额，由以下部分组成：

* **Cake Pool 奖励**：旧版 CAKE Pool 奖励
* **收入分享奖励**：通过质押 CAKE 赚取（[更多信息](https://docs.pancakeswap.finance/earn/cake-staking/revenue-sharing/earn-cake-weekly)）

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/Connected%20view%20balance.png" alt=""><figcaption></figcaption></figure>

#### 3. 赎回并领取

点击 **'Redeem & Claim'**（赎回并领取）开始操作。交易成功后，你的 CAKE 将出现在你的钱包中。

> 📝 你需要在钱包中签名并批准交易，才能完成领取。

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

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

#### 4. 仔细检查是否需要多次领取

在某些情况下，如果奖励数额较大，你的奖励可能会分摊到多次领取中。

> ✅ 为确保你已领取所有奖励，请在完成流程后检查"My Total Rewards"（我的总奖励）余额是否为"-"或 0。

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/no%20balance%20%281%29.png" alt=""><figcaption></figcaption></figure>


---

# 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/staked-cake-redemption.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.
