The Privacy Standardfor Solana
Styx Privacy Standard - the complete privacy toolkit with virtual state layer, private messaging, and institutional-grade compliance.
Zero rent tokens. DAM virtual state. Encrypted messaging. Stealth addresses. All on Solana.
Try the Platform
Send private payments, manage DAM tokens with privacy. Stealth addresses for unlinkable transactions.
Styx Stack SDK
Integrate privacy into your dApp. Full TypeScript SDK with Virtual State Layer, messaging, and DeFi primitives.
- Change wallet
Privacy at Production Scale
Privacy Primitives
260+ operations across 12 domains. The most comprehensive privacy toolkit on Solana.
The Problem With Token Accounts
Solana's token model is powerful, but it assumes eager materialization: balances live inside accounts, and every holder ultimately pays the "account tax" - rent, account creation, ATA churn, indexer complexity.
That design is perfect for high-throughput DeFi, but it's a poor default for:
- Consumer payments and mobile-first flows
- Compliant privacy with optional disclosure
- Intent-based settlement and deferred execution
- Mass distribution tokens where most recipients never interact
Deferred Account Materialization
A token standard where balances are virtual - represented by on-chain commitments - while SPL token accounts are only created when needed.
Five Major Wins
DAM changes the default - balances are virtual until you need them on-chain.
Mass Scale Without Account Explosion
Distribute value to millions of recipients without creating millions of accounts. The chain stores a compact commitment, and only active users materialize into SPL.
Pay 100 SOL rent for 1M holders instead of 2000 SOL
Mobile-Native UX
Recipients can receive value without pre-creating ATAs or understanding token accounts. Materialization becomes an explicit UX moment - "Activate" or "Redeem."
No wallet setup required to receive tokens
Faster Settlement Primitives
Payments and rewards can be represented as virtual credits and later settled into SPL only when the user needs composability (swap, lend, deposit).
Separate "receipt of value" from "use in DeFi"
Privacy and Compliance as Options
The virtual layer supports multiple proof types - Merkle attestations, selective reveal, audit keys - without changing SPL itself. SPL becomes the final settlement rail.
Privacy by design, compliance when needed
Cleaner Engineering Boundaries
Indexers, explorers, wallets, and apps get a clear contract: virtual state verified by roots and attestations, SPL state is the materialized mirror.
Standardizable behavior across all apps
Cost Comparison
For 1M token holders with 5% active traders
SPL Token
2,000 SOL
Every holder pays rent
Token-2022
1,150 SOL
Slightly cheaper, still per-holder
Light Protocol
40 SOL
ZK compression, one-way
SPS DAM
~100 SOL
Bidirectional + privacy + rent recovery
In short: DAM turns tokens into something closer to modern payment systems - you can receive value instantly, at scale, with minimal overhead, and choose when to bring it on-chain as a fully composable SPL balance.
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 @styxstack/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 '@styxstack/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