> 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.md).

# \[アーカイブ] シンプルステーキング

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

### Simple Stakingとは何ですか？

PancakeSwapはBinance EarnとパートナーシップしてSimple Stakingを提供しています。これによりPancakeSwapユーザーはBinance Simple Earnのサポートを受けて、BNBチェーン上でCAKE、USDC、USDTなどの人気トークンのシングルサイドステーキングを楽しむことができます。

ペアの資産を使用するFarmと流動性プールの通常のステーキングの代わりに、Simple Stakingでは単一の種類の資産をステーキングしてイールドを得ることができます。これにより、ステーキングプロセスが簡素化されます。

Simple Stakingでは、様々な人気トークンのイールド獲得オプションが提供されます。この機能が拡大するにつれて、お好みのトークンから選択できるオプションが増えていきます。

### Simple Stakingのメリット

**非恒久的損失なし：** AMM（自動マーケットメーカー）とは異なり、ペアではなく単一トークンをステーキングするため、非恒久的損失（IL）に直面しません。

**手間のかからないステーキング：** 他のイールドファーミング方法のように異なるポジションを管理したりトークンを移動したりする必要がありません。

**日次積立：** APRレートに基づいて毎日報酬が積み立てられ、ステーキング期間終了時に請求できます。ステーキングへのコミット期間が長いほど、APRが高くなります。

**CAKEステーキングによるAPRブースト：** [固定期間プール](https://pancakeswap.finance/pools)でCAKEをステーキングすると、APRレートがブーストされ、Simple Stakingの報酬が増加します。ブーストされたAPRの詳細については、[FAQセクション](/japanese/archive/legacy-products/archived-simple-staking/faq.md)をご覧ください。

### Simple Stakingはどのように機能しますか？

**Simple Staking**は暗号トークンをステーキングしてステーキング報酬を得るための便利で手間のかからない方法を提供します。ユーザーは30、60、または90日間のロック期間でトークンをステーキングすることで、毎日の報酬を得ることができます。

トークンはロック期間の日次APRレートに基づいて毎日報酬を得ます。計算式は以下の通りです：

$$
\text{報酬} = \text{預けた資産} \times \frac{\text{APR}}{365} \quad \text{（小数点以下8桁に切り捨て）}
$$

ステーキング報酬は、資金がステーキングプールに預けられた翌日の12:00 UTC（日本時間21:00）からステーキング期間終了まで毎日配布されます。例えば、ユーザーが2023年9月30日14:00 UTCに90Dプールに1000 CAKEをステーキングした場合、最初の報酬は2023年10月1日12:00 UTCに配布され、最後の報酬は2024年2月3日12:00 UTCに配布されます。毎日配布されたすべての報酬はステーキング報酬終了後にのみ請求できます。

APRは毎日変わることに注意してください。ロックステーキング期間開始時に表示される推定報酬は、実際に生成される報酬と若干異なる場合があります。

### 報酬はいつ請求できますか？

ユーザーはSimple Stakingポータルを通じてトークンをアンステーキングすることで、ロック日から30、60、または90日後にSimple Stakingの報酬を請求できます。ユーザーは報酬を請求して元本を再ステーキングしてSimple Staking期間を再開することもできます。請求もアンステーキングも行っていないユーザーの場合、大幅に低いレートで毎日の報酬が積み立てられ続けます。詳細は[使い方ガイド](/japanese/archive/legacy-products/archived-simple-staking/how-to-start-simple-staking.md)をご覧ください。

トークンはステーキング期間の最初の3分の1は引き出せません（例：30Dプールの最初の10日間）。ステーキング期間の2番目の3分の1では15%のペナルティ手数料で引き出せます。最後の3分の1では2%の手数料で引き出せます。引き出しの詳細については、[FAQセクション](/japanese/archive/legacy-products/archived-simple-staking/faq.md)をご覧ください。

<br>


---

# 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.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.
