> 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/13_-_-_.md).

# 13 채굴 주기

각 스톤은 서로 다른 기본 채굴 주기를 가진다.

| STONX      | Base Mining Interval |
| ---------- | -------------------: |
| Garnet     |          170,000 sec |
| Amethyst   |          160,000 sec |
| Aquamarine |          150,000 sec |
| Diamond    |          220,000 sec |
| Emerald    |          210,000 sec |
| Pearl      |          180,000 sec |

| STONX    | Base Mining Interval |
| -------- | -------------------: |
| Ruby     |          200,000 sec |
| Spinel   |          140,000 sec |
| Sapphire |          190,000 sec |
| Opal     |          130,000 sec |
| Topaz    |          120,000 sec |
| Zircon   |          110,000 sec |

기본 채굴 주기가 길수록 동일한 마이닝 파워로 채굴하기 어렵다. 따라서 스톤별 희소성은 다음 두 가지 요소로 1차 형성된다.

| 요소                   | 설명                           |
| -------------------- | ---------------------------- |
| Max Supply           | 해당 스톤의 총 발행 가능 수량            |
| Base Mining Interval | 기준 마이닝 단위로 1개를 채굴하는 데 걸리는 시간 |

예를 들어 Diamond는 공급량이 가장 적고 기본 채굴 주기도 가장 길다. 이는 Diamond가 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-kr/mining-system/13_-_-_.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.
