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

# 25 Supply Depletion Structure

## Depletion

CryptoStone's mining structure is not a simple linear issuance model. Each stone has an independent supply, mining interval, pool difficulty, and scarcity multiplier, and as mining progress increases, mining speed slows due to the scarcity multiplier.

If the effective Mining Power of stone pool $(j)$ is $(P\_{eff,j})$, it can be expressed as follows:

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

This means that when total Mining Power is below Target Pool Power, actual participating power affects mining speed, and when total Mining Power exceeds Target Pool Power, the effective mining speed is limited through difficulty increase.

The expected mining quantity per unit time of stone pool $(j)$, $(\lambda\_j)$, can conceptually be expressed as follows:

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

Here, $(M\_{ref})$ is Protocol Reference Power, $(T\_j)$ is the Base Mining Interval of the stone, and $(S\_j)$ is the Scarcity Multiplier. Base Mining Unit is the minimum participation unit, while long-term mining speed is calibrated by Protocol Reference Power and Target Pool Power.

The time required for a specific stone to reach mining progress $(q)$ can be expressed as the following nonlinear model:

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

This formula shows that CryptoStone's mining structure is not a model that depletes linearly, but a nonlinear mining model in which the mining speed gradually slows as the remaining supply of the stone decreases.

Therefore, Gem NFTs may be mined relatively actively in the early stage, but after the 90% stage, the Scarcity Multiplier increases and the mining speed of the remaining supply slows significantly.


---

# 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/mining-system/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.
