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