> 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/japanese/archive/old-tokenomics/cake-tokenomics-v1-controlling-cake-supply.md).

# CAKEの供給量コントロール v1

## CAKEにハードキャップがない理由

現在、CAKEトークンの供給量にハードキャップはなく、インフレトークンとなっています。

コミュニティメンバーからは懸念の声が上がることもありますが、開発チームはハードキャップを望む気持ちを十分理解しつつも、近い将来にハードキャップを設定する予定がない大きな理由があります：

> CAKEの主な機能は、取引所への流動性提供を促進するインセンティブを与えることです。*ブロック報酬がなければ、流動性を提供するインセンティブが大幅に低下します（LPの手数料等は残りますが）。*

**では、インフレに対抗するために、ハードキャップなしでCAKEの供給量を制限するその他の方法は何ですか？**

## ハードキャップなしでCAKE供給量を減少させる方法

開発チームはPancakeSwapのプロダクトにデフレメカニズムを組み込むことで、**デフレを発行量より高くすること**を目指しています。目標は、生産されるCAKEの量よりも多くのCAKEが流通から除去されることです。

### ブロック発行量の削減

ブロックごとに生産されるCAKEの量を減らすことでインフレを抑制します。これはすでに一度実施されています：[ブロック発行量の最初の削減](https://voting.pancakeswap.finance/#/pancake/proposal/QmWSQZsqakCMQ1bmcoEsKzStdtdFHL6cohSjnMV9ira1EC)以来、流通に入るCAKEの数を1ブロックあたり40 CAKEから14.5に実質的に削減しました。ただし、ハードキャップを設定しない理由と同じく、人々への流動性提供のインセンティブが必要なため、頻繁かつ早期に行いすぎることは望みません。

### デフレメカニズム

PancakeSwapの多くのプロダクトに定期的なトークンバーン（[バーンアドレスを確認](https://bscscan.com/token/0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82?a=0x000000000000000000000000000000000000dead)）が組み込まれています（宝くじチケットに使用されたCAKEの10%バーンなど）。さらに多くのメカニズムが追加予定です。現在および予定されているデフレメカニズムの詳細については、[**CAKEトークノミクスページ**](https://docs.pancakeswap.finance/tokenomics/cake/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/japanese/archive/old-tokenomics/cake-tokenomics-v1-controlling-cake-supply.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.
