Private Transaction Relay
Broadcast blockchain transactions through a quantum-resistant 5-hop mixnet. Your IP never touches the blockchain. Maximum privacy, minimal trust.
Privacy by Default
Every transaction is routed through our decentralized mixnet before reaching the blockchain.
IP Protection
Your IP address is never exposed to blockchain nodes. Transactions exit from random relay nodes across the globe.
Quantum Resistant
Built on ML-KEM (Kyber) post-quantum cryptography. Your privacy is protected against future quantum computers.
Multi-Chain Support
Relay transactions on Ethereum, Polygon, Arbitrum, and more. One API for all your privacy needs.
Zero Knowledge
Relay nodes cannot link senders to transactions. Onion encryption ensures each hop only sees the next destination.
Decentralized Network
No single point of failure. Relay nodes are distributed globally and incentivized through staking rewards.
Simple JSON-RPC
Drop-in replacement for your RPC provider. Just change the endpoint and your transactions are private.
One Line Change
Replace your RPC endpoint with our relay API. Your existing code works unchanged.
View Quickstart Guide// Before: Direct to blockchain
const provider = new JsonRpcProvider(
"https://mainnet.infura.io/v3/KEY"
);
// After: Through Pampila relay
const provider = new JsonRpcProvider(
"https://api.pampila.com/v1/ethereum"
);
// Send transaction privately
const tx = await wallet.sendTransaction({
to: recipient,
value: parseEther("1.0")
});
Supported Chains
Relay transactions on your favorite blockchain networks.
Simple, Transparent Pricing
Pay per transaction. No subscriptions, no hidden fees.
- 5-hop mixnet routing
- All supported chains
- ~30 second relay time
- Basic API support
- Everything in Standard
- Priority queue processing
- ~10 second relay time
- Priority API support
- Everything in Priority
- Instant processing
- ~3 second relay time
- Dedicated support