> 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-kr/mining-system/12_-_-_.md).

# 12 스톤별 공급량

CryptoStone의 12개 스톤은 각각 다른 총 발행량을 가진다. 이 구조는 스톤 종류 자체에 1차적 희소성을 부여한다.

| 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\_{stone,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-kr/mining-system/12_-_-_.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.
