# Introduction: Welcome to ZK-RAICHAN

ZK-RAICHAN is an open-source privacy protocol for Solana blockchain with **Zero-Knowledge Proofs** built in. Using a command line interface (CLI) dashboard, ZK-RAICHAN enables shielding, private transfers, mixing, and bridging of SPL tokens and SOL with complete anonymity.

**Navigation in ZK-RAICHAN CLI is performed through keyboard actions and terminal commands for maximum privacy and control.**

**Zero-Knowledge Proofs** powered by Light Protocol enable private transactions on Solana without revealing sender, receiver, or amount information on-chain.

ZK-RAICHAN provides complete privacy infrastructure for Solana users:

* **Public Address** - Standard Solana address where activity and balances are visible on-chain. Same as any regular Solana wallet.
* **Shielded Address** - ZK private address where activity and balances are completely hidden. Funds must be shielded to use private features.

***

## Contents

### Getting Started

1. [Installation & Setup](/getting-started/installation.md)
2. [Creating Your First Wallet](/getting-started/creating-wallet.md)
3. [Understanding Addresses](/getting-started/understanding-addresses.md)
4. [Importing Existing Wallet](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/getting-started/import-wallet.md)
5. [CLI Dashboard Overview](/getting-started/dashboard-overview.md)
6. [Basic Commands](/getting-started/basic-commands.md)

### Privacy Operations

1. [Shielding Tokens](/privacy-operations/shielding.md)
2. [Private Transfers](/privacy-operations/private-transfers.md)
3. [Privacy Mixer](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/privacy-operations/mixer.md)
4. [Unshielding Tokens](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/privacy-operations/unshielding.md)
5. [Cross-Chain Bridge](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/privacy-operations/bridge.md)
6. [Transaction History](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/privacy-operations/transaction-history.md)

### Advanced Features

1. [Privacy Score & Analytics](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/advanced/privacy-score.md)
2. [ZK Proof Verification](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/advanced/proof-verification.md)
3. [Session Management](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/advanced/sessions.md)
4. [Custom RPC Configuration](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/advanced/rpc-config.md)
5. [Security Best Practices](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/advanced/security.md)

### Developer Guide

1. [API Documentation](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/developer/api-docs.md)
2. [Integration Guide](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/developer/integration.md)
3. [Architecture Overview](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/developer/architecture.md)
4. [Contributing](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/developer/contributing.md)

### Troubleshooting

1. [Common Issues](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/troubleshooting/common-issues.md)
2. [FAQ](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/troubleshooting/faq.md)
3. [Support](https://github.com/zk-raichan/zk-raichan/blob/main/docs/gitbook/troubleshooting/support.md)

***

## Quick Links

🌐 [Official Website](https://rai-chan.com)

💻 [GitHub Repository](https://github.com/zk-raichan/zk-raichan)

🐦 [Twitter](https://twitter.com/zk_raichan)

💬 [Telegram](https://t.me/zk_raichan)

⚡ [Solana Blockchain](https://solana.com)

***

**Ready to get started?** → [Installation & Setup](/getting-started/installation.md)


---

# 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.rai-chan.com/readme.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.
