> 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/18toparamtano.md).

# 18. パラメータ解釈

本ホワイトペーパーで提示するストーン別供給量、基本マイニング周期、マイニングパワー公式、PoM閾値、半減期倍率、Weight・Color・Clarity・Cut確率表、Rarity Score公式は、現実の宝石エコシステムを完全に複製した絶対的基準ではない。

これらの数値は、次の目的のために設計された初期基準パラメータである。

| 目的         | 説明                        |
| ---------- | ------------------------- |
| デジタル希少性の表現 | 宝石の希少性をオンチェーン環境で表現        |
| 採掘難易度の実装   | スマートコントラクトで採掘難易度と供給制限を実装  |
| 相対的希少性の区分  | ストーン別希少性の差を比較可能に設計        |
| 収集価値の区分    | 希少度とティア構造を通じて収集市場の理解度を高める |
| 長期供給制御     | 半減期と難易度上昇を通じて供給速度を管理      |
| 参加拡張性      | 少額参加者と大規模参加者を同時に受け入れる     |

したがって、本ホワイトペーパーの数値は、現実の宝石市場におけるすべての価格形成要因、鑑定基準、流通構造、需要と供給、文化的価値、実物保管コスト、鑑定機関の評価モデルを完全に反映しているとはいえない。

CryptoStoneは、現実の宝石市場をそのまま複製しようとするものではなく、宝石の核心属性である希少性、等級性、採掘性、収集性を、デジタル環境において分散型方式で実装してみるためのプロジェクトである。

開発者は、本ホワイトペーパーの数値が単なる任意値ではなく、分散型デジタル宝石という概念を説明し実験するための初期基準値であると考える。今後の研究、市場反応、コミュニティ検討、技術検証、法的検討により、より精巧なモデルへ発展し得る。ただし、プロトコルが正式にデプロイされ、核心規則が確定した後には、事前に確定された核心数値が運営者によって恣意的に変更されてはならない。


---

# 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/18toparamtano.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.
