# Cross-Protocol Compatibility

### **Cross-Protocol Compatibility**

zkShine’s modular design allows other Solana protocols and ecosystems to **plug into its privacy layer** using standardized APIs and proof verification functions.

#### **Integration Pathways**

1. **RPC Layer Integration** Connect dApps directly to zkShine’s Private RPC to anonymize user queries.
2. **Smart Contract Verification** Embed zkProof validation modules into existing Anchor programs.
3. **Vault Integration** Use zkVault to store user metadata (e.g., profile, credentials) privately.
4. **zkCompute Offloading** Outsource heavy computations to zkShine Compute Nodes with on-chain verification.


---

# 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/ecosystem-integration/cross-protocol-compatibility.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.
