> For the complete documentation index, see [llms.txt](https://docs.zkshine.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zkshine.xyz/overview/what-is-zkshine.md).

# What is zkShine

**zkShine** is a **Solana-native Zero-Knowledge Privacy Infrastructure** that empowers developers, users, and node operators to interact, compute, and transact privately within the Solana ecosystem.

At its core, zkShine merges the capabilities of:

* **zk-SNARKs (Succinct Non-interactive Arguments of Knowledge)**
* **zk-STARKs (Scalable Transparent Arguments of Knowledge)**
* **Encrypted Transaction Relayers**
* **Confidential Storage Nodes**

This unified system enables:

* **Confidential computation** process and verify data without revealing it
* **Anonymous transactions** unlink wallet identities from on-chain actions
* **Decentralized privacy networking** route RPC and API calls through private relayers
* **Zero-knowledge access control** enable zkKYC, zkReputation, and zkIdentity

Unlike privacy layers built on top of general blockchains, zkShine is **natively optimized for Solana’s parallel runtime (Sealevel)** giving it unmatched throughput, low latency, and direct integration with Solana wallets and dApps.

**In short:** zkShine transforms Solana into a **privacy-preserving compute layer**, where data remains verifiable but never exposed.


---

# 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://docs.zkshine.xyz/overview/what-is-zkshine.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.
