> 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/12sutn.md).

# 12. ストーン別供給量

CryptoStoneの12種類のストーンは、それぞれ異なる総発行量を持つ。この構造は、ストーン種類そのものに一次的希少性を付与する。

| Month     | STONX      | Meaning    | Max Supply |
| --------- | ---------- | ---------- | ---------: |
| January   | Garnet     | Friendship |    160,000 |
| February  | Amethyst   | Sincerity  |    170,000 |
| March     | Aquamarine | Happiness  |    180,000 |
| April     | Diamond    | Love       |    110,000 |
| May       | Emerald    | Luck       |    120,000 |
| June      | Pearl      | Wealth     |    150,000 |
| July      | Ruby       | Peace      |    130,000 |
| August    | Spinel     | Wisdom     |    190,000 |
| September | Sapphire   | Truth      |    140,000 |
| October   | Opal       | Hope       |    200,000 |
| November  | Topaz      | Health     |    210,000 |
| December  | Zircon     | Victory    |    220,000 |

Gem NFTの総最大発行量は次のとおりである。

**Total Gem NFT Max Supply = 1,980,000**

Diamondは最も少ない供給量を持ち、Zirconは最も多い供給量を持つ。したがって、ストーン種類そのものが希少性の一要素となる。

グローバルコレクションの観点から、特定ストーン `j` の供給比率は次のように表現できる。

$$
P\_{STONX,j} = N\_j \div N\_{total}
$$

ここで、`N_j` は特定ストーンの最大発行量であり、`N_total` は全Gem NFTの最大発行量である。この値は後述する確率ベース希少度指標において、ストーン種類の相対的希少性を説明する基礎値として活用できる。

CryptoStoneの総Gem NFT供給量は、単一の希少NFTコレクションの単純な発行量を意味しない。これは、12個のストーンプールと多層属性組み合わせで構成された長期採掘型デジタル宝石資産群を意味する。希少性は総数量だけで決定されず、ストーン種類、採掘時点、半減期区間、Weight、Color、Clarity、Cut、tokenId、Probability Rarity Indexが複合的に作用する。

したがって、CryptoStoneにおける1,980,000個という総供給量は、短期ミンティングイベントのための大量発行構造ではなく、長期間にわたり多様な参加者が異なるストーンと属性組み合わせを採掘できるように設計された、デジタル宝石エコシステムの総埋蔵量として解釈されるべきである。


---

# 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/12sutn.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.
