> 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/legacy-products/archived-simple-staking/faq.md).

# よくある質問 (FAQ)

{% hint style="danger" %}
\[アーカイブ済み] Simple Staking – 2025年3月10日をもって
{% endhint %}

### ロック期間終了後に引き出さない場合はどうなりますか？

ロック期間が終了すると、ユーザーはステーキング報酬と元本を引き出せるようになります。引き出さない場合、資金はロックステーキング報酬よりも低い配分の柔軟な日次報酬を受け取り続けます。

### 早期引き出しの手数料はいくらですか？

早期に資金を引き出す場合のスケジュールとペナルティは以下の通りです：

| 引き出し手数料/プール | 30日        | 60日        | 90日        |
| ----------- | ---------- | ---------- | ---------- |
| 引き出し不可      | 最初の10日間    | 最初の20日間    | 最初の30日間    |
| デポジット額の15%  | 11〜20日間    | 21〜40日間    | 31〜60日間    |
| デポジット額の2%   | 21〜30日間    | 41〜60日間    | 61〜90日間    |
| 手数料なし       | 30日目のアンロック | 60日目のアンロック | 90日目のアンロック |

30Dプールが10月1日 11:00に開始した場合の日数の数え方の例：

10月1日 11:00〜10月11日 11:59 → 引き出し不可

10月11日 12:00〜10月21日 12:00 → 15%手数料

10月21日 12:00〜10月31日 11:59 → 2%手数料

10月31日 12:00以降 → 手数料なし

### PancakeSwapはどのように毎日の報酬を蓄積しますか？

PancakeSwapはBinance EarnとパートナーシップしてSimple Stakingを提供しています。PancakeSwap Simple Stakingを使用することで、ロック期間中に資金はBinance Earnによって管理されます。

資産は厳密に管理された方法でオンチェーンステーキングに使用されることがあります。Binanceは厳格なリスク評価プロトコルによって決定されたオフィシャルステーキングプールを通じてステーキングするか、Proof-of-Stake（POS）ネットワークステーキングに参加するためのバリデーターとノードを運営する場合があります。Binanceが運営するバリデーターとノードはセキュリティを最優先事項としてセットアップされています。

Binanceはより多くのユーザーを引き付けるためにパートナープロジェクトがスポンサーとなるプロモーションキャンペーンを時々実施することもあります。

### PancakeSwapとCAKEホルダーはこれからどのように恩恵を受けますか？

PancakeSwapはユーザーへのサービス提供に対してAPR報酬の小さな割合を受け取ります。これはCAKEに変換されてバーンされます。CAKEホルダーについては、少なくとも100 CAKEをロックした固定期間CAKEステーカーはブーストされたAPRを受け取ります。

### 「引き出し承認待ち」の場合、引き出しプロセスで何が起こりますか？

引き出し/アンステーキングがリクエストされると、ユーザーは元本と共にウォレットに資金を受け取ります。「引き出し承認待ち」のアラートを受け取った場合、管理プロセスによる引き出しのわずかな遅延を表しています。ユーザーは数時間後にアンステーキングをリクエストし、同日中に資金を受け取ることができます。

### Simple Stakingの次の計画は何ですか？

Simple Stakingの次の計画は、Q4により多くのトークンを提供してプロダクトをマルチチェーンにすることです。


---

# 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/legacy-products/archived-simple-staking/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.
