> 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-cn/wa-kuang-xi-tong/12-ge-bao-shi-de-xian-ding-gong-ying-liang.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\_{\text{STONX},j} = N\_j \div N\_{\text{total}}
$$

其中，`Nj` 是特定宝石的最大发行量，`Ntotal` 是全部 Gem NFT 的最大总发行量。该值可作为后文基于概率的稀有度指标中，用于说明各宝石相对稀缺性的基础值。

CryptoStone 的 Gem NFT 总供应量并不意味着一个单一稀有 NFT 集合的简单发行数量。它代表的是由 12 个宝石池和多层属性组合构成的长期挖矿型数字宝石资产群。稀缺性并不是由总数量单一决定，而是由宝石种类、挖矿时间、减半区间、Weight、Color、Clarity、Cut、tokenId、Probability Rarity Index 等因素共同作用。

因此，CryptoStone 中 1,980,000 个的总供应量，不应被理解为用于短期 mint 事件的大规模发行结构，而应被理解为一个数字宝石生态系统的总储量。该系统旨在使不同参与者能够在长期内挖掘不同宝石和属性组合。


---

# 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-cn/wa-kuang-xi-tong/12-ge-bao-shi-de-xian-ding-gong-ying-liang.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.
