> 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-vn/he-thong-khai-thac/20_long_term_participation_adjustment_and_flexible_cooldown.md).

# 20 Điều chỉnh tham gia dài hạn

Lock Multiplier có thể được áp dụng theo thời gian staking để thưởng cho người tham gia dài hạn.

| Lock Type   | Lock Period | Mining Multiplier (L\_i) | Maturity Burn | Returned STONX | Cooldown |
| ----------- | ----------- | ------------------------ | ------------- | -------------- | -------- |
| Flexible    | None        | 1.00x                    | 0%            | 100%           | 7 days   |
| Short Lock  | 90 days     | 1.05x                    | 2.5%          | 97.5%          | None     |
| Medium Lock | 180 days    | 1.12x                    | 5%            | 95%            | None     |
| Long Lock   | 365 days    | 1.25x                    | 10%           | 90%            | None     |

Flexible Lock không có depreciation burn, nhưng áp dụng thời gian cooldown 7 ngày sau yêu cầu unstake để ngăn thanh khoản ngắn hạn vào ra quá nhanh.

Lock-up dài hạn không bắt buộc. Người dùng có thể chọn Flexible nếu không muốn chịu depreciation, và chỉ chọn lock dài hơn với depreciation nếu muốn có Mining Power cao hơn.

Cấu trúc này tìm kiếm sự cân bằng sau.

| Lựa chọn     | Lợi ích                            | Chi phí             |
| ------------ | ---------------------------------- | ------------------- |
| Flexible     | Tham gia tự do, không depreciation | Chờ hoàn trả 7 ngày |
| 90-day Lock  | Mining Power cao hơn nhẹ           | 2.5% depreciation   |
| 180-day Lock | Mining Power mức trung bình        | 5% depreciation     |
| 365-day Lock | Mining Power cao nhất              | 10% depreciation    |

Lock-up multiplier được giới hạn tối đa ở 1.25x. Điều này nhằm cung cấp phần bù hợp lý cho người tham gia dài hạn, đồng thời ngăn một người tham gia lớn cụ thể có vị thế quá thuận lợi.

Ngay cả trong thời gian lock-up, người dùng vẫn có thể claim Gem NFT khi PoM đạt ngưỡng cần thiết. Nói cách khác, lock-up giới hạn thời điểm STONX có thể được hoàn trả, nhưng không cấm việc claim Gem NFT.


---

# 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-vn/he-thong-khai-thac/20_long_term_participation_adjustment_and_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.
