> 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/gu/cakepad/faq-users.md).

# よくある質問 (FAQ)（ユーザー向け）

### 1. CAKE.PADイベントとは何ですか？

* CAKE.PADイベントでは、ユーザーはローンチ直後に新しいプロジェクトトークンへの早期アクセスを取得できます。
* ユーザーは**CAKE**を使用して新しいプロジェクトトークンを取得します。
* プロジェクトは流動性、認知度、PancakeSwapコミュニティへの直接アクセスを得ます。
* BNB、Base、ARB、ETH、Linea、またはopBNB上で行われます。

### 2. 参加資格があるのは誰ですか？

* **CAKE**を保有する全ての方。
* NFTプロファイルは不要。
* CAKEのステーキングは不要。
* すべての参加者に対して**フェアローンチ**として設計されています。

### 3. CAKE.PADイベントに参加するメリットは何ですか？

* **CAKE**を使用して新しいトークンに早期アクセスできます。
* より広い取引が始まる前に有利な価格でアセットを取得できる可能性があります。

### 4. CAKE.PADイベントはどのくらいの期間続きますか？

* 通常**24時間**（必要に応じて調整される場合があります）。

### 5. CAKE.PADイベントが超過申込の場合はどうなりますか？

* [**段階的な税率**](/japanese/gu/cakepad/how-cake.pad-taxes-work-in-overflow-sales-with-example.md)は**超過コミット資金のみ**に適用されます。
* プロジェクトは調達目標の\*\*100%\*\*を受け取ります。
* 超過申込が増えるにつれて税率が下がります（1%から0.05%まで）。

### 6. CAKE.PADパートナートークンの最小配分量はいくらですか？

* 最小CAKE.PADパートナートークン配分量 = [**1 wei**](https://www.investopedia.com/terms/w/wei.asp)**。**
* 総コミット量に比べてごく少額のCAKEをコミットした場合、**トークンを受け取れない**ことがあります。その場合、コミットしたCAKEはすべて返金されます。

### 7. 参加アセットは何ですか？

* すべてのCAKE.PADイベントで**CAKE**が使用されます。

### 8. 「オーバーフロー」セールメソッドとは何ですか？

* ユーザーは任意の量のCAKEをコミットできます。
* トークンの配分は、イベント終了時に、そのユーザーがコミットしたCAKEとプール全体の量に対する比率によって決まります。
* 残ったCAKEはトークンをクレームする際に返金されます。数値例については[こちら](/japanese/gu/cakepad/how-cake.pad-taxes-work-in-overflow-sales-with-example.md)をご覧ください。
* 大幅に超過申込の場合、少額のコミットはほぼ配分を受けられない可能性があります。

### 9. CAKE.PADイベントが目標調達額に達しなかった場合はどうなりますか？

* セールは通常通り進行します。コミットされた資金はすべて使用されます。
* 参加手数料は請求されません。

**参加者：** CAKE.PADパートナートークンを受け取ります。

CAKE.PAD**パートナープロジェクト：** セールから残ったトークンとCAKEを受け取ります。

### 10. CAKE.PADイベントはクリフスケジュール付きのロックアップに対応していますか？

* はい、フレームワークはロックアップとクリフスケジュールをサポートしています。
* 現在のCAKE.PADイベントのローンチは**ロックアップなし**で行われています。

### 11. 購入したトークンはいつ受け取れますか？

* トークンはCAKE.PADイベント**終了直後**（ベスティングなしの場合）に利用可能になります。
* ユーザーはPancakeSwapのインターフェースを通じて手動でトークンをクレームする必要があります。
* ベスティングありのCAKE.PADイベントの場合、スケジュールはCAKE.PADイベントページに表示されます。
  * 詳細は[ベスティング](/japanese/gu/cakepad/cakepad-guide.md#ifo-with-token-vesting)をご覧ください。

### 12. CAKE.PADパートナートークンはどこで取引できますか？

* CAKE.PADパートナートークンは、CAKE.PADイベント終了直後にPancakeSwapにシードされ上場されます。


---

# 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/gu/cakepad/faq-users.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.
