
Anonymous
Solana RPC
Pay-per-use RPC access with complete privacy. Zero-knowledge proofs ensure your wallet and usage are cryptographically unlinkable.
Get Started in 3 Minutes
From zero to anonymous RPC calls in just three simple steps
Install SDK
Add the Inkognito client to your project
Buy Credits
Deposit SOL to get anonymous credits
Make Calls
Start making anonymous RPC requests
Complete Example
1import { InkognitoClient } from '@inkognito/client';
2
3// Initialize client with your commitment
4const client = new InkognitoClient({
5 endpoint: 'https://rpc.inkognito.network',
6 mode: 'zk',
7 commitment: yourCommitment
8});
9
10// Make anonymous RPC call
11const balance = await client.request('getBalance', [publicKey]);
12console.log('Balance:', balance.value / 1e9, 'SOL');Why Choose Inkognito?
The first truly anonymous RPC service that doesn't compromise on privacy or performance
Zero Identity Required
No email, no KYC, no account. Just deposit credits and start making calls. Your wallet address is never linked to your requests.
Cryptographically Anonymous
Zero-knowledge proofs guarantee mathematical anonymity. Not just privacy theater— provably unlinkable requests.
Fast Verification
Proof verification in under 12ms. No performance trade-off for privacy. Just 762 constraints in our optimized circuit.
Standard HTTP 402
Uses the official HTTP payment protocol. Works with existing infrastructure. No vendor lock-in, fully interoperable.
On-Chain Credits
Credits tracked in a Solana smart contract. Transparent pricing, no hidden fees. You control your credits, not us.
Pay-Per-Use
No subscriptions, no monthly fees. Pay only for what you use. 100 RPC calls per credit, 10,000 lamports per credit.
How It Works
Combining industry-standard protocols with cutting-edge cryptography
HTTP 402 Payment
Standard HTTP status code for "Payment Required". Your payment proof travels in the X-PAYMENT header, compatible with existing web infrastructure.
X-PAYMENT: proof...
Zero-Knowledge Proofs
Groth16 SNARKs on BN254 curve. Prove you own credits without revealing which account deposited them. Verification takes <12ms.
→ commitment_hash
→ nullifier
Complete Flow (x402 + ZK)
Traditional RPC vs Inkognito
See how we compare to traditional RPC providers
| Feature | Traditional RPC | Inkognito Network |
|---|---|---|
| Identity Required | Email & KYC | None |
| Request Tracking | All requests logged | Unlinkable |
| Wallet Privacy | Exposed | Protected by ZK |
| Data Selling | Possible | Impossible |
| Censorship Resistance | Can block users | Permissionless |
| Payment Model | Subscription | Pay-per-use |
| Performance | Fast | Fast (<12ms overhead) |
Ready to Go Anonymous?
Join the privacy revolution. Start making anonymous Solana RPC calls today.