> 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-jp/mainingushisutemu/16baseminingunitto.md).

# 16. Base Mining Unit

**Base Mining Unit = 1,000 STONX**

Base Mining Unitは、ユーザーがマイニングプールに参加するための最小基準単位である。過度に小さい単位によって無意味な参加が分散することを防ぎつつ、一般ユーザーが負担可能な規模でProof of Mining、PoMの蓄積を始められるようにする参加基準である。Base Mining Unitは短期claimを保証する基準ではない。

CryptoStoneは、できるだけ多くのユーザーが採掘に参加できるようPoM蓄積構造を採用する。ユーザーは1,000 STONX単位からマイニングプールに参加でき、ステーキング数量と時間に比例してPoMを蓄積する。

例:

| ステーキング数量     | 相対採掘速度 |
| ------------ | ------ |
| 1,000 STONX  | 1x     |
| 5,000 STONX  | 5x     |
| 10,000 STONX | 10x    |
| 50,000 STONX | 50x    |

長期供給速度はBase Mining Unitだけで決まるものではない。CryptoStoneは1,000 STONXの基本参加単位とは別に、プール別Target Pool Power、Protocol Reference Power、Pool Difficulty、Scarcity Multiplierを組み合わせ、全体のGem NFT供給が長期間にわたり段階的に採掘されるよう設計する。

初期Garnet基準モデルでは次のように考えられる。

| ステーキング数量     | 予想claim間隔 |
| ------------ | --------- |
| 1,000 STONX  | 約197日     |
| 5,000 STONX  | 約39日      |
| 10,000 STONX | 約20日      |
| 50,000 STONX | 約4日       |

この構造は、1,000 STONXの基本参加者もPoMを蓄積できるようにし、中規模参加者には月単位の採掘体験を、高マイニングパワーユーザーにはより頻繁なclaim機会を提供する。ただし、Mining Powerは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-jp/mainingushisutemu/16baseminingunitto.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.
