> 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-vn/he-thong-khai-thac/13_design_of_mining_intervals.md).

# 13 Chu kỳ khai thác

Mỗi stone có Base Mining Interval khác nhau.

| 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 |
| Ruby       |          200,000 sec |
| Spinel     |          140,000 sec |
| Sapphire   |          190,000 sec |

| STONX  | Base Mining Interval |
| ------ | -------------------: |
| Opal   |          130,000 sec |
| Topaz  |          120,000 sec |
| Zircon |          110,000 sec |

Base Mining Interval càng dài thì việc khai thác với cùng Mining Power càng khó. Vì vậy, sự khan hiếm theo stone trước hết được hình thành bởi hai yếu tố sau.

| Yếu tố               | Mô tả                                                                 |
| -------------------- | --------------------------------------------------------------------- |
| Max Supply           | Tổng số lượng có thể phát hành của stone đó                           |
| Base Mining Interval | Thời gian cần để khai thác một đơn vị dựa trên mining unit tham chiếu |

Ví dụ, Diamond có nguồn cung nhỏ nhất và Base Mining Interval dài nhất. Điều này được thiết kế để Diamond có độ khan hiếm cấu trúc cao nhất trong hệ sinh thái 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-vn/he-thong-khai-thac/13_design_of_mining_intervals.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.
