> 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/xie-yi/cake-tokenomics.md).

# CAKE 代币经济

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

## CAKE Tokenomics 3.0 概览 <a href="#emission-rate" id="emission-rate"></a>

PancakeSwap 的目标是构建一个去中心化的生态系统，将 CAKE 社区、流动性提供者以及 PancakeSwap 支持者的灵活性和可持续性放在首位。

**PancakeSwap 的目标是实现每年至少约 4% 的年通缩率，并在 2030 年前将 CAKE 总供应量减少约 20%。** 为实现这一目标，PancakeSwap 实施了回购销毁策略，最终使 CAKE 代币成为通缩型代币。

**销毁由 PancakeSwap 生态系统中的每一款产品驱动**，具体来自以下来源的大部分手续费：

* [现货交易](https://docs.pancakeswap.finance/earn/pancakeswap-pools#trading-fees)（占交易手续费的 15-23%）
* 永续合约交易（占所有利润的 20%）
* CAKE.PADs（占所有手续费的 100%）
* 预测（每一轮的 3%）
* 彩票（投入的所有 CAKE 的 20%）

**排放量经过精心管理，以确保流动性被引导至最具生产力的资金池和产品。** PancakeSwap 专注于通过优化流动性激励、提升每花费一枚 CAKE 所产生的收入来扩大交易量增长。每一项决策都围绕着创造真实收入、为整个社区带来长期成功这一目标。获得 CAKE 排放的产品包括：

* 多链农场
* 彩票
* 生态系统增长

## 如何自行确认 CAKE 供应量 <a href="#distribution" id="distribution"></a>

要确认 PancakeSwap 首页上显示的流通 CAKE 供应量是正确的：

1. 前往 BscScan 上的 CAKE 代币合约，[查看销毁地址持有多少 CAKE。](https://bscscan.com/token/0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82#balances) 这就是已被销毁的 CAKE 总量（永久从流通中移除，永远无法找回）。
2. 然后，从 BscScan 显示的"总供应量"中减去这一销毁数量。
3. 这样你就得到了实际的 CAKE 供应量。

注意：永久锁定在旧版 CAKE 池中的 CAKE 也被视为已销毁，因为它无法找回。这个 [Dune 仪表板](https://dune.com/pancakeswap/PancakeSwap-CAKE-Tokenomics) 已将其计算在内。

## CAKE 有硬顶吗？ <a href="#other-deflationary-mechanics" id="other-deflationary-mechanics"></a>

是的，CAKE 现在设有 4 亿枚的硬顶。

2026 年 1 月 16 日提出了一项关于最新硬顶调整的提案，将硬顶从 4.5 亿枚下调至 4 亿枚。该提案已成功通过。

有关该投票提案的更多详情，请访问此链接：<https://pancakeswap.finance/voting/proposal/0xc988547f7b6c435764c840623685b0c2d13ebcc91d1672d39c51b6d14207f9a5>

## CAKE 供应量是如何减少的？

主厨们的目标是通过在 PancakeSwap 的产品中构建通缩机制，使通缩量高于排放量。目标是让离开流通的 CAKE 多于产生的 CAKE。请查看 [CAKE 销毁仪表板](https://dune.com/pancakeswap/PancakeSwap-CAKE-Tokenomics) 了解当前及即将推出的通缩机制详情。


---

# 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/xie-yi/cake-tokenomics.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.
