> 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/protocol-architecture/36_-_-_-_-_.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 ), 락업 기간에 따른 감가상각률을 ( \delta\_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-kr/protocol-architecture/36_-_-_-_-_.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.
