> 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/ecosystem-and-future/45_significance_of_the_project.md).

# 45 Project Significance

The significance of CryptoStone can be summarized in three points.

First, CryptoStone proposes that NFTs can move beyond ownership of external content and become attribute-based assets themselves. While many existing NFTs depend on images or platforms, CryptoStone seeks to strengthen the asset nature of NFTs by directly holding gemstone attributes as on-chain data.

Second, CryptoStone brings gemstone scarcity and grading structures into the digital environment. In the real world, the value of gemstones differs according to weight, color, clarity, and cut. CryptoStone implements this through probability tables, mining difficulty, halving, and supply limits.

Third, CryptoStone expands the concept of decentralized mining into a new asset domain after Bitcoin. If Bitcoin digitalized the scarcity of gold and Litecoin formed the narrative of digital silver, CryptoStone digitalizes the scarcity and collectibility of gemstones.

In addition, CryptoStone proposes an ecosystem structure in which mined Gem NFTs do not remain merely as holding assets, but can expand into refinement, trading, ranking, and collecting activities. This shows that NFT value can expand beyond simple images or rarity into usage history, refinement generation, supply compression history, and ecosystem utility.

CryptoStone does not claim to replace real gemstones. CryptoStone is a project that reinterprets the asset concept of gemstones in a digital environment.

The developer believes that such an attempt can contribute to blockchain technology expressing abstract values and attribute-based assets from the real world in a digital environment, beyond simple financial transactions.


---

# 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/ecosystem-and-future/45_significance_of_the_project.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.
