> 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/16_base_mining_unit_and_small_scale_participation_structure.md).

# 16 Base Mining Unit और छोटे प्रतिभागी

CryptoStone में Base Mining Unit छोटे उपयोगकर्ताओं के लिए participation threshold को स्पष्ट करता है।

Current baseline:

| Parameter                |         Value |
| ------------------------ | ------------: |
| Base Mining Unit         |   1,000 STONX |
| Protocol Reference Power | 100,000 Power |

Base Mining Unit minimum participation unit है। Protocol Reference Power mining speed calibration के लिए reference value है। दोनों को अलग रखने से protocol छोटे प्रतिभागियों के लिए प्रवेश सरल रख सकता है, जबकि long-term supply speed को अलग parameter से नियंत्रित कर सकता है।

उदाहरणात्मक Garnet mining time:

|         Stake | Approximate time |
| ------------: | ---------------: |
|   1,000 STONX |   about 197 days |
|   4,800 STONX |    about 41 days |
|   6,000 STONX |  about 32.8 days |
| 100,000 STONX |  about 1.97 days |

इसका उद्देश्य हर छोटे उपयोगकर्ता को तुरंत NFT देना नहीं है। बल्कि कम राशि से भागीदारी खुली रखना और higher participation को faster claim path देना है।


---

# 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/16_base_mining_unit_and_small_scale_participation_structure.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.
