# Solana-Native Integration

### **Solana-Native Integration**

#### **Overview**

zkShine is engineered **natively for Solana**, ensuring privacy does not come at the cost of speed or composability.\
Every zkShine component from compute to vault communicates directly with Solana’s ecosystem tools and wallets.

#### **Core Features**

* **SDK & Framework Integration**\
  Fully compatible with the **Solana SDK**, **Solana Pay**, and **Anchor Framework** for developers.\
  This makes adding zk privacy features as simple as importing a library.
* **Optimized for Sealevel Parallelism**\
  zkShine nodes utilize Solana’s **parallel transaction execution model**, allowing proofs and relays to run concurrently achieving sub-second latency.
* **RPC Caching & Performance Layer**\
  The system employs smart RPC caching and compression, improving dApp responsiveness even under encrypted routing.
* **Wallet Compatibility**\
  Native support for **Phantom**, **Backpack**, **Solflare**, and **Glow**, enabling end-users to activate Privacy Mode with one click.

#### **Integration Benefits**

* Zero friction for existing Solana projects
* Direct deployment through Solana’s program architecture
* Private-by-default connectivity for wallets and RPC requests
* Optimized for high-volume DeFi and AI workloads

#### **Summary of Core Modules**

| Module                          | Purpose                  | Key Feature                   |
| ------------------------------- | ------------------------ | ----------------------------- |
| **ZK Compute Infrastructure**   | Confidential computation | zk-SNARK/zk-STARK proofs      |
| **Anonymous Transaction Relay** | Wallet & IP anonymity    | Multi-hop relay mesh          |
| **Private RPC Gateway**         | Network-level privacy    | Encrypted decentralized VPN   |
| **Confidential Vault**          | Secure data storage      | Zero-knowledge access control |
| **Solana-Native Integration**   | Seamless ecosystem fit   | Anchor & wallet compatibility |

***

zkShine’s Core Modules form the **foundation of a privacy-first Solana infrastructure** enabling any developer, node operator, or dApp to integrate zero-knowledge functionality without complexity or compromise.


---

# 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/core-modules/solana-native-integration.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.
