> 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/25_nonlinear_structure_of_mining_speed_and_supply_depletion.md).

# 25 Cấu trúc cạn kiệt nguồn cung

## Depletion

Cấu trúc mining của CryptoStone không phải mô hình phát hành tuyến tính đơn giản. Mỗi stone có nguồn cung, chu kỳ mining, Pool Difficulty và Scarcity Multiplier độc lập; khi tiến độ mining tăng lên, tốc độ mining chậm lại do Scarcity Multiplier.

Nếu Mining Power hiệu dụng của stone pool $(j)$ là $(P\_{eff,j})$, có thể biểu diễn như sau:

$$
P\_{eff,j} = \min(P\_j, P\_j^\*)
$$

Điều này có nghĩa khi tổng Mining Power thấp hơn Target Pool Power, sức mạnh tham gia thực tế ảnh hưởng đến tốc độ mining; còn khi tổng Mining Power vượt Target Pool Power, tốc độ mining hiệu dụng bị giới hạn thông qua việc tăng độ khó.

Sản lượng mining kỳ vọng trên một đơn vị thời gian của stone pool $(j)$, $(\lambda\_j)$, có thể được biểu diễn khái niệm như sau:

$$
\lambda\_j = P\_{eff,j} \div (M\_{ref} \times T\_j \times S\_j)
$$

Ở đây, $(M\_{ref})$ là Protocol Reference Power, $(T\_j)$ là Base Mining Interval của stone, và $(S\_j)$ là Scarcity Multiplier. Base Mining Unit là đơn vị tham gia tối thiểu; tốc độ mining dài hạn được hiệu chỉnh bằng Protocol Reference Power và Target Pool Power.

Thời gian cần để một stone cụ thể đạt tiến độ mining $(q)$ có thể được biểu diễn bằng mô hình phi tuyến sau:

$$
Time\_j(q) = (N\_j \times M\_{ref} \times T\_j \div P\_{eff,j}) \times \int\_0^q S\_j(x),dx
$$

Công thức này cho thấy cấu trúc mining của CryptoStone không phải mô hình cạn kiệt tuyến tính, mà là mô hình mining phi tuyến trong đó tốc độ mining chậm dần khi nguồn cung còn lại của stone giảm xuống.

Vì vậy, Gem NFT có thể được khai thác tương đối tích cực ở giai đoạn đầu, nhưng sau mốc 90%, Scarcity Multiplier tăng lên và tốc độ mining của phần nguồn cung còn lại chậm đi đáng kể.


---

# 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/25_nonlinear_structure_of_mining_speed_and_supply_depletion.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.
