Private Payments on Solana
Payment data hidden inside Intel TDX hardware enclaves. Only permissioned parties see state. Sub-10ms latency, gasless transactions, full Solana composability.
Create Session
Create private payment on base layer
Delegate to PER
Move data into Intel TDX TEE
Process in TEE
Execute payment (hidden from observers)
Settle on Solana
Commit final state to base layer
Payment Details
Base-Layer Observer View
// No active session
// Click "Create Session" to begin
Transaction Log
Waiting for first action...
How Private Payments Work
Private Ephemeral Rollups
MagicBlock's PER runs your payment inside an Intel TDX hardware enclave. Account state is delegated from Solana's base layer into the TEE where it's processed privately.
Permissioned Access Control
Only the merchant and customer can observe payment state during processing. The Permission program enforces access flags: TX_LOGS, BALANCES, MESSAGE.
Sub-10ms Latency
Inside the ephemeral rollup, transactions execute in under 10ms with zero gas fees. No block time waiting — instant confirmation for payment processing.
Solana Composability
Final state is committed back to Solana's base layer. Your program's state remains on-chain, composable with all of Solana's DeFi ecosystem.
Built for MagicBlock Weekend Hackathon
Private payments powered by MagicBlock's Private Ephemeral Rollups. Real-world use case: stablecoin payouts where payment data is hidden during processing — only the merchant and customer see state.