# 🦀 zkip > Zero-knowledge proof library for proving IP location privacy. ## Docs - [Changelog](/changelog): Initial release - [Privacy Model](/introduction/privacy): **Note**: The SP1 Prover Network is a compute service, not a blockchain. Inputs are processed in memory and discarded after proof generation. - [What is zkip?](/introduction/what-is-zkip): **zkip** is a zero-knowledge proof library for proving a user's IP address is **not** from a specified set of countries without revealing the actual IP address. Built with [SP1](https://github.com/succinctlabs/sp1) zkVM. - [Installation](/getting-started/installation): [Rust](https://rustup.rs/) - [Quick Start](/getting-started/quick-start): Or let it build automatically when running the script. - [On-Chain Verification](/coming-soon/on-chain): Coming soon... - [REST API](/coming-soon/rest-api): Coming soon... - [Flow](/architecture/flow): **Flow Steps:** - [Architecture Overview](/architecture/overview) - [API Reference](/api/reference)