> 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-kr/mining-system/20_-_-_-_flexible_cooldown.md).

# 20 장기 참여 보정

장기 참여자를 보상하기 위해 스테이킹 기간에 따른 Lock Multiplier를 적용할 수 있다.

| Lock Type   | Lock Period | Mining Multiplier (L\_i) | 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-kr/mining-system/20_-_-_-_flexible_cooldown.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.
