The Privacy Standardfor Solana
Styx Privacy Standard — the complete privacy toolkit with virtual state layer, private messaging, and institutional-grade compliance.
Zero rent tokens. Private NFT lending. Encrypted messaging. DAO governance. All on Solana.
Try the Platform
Send private payments, get NFT loans, manage tokens with privacy. No wallet? Use Resolv to pay via text or email.
Styx Stack SDK
Integrate privacy into your dApp. Full TypeScript SDK with Virtual State Layer, messaging, governance, and lending primitives.
- Change wallet
Privacy at Production Scale
Revolutionary PrivacyPrimitives
260+ privacy operations across 14 domains. The most comprehensive privacy toolkit ever built on Solana.
Resolv
Send SOL via text or email. Recipients claim without a wallet. Stealth addresses for maximum privacy. Gasless claims available.
Private Messaging
End-to-end encrypted messaging with forward secrecy. Messages stored encrypted on-chain. Perfect for sensitive communications.
DAM Tokens
Deferred Account Materialization. Virtual tokens (zero rent) that materialize to real SPL accounts on-demand. De-materialize to reclaim rent!
Complete Privacy Toolkit
Private NFT Lending
Peer-to-peer NFT loans with hidden terms. Collection offers, perpetual loans, private liquidations.
Private DAO Governance
Anonymous voting with nullifiers. Create proposals, cast votes, all without wallet exposure.
Proof of Innocence
Prove funds are clean without revealing source. Compliance channels for institutional adoption.
Stealth Addresses
One-time addresses for each payment. Unlinkable transactions, maximum privacy.
Event Inscriptions
Token and NFT state via inscriptions. Zero rent, event-based architecture.
End-to-End Encryption
X25519 + ChaCha20-Poly1305 encryption. Military-grade security.
WhisperDrop Airdrops
Privacy-preserving token distribution. Merkle proofs hide recipient lists.
Stealth Swaps
Atomic swaps with hidden amounts. Private P2P trading.
Token Gating
9 gate types: SPL, NFT, cNFT collections. Gate access to anything.
Chrono Lock
Time-locked transactions with cryptographic enforcement.
Shadow Follow
Anonymous subscriptions to wallet activity. Stealth notifications.
VTA Delegation
Hardware wallet security with phone convenience. Spend limits enforced.
Start Building in Minutes
Three simple steps to privacy-enabled applications on Solana
Connect & Authenticate
One-click wallet authentication. No email, no password, no personal data stored.
- Phantom, Solflare, Backpack
- MWA for mobile apps
- Full key custody
Integrate the SDK
Drop-in TypeScript SDK with React hooks. Build privacy features in minutes.
- npm install @styx-stack/sdk
- REST API available
- Full documentation
Ship Privacy-First Apps
Deploy with confidence. 62 privacy primitives at your fingertips.
- Mainnet-ready
- Sub-second finality
- Production scale
Popular Use Cases
Clean APIs, Powerful Primitives
Build privacy-first applications with our comprehensive TypeScript SDK
import { StyxPMP, ProofOfInnocence } from '@styx-stack/pmp-sdk';// Initialize with Proof of Innocenceconst pmp = new StyxPMP(connection, { poiEnabled: true, complianceMode: 'OFAC_COMPLIANT'});// Register clean sourceawait pmp.poi.registerCleanSource({ wallet: senderWallet, attestation: 'EXCHANGE_KYC', provider: 'COINBASE'});// Shielded transfer with POI proofawait pmp.vsl.shieldedTransfer({ from: senderVTA, to: recipientStealth, amount: 1000, proofOfInnocence: true // Automatically includes POI attestation});Simple, Transparent Pricing
Pay with crypto. No credit cards, no KYC. Just connect and subscribe.
Free
Perfect for developers and small projects
- 1,000 API requests/month
- VTA queries & messages
- Basic rate limiting (10/min)
- Community support
- Public documentation
Pro
For growing applications and teams
- 100,000 API requests/month
- All VTA & WhisperDrop features
- Higher rate limits (100/min)
- Priority support
- Webhook notifications
- Usage analytics dashboard
Enterprise
For production applications at scale
- 1,000,000 API requests/month
- Unlimited rate limits
- Dedicated infrastructure
- 24/7 priority support
- Custom integrations
- SLA guarantee
- On-call engineering
Need a custom plan? Contact us for volume discounts.
Build the Future ofPrivate Applications
Join developers building the next generation of privacy-preserving applications on Solana. Start for free.
Built for the Solana Ecosystem