# Overview

Welcome to the **zkShine Documentation** the official guide to understanding the vision, architecture, and functionality behind zkShine:\
a **Zero-Knowledge Privacy Infrastructure built natively for Solana.**

zkShine represents a new frontier in blockchain privacy where computation, communication, and transactions occur verifiably, yet remain invisible to the outside world.\
By merging **zero-knowledge cryptography**, **decentralized compute**, and **privacy-preserving networking**, zkShine provides the foundation for the **next evolution of private Web3 on Solana.**


---

# Agent Instructions: 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:

```
GET https://docs.zkshine.xyz/overview.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.
