> For the complete documentation index, see [llms.txt](https://dmc.gitbook.io/dmcs-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dmc.gitbook.io/dmcs-white-paper/english.md).

# ENGLISH

- [Diamond Castle project policy](https://dmc.gitbook.io/dmcs-white-paper/english/diamond-castle-project-policy.md)
- [Disclaimer](https://dmc.gitbook.io/dmcs-white-paper/english/disclaimer.md)
- [Business Overview](https://dmc.gitbook.io/dmcs-white-paper/english/business-overview.md)
- [Business Overview](https://dmc.gitbook.io/dmcs-white-paper/english/business-overview/business-overview.md)
- [Business Structure Schematic](https://dmc.gitbook.io/dmcs-white-paper/english/business-overview/business-structure-schematic.md)
- [Business Market Status and Trends](https://dmc.gitbook.io/dmcs-white-paper/english/business-market-status-and-trends.md)
- [Global Market Trends](https://dmc.gitbook.io/dmcs-white-paper/english/business-market-status-and-trends/global-market-trends.md)
- [1) Market Size](https://dmc.gitbook.io/dmcs-white-paper/english/business-market-status-and-trends/global-market-trends/1-market-size.md)
- [2) NFT Service Status](https://dmc.gitbook.io/dmcs-white-paper/english/business-market-status-and-trends/global-market-trends/2-nft-service-status.md)
- [3) Fx, De-fi Market Trends](https://dmc.gitbook.io/dmcs-white-paper/english/business-market-status-and-trends/global-market-trends/3-fx-de-fi-market-trends.md)
- [Target Analysis](https://dmc.gitbook.io/dmcs-white-paper/english/business-market-status-and-trends/target-analysis.md)
- [1) De-Fi Infrastructure](https://dmc.gitbook.io/dmcs-white-paper/english/business-market-status-and-trends/target-analysis/1-de-fi-infrastructure.md)
- [2) Fx Market Environment and Users](https://dmc.gitbook.io/dmcs-white-paper/english/business-market-status-and-trends/target-analysis/2-fx-market-environment-and-users.md)
- [Problems of Fx and De-Fi system](https://dmc.gitbook.io/dmcs-white-paper/english/problems-of-fx-and-de-fi-system.md)
- [Analysis of Technical Factors](https://dmc.gitbook.io/dmcs-white-paper/english/problems-of-fx-and-de-fi-system/analysis-of-technical-factors.md)
- [1) Problems in Fx](https://dmc.gitbook.io/dmcs-white-paper/english/problems-of-fx-and-de-fi-system/analysis-of-technical-factors/1-problems-in-fx.md)
- [2) De-Fi Issues](https://dmc.gitbook.io/dmcs-white-paper/english/problems-of-fx-and-de-fi-system/analysis-of-technical-factors/2-de-fi-issues.md)
- [Service Factors](https://dmc.gitbook.io/dmcs-white-paper/english/problems-of-fx-and-de-fi-system/service-factors.md)
- [1) Problems in FX services](https://dmc.gitbook.io/dmcs-white-paper/english/problems-of-fx-and-de-fi-system/service-factors/1-problems-in-fx-services.md)
- [2) Problems in De-Fi services](https://dmc.gitbook.io/dmcs-white-paper/english/problems-of-fx-and-de-fi-system/service-factors/2-problems-in-de-fi-services.md)
- [Solutions](https://dmc.gitbook.io/dmcs-white-paper/english/solutions.md)
- [The Need for Blockchain](https://dmc.gitbook.io/dmcs-white-paper/english/solutions/the-need-for-blockchain.md)
- [Technical Solution](https://dmc.gitbook.io/dmcs-white-paper/english/solutions/technical-solution.md)
- [Service Perspective Solution](https://dmc.gitbook.io/dmcs-white-paper/english/solutions/service-perspective-solution.md)
- [Services](https://dmc.gitbook.io/dmcs-white-paper/english/services.md)
- [TECH](https://dmc.gitbook.io/dmcs-white-paper/english/tech.md)
- [Token Policy](https://dmc.gitbook.io/dmcs-white-paper/english/token-policy.md)
- [Blockchain Revenue & Reward Structure](https://dmc.gitbook.io/dmcs-white-paper/english/token-policy/blockchain-revenue-and-reward-structure.md)
- [Token Information & Allocation](https://dmc.gitbook.io/dmcs-white-paper/english/token-policy/token-information-and-allocation.md)
- [Airdrop Logic](https://dmc.gitbook.io/dmcs-white-paper/english/token-policy/airdrop-logic.md)
- [Diamond Castle project vision](https://dmc.gitbook.io/dmcs-white-paper/english/diamond-castle-project-vision.md)
- [Partners](https://dmc.gitbook.io/dmcs-white-paper/english/partners.md)
- [Roadmap](https://dmc.gitbook.io/dmcs-white-paper/english/roadmap.md)


---

# 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://dmc.gitbook.io/dmcs-white-paper/english.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.
