> For the complete documentation index, see [llms.txt](https://doc.cryptostone.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.cryptostone.org/crypto-stone/crypto-stone-wp-jp/mainingushisutemu/20toflexiblecooldown.md).

# 20. 長期参加補正

長期参加者に報いるため、ステーキング期間に応じたLock Multiplierを適用できる。

| Lock Type   | Lock Period | Mining Multiplier | Maturity Burn | Returned STONX | Cooldown |
| ----------- | ----------- | ----------------- | ------------- | -------------- | -------- |
| Flexible    | なし          | 1.00x             | 0%            | 100%           | 7 days   |
| Short Lock  | 90日         | 1.05x             | 2.5%          | 97.5%          | なし       |
| Medium Lock | 180日        | 1.12x             | 5%            | 95%            | なし       |
| Long Lock   | 365日        | 1.25x             | 10%           | 90%            | なし       |

Flexible Lockは減価償却バーンがないが、短期流動性が過度に速く出入りすることを防ぐため、unstakeリクエスト後に7日間のcooldown期間を設ける。

長期ロックアップは必須条件ではなく、選択条件である。ユーザーは減価償却のないFlexible方式を選択でき、より高いMining Powerを望む場合にのみ、一定の減価償却を伴う長期ロックアップを選択する。

この構造は、次のバランスを追求する。

| 選択        | 利点           | コスト      |
| --------- | ------------ | -------- |
| Flexible  | 自由な参加、減価償却なし | 7日間の返還待機 |
| 90日 Lock  | やや高いマイニングパワー | 2.5%減価償却 |
| 180日 Lock | 中程度のマイニングパワー | 5%減価償却   |
| 365日 Lock | 最も高いマイニングパワー | 10%減価償却  |

ロックアップ倍率は最大1.25倍に制限される。これは長期参加者に合理的な補償を提供しつつ、特定の大型参加者が過度に有利な位置を持たないようにするための設計である。

ロックアップ期間中でも、ユーザーのPoM値が必要閾値に到達すればGem NFTをclaimできる。つまり、ロックアップはSTONXの返還可能時点を制限する構造であり、Gem NFTのclaim自体を禁止する構造ではない。


---

# 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://doc.cryptostone.org/crypto-stone/crypto-stone-wp-jp/mainingushisutemu/20toflexiblecooldown.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.
