# zkShine Docs

## Docs

- [Introduction](https://docs.zkshine.xyz/introduction.md)
- [Overview](https://docs.zkshine.xyz/overview.md)
- [What is zkShine](https://docs.zkshine.xyz/overview/what-is-zkshine.md)
- [Vision & Mission](https://docs.zkshine.xyz/overview/vision-and-mission.md)
- [Core Philosophy](https://docs.zkshine.xyz/overview/core-philosophy.md)
- [Key Highlights](https://docs.zkshine.xyz/overview/key-highlights.md)
- [Core Modules](https://docs.zkshine.xyz/core-modules.md)
- [Zero-Knowledge Compute Infrastructure](https://docs.zkshine.xyz/core-modules/zero-knowledge-compute-infrastructure.md)
- [Anonymous Transaction Relay Network](https://docs.zkshine.xyz/core-modules/anonymous-transaction-relay-network.md)
- [Private RPC Gateway & Web3 VPN](https://docs.zkshine.xyz/core-modules/private-rpc-gateway-and-web3-vpn.md)
- [Confidential Vault & zkStorage](https://docs.zkshine.xyz/core-modules/confidential-vault-and-zkstorage.md)
- [Solana-Native Integration](https://docs.zkshine.xyz/core-modules/solana-native-integration.md)
- [Extended Ecosystem Modules](https://docs.zkshine.xyz/extended-ecosystem-modules.md)
- [Private AI Engine](https://docs.zkshine.xyz/extended-ecosystem-modules/private-ai-engine.md)
- [Secure Chat & Messaging Layer](https://docs.zkshine.xyz/extended-ecosystem-modules/secure-chat-and-messaging-layer.md)
- [Decentralized Cloud Resource Rental (zkDePIN Layer)](https://docs.zkshine.xyz/extended-ecosystem-modules/decentralized-cloud-resource-rental-zkdepin-layer.md)
- [Node Operator Network](https://docs.zkshine.xyz/extended-ecosystem-modules/node-operator-network.md)
- [Privacy-First Architecture](https://docs.zkshine.xyz/extended-ecosystem-modules/privacy-first-architecture.md)
- [Node Operations](https://docs.zkshine.xyz/node-operations.md): Power the Privacy Layer of Solana.
- [Node Overview](https://docs.zkshine.xyz/node-operations/node-overview.md)
- [System Requirements](https://docs.zkshine.xyz/node-operations/system-requirements.md)
- [Node Installation](https://docs.zkshine.xyz/node-operations/node-installation.md)
- [Node Types & Responsibilities](https://docs.zkshine.xyz/node-operations/node-types-and-responsibilities.md)
- [Node Monitoring](https://docs.zkshine.xyz/node-operations/node-monitoring.md)
- [Security & Privacy Practices](https://docs.zkshine.xyz/node-operations/security-and-privacy-practices.md)
- [Long-Term Value Proposition](https://docs.zkshine.xyz/long-term-value-proposition.md)
- [Privacy Framework](https://docs.zkshine.xyz/privacy-framework.md)
- [What is Zero-Knowledge Privacy](https://docs.zkshine.xyz/privacy-framework/what-is-zero-knowledge-privacy.md)
- [zk-SNARKs and zk-STARKs in zkShine](https://docs.zkshine.xyz/privacy-framework/zk-snarks-and-zk-starks-in-zkshine.md)
- [zkIdentity System](https://docs.zkshine.xyz/privacy-framework/zkidentity-system.md)
- [zkReputation Protocol](https://docs.zkshine.xyz/privacy-framework/zkreputation-protocol.md)
- [zkKYC Framework](https://docs.zkshine.xyz/privacy-framework/zkkyc-framework.md)
- [Data Sovereignty Layer](https://docs.zkshine.xyz/privacy-framework/data-sovereignty-layer.md)
- [Anonymous Routing & Transaction Obfuscation](https://docs.zkshine.xyz/privacy-framework/anonymous-routing-and-transaction-obfuscation.md)
- [Compliance & Regulatory Neutrality](https://docs.zkshine.xyz/privacy-framework/compliance-and-regulatory-neutrality.md)
- [Security Model](https://docs.zkshine.xyz/privacy-framework/security-model.md)
- [Why zkShine’s Privacy is Different](https://docs.zkshine.xyz/privacy-framework/why-zkshines-privacy-is-different.md)
- [Practical Example Private DeFi Swap](https://docs.zkshine.xyz/privacy-framework/practical-example-private-defi-swap.md)
- [Ecosystem Integration](https://docs.zkshine.xyz/ecosystem-integration.md)
- [Solana-Native Integrations](https://docs.zkshine.xyz/ecosystem-integration/solana-native-integrations.md)
- [Cross-Protocol Compatibility](https://docs.zkshine.xyz/ecosystem-integration/cross-protocol-compatibility.md)
- [Ecosystem Partnerships](https://docs.zkshine.xyz/ecosystem-integration/ecosystem-partnerships.md)
- [zkBridge Expansion (Cross-Chain Integration)](https://docs.zkshine.xyz/ecosystem-integration/zkbridge-expansion-cross-chain-integration.md)
- [Developer Integration Framework](https://docs.zkshine.xyz/ecosystem-integration/developer-integration-framework.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.zkshine.xyz/introduction.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
