> 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/tokorekushon/33korekushonno.md).

# 33. 収集価値の形成

収集市場において希少性は重要な価値形成要素である。ポケモンカード、スポーツカード、限定版フィギュア、芸術品、高級時計などは、単純な使用価値だけで価格が形成されるわけではない。特定シリーズ、限定数量、希少等級、保存状態、市場需要、コミュニティ認識が結合しながら価格が形成される。

CryptoStoneは、このような収集経済の原理をデジタル宝石に適用する。

| 要素         | 説明                              |
| ---------- | ------------------------------- |
| ストーン別総発行量  | Diamond、Ruby、Sapphireなどストーン別供給差 |
| プール別採掘難易度  | 各プールのTarget PowerとDifficulty    |
| ストーン別半減期   | 採掘量増加に伴うScarcity Multiplier上昇   |
| Weight確率   | 大きなカラットほど低い確率                   |
| Color確率    | 高い色等級ほど低い確率                     |
| Clarity確率  | 高い透明度等級ほど低い確率                   |
| Cut確率      | 高いカット等級ほど低い確率                   |
| 低いtokenId  | 初期採掘宝石の収集性                      |
| 採掘時点       | 特定時期、特定半減期前後の意味                 |
| オンチェーン取引履歴 | 所有権とprovenance記録                |
| 精錬履歴       | 精錬世代と供給圧縮記録                     |

このような構造は、ユーザーが単にNFT画像を購入するのではなく、公開された確率構造の中で採掘された固有のデジタル宝石を収集するようにする。

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/tokorekushon/33korekushonno.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.
