> 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/purotokorukitekucha/36rokkuappuoyobi.md).

# 36. ロックアップと返還構造

ユーザーがロックアップ期間を選択してマイニングプールにSTONXを投入した場合、ロックアップ終了後の unstake 時点で、ロックアップ期間に応じて一部STONXが減価償却バーンされ、残りのSTONXが返還される。

| 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%            | なし       |

ユーザー *i* がステーキングしたSTONX数量を *s\_i*、ロックアップ期間に応じた減価償却率を *δ\_i* とすると、満期時にバーンされるSTONX数量 *M\_i* は次のように定義される。

$$
M\_i = s\_i \times \delta\_i
$$

返還されるSTONX数量 *R\_i* は次のとおりである。

$$
R\_i = s\_i - M\_i
$$

この構造は、長期参加者により高いマイニングパワーを提供しながら、マイニング資源の使用に伴うコストも併せて反映する。つまり、ユーザーはより長いロックアップを選択してより高い採掘速度を得ることができるが、ロックアップ終了時にはより高い減価償却バーンを受け入れる必要がある。

長期ロックアップは強制条件ではない。STONXバーン負担を望まないユーザーはFlexible方式を選択できる。長期ロックアップは、より高いMining Powerを望む参加者のための選択型構造であり、減価償却はその選択に伴うデジタル採掘資源の使用コストとして解釈される。

開発者は、この構造が単純なペナルティではなく、「デジタル採掘装備の使用に伴う減価償却」として解釈されるべきだと考える。現実の採掘装備が使用期間に応じて摩耗するように、CryptoStoneにおいてSTONXはマイニングプールに投入されている間にマイニングパワーを提供し、その使用期間に応じて一部がバーンされる。


---

# 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/purotokorukitekucha/36rokkuappuoyobi.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.
