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

# 25 Mining speed और supply depletion की nonlinear structure

CryptoStone की mining supply linear issuance model नहीं है। प्रत्येक stone की supply, interval, difficulty और scarcity multiplier अलग हो सकते हैं।

Effective mining speed को सरल रूप में इस तरह समझा जा सकता है:

$$
Speed\_j \propto \frac{P\_{eff,j}}{M\_{ref} \times T\_j \times S\_j}
$$

यहाँ:

* `P_{eff,j}` pool की effective Mining Power है
* `M_{ref}` Protocol Reference Power है
* `T_j` Base Mining Interval है
* `S_j` Scarcity Multiplier है

जब supply progress कम होता है, mining अपेक्षाकृत तेज हो सकती है। लेकिन 90% के बाद Scarcity Multiplier बढ़ने से remaining supply बहुत धीरे mined हो सकती है।

इसलिए “10 वर्षों में 100% mining” को hard promise की तरह नहीं देखा जाना चाहिए। Design expectation यह है कि 8-9 वर्षों में बड़ी supply mined हो सकती है, लेकिन अंतिम हिस्से को पूरा होने में अधिक समय लग सकता है।


---

# 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-in/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.
