# Protocol15 docs > Protocol15 hides both the amount and the recipient of a Solana transfer, > while staying selectively auditable. These docs cover the concepts and the > developer integration. Network is devnet; the @p15/* packages are not yet > published to npm. Full text of every page in one file: https://localhost:8080/llms-full.txt ## Start - [Overview](https://localhost:8080/): What Protocol15 is and how to read these docs. - [How it works](https://localhost:8080/how-it-works): A plain-language tour for anyone, no code required. - [For AI agents](https://localhost:8080/for-ai): Machine-readable docs and a self-contained integration brief. ## Guides - [Quickstart](https://localhost:8080/build/quickstart): Install, derive keys, send a blind transfer end to end. - [Integrate into a wallet](https://localhost:8080/build/wallet-integration): Private balance, make private, send, receive, withdraw. - [Integrate into an app](https://localhost:8080/build/app-integration): Accept private payments and reconcile them. - [Auditing & disclosure](https://localhost:8080/build/auditing): Issue scoped disclosures and viewing keys. - [Recipes](https://localhost:8080/build/recipes): Copy-paste helpers the guides reference. - [Private swap](https://localhost:8080/guides/private-swap): Turn a private note of one asset into another. - [Self-host the prover](https://localhost:8080/guides/prover): Run the Groth16/Noir prover the backend calls. - [Run an indexer](https://localhost:8080/guides/indexer-deploy): Optional view-tag indexer for fast inbox scans. ## SDK reference - [@p15/stealth](https://localhost:8080/sdk/stealth): Keys, meta-addresses, stealth delivery, announce, scanning. - [@p15/blind-mode](https://localhost:8080/sdk/blind-mode): Proof backend, transfer planning, notes, swap, pSOL. - [@p15/compliance](https://localhost:8080/sdk/compliance): Disclosure, viewing keys, markers, screening. ## Programs - [On-chain overview](https://localhost:8080/programs/overview): The deployed programs, ids, and how they fit together. - [note-vault](https://localhost:8080/programs/note-vault): The shielded pool: deposit, spend, withdraw. - [psol-wrapper](https://localhost:8080/programs/psol-wrapper): Trustless 1:1 SOL <-> pSOL wrap and unwrap. - [stealth-vault](https://localhost:8080/programs/stealth-vault): Non-revocable custody for one-time CT accounts. - [policy](https://localhost:8080/programs/policy): Optional on-chain allowlist and limit enforcement. ## Concepts - [Blind Mode](https://localhost:8080/concepts/blind-mode): Hiding both the amount and the recipient of a transfer. - [Privacy model](https://localhost:8080/concepts/privacy-model): Plain SPL tokens plus Noir notes. What proves what. - [Stealth & announce](https://localhost:8080/concepts/stealth-and-announce): Meta-addresses, the announce anchor, and inbox scanning. - [Auditability](https://localhost:8080/concepts/auditability): Selective disclosure, viewing keys, and key epochs. - [Threat model](https://localhost:8080/concepts/threat-model): What is hidden, what is not, and why payments are final.