Why SKALE for Programmable Privacy
Public blockchains are transparent by design. Every transaction amount, every contract interaction, every user intent is visible to the world. That’s fine for a public ledger — but it’s a dealbreaker for the applications that actually need blockchain. Payroll, supply chain, sealed-bid auctions, lending positions, gaming state, enterprise data — all of these require confidentiality. Not as an afterthought you bolt on with ZK proofs or trusted hardware, but as a first-class primitive in the protocol itself. SKALE is the only EVM blockchain where privacy capable of maintaining compliance is built into consensus, not appended as a layer. With Programmable Privacy, smart contracts define who sees what and when — all in Solidity, all composable, all without a trusted third party.Encrypted Transactions
Hide transaction payloads during mempool and consensus. MEV resistance by design.
Conditional Transactions
Smart contracts that request decryption on-demand for sealed-bid auctions, private voting, and more.
Confidential Tokens
ERC-20 tokens with fully encrypted balances. Privacy-preserving DeFi, native.
Re-encryption
Encrypt for specific viewers. Private onchain state with selective disclosure.
How It’s Different
Other approaches to blockchain privacy come with tradeoffs you don’t want:- ZK proofs — Powerful, but not composable. Every private operation needs a new circuit. Developers need specialized cryptography knowledge.
- FHE — Computes on encrypted data, but introduces significant computational overhead compared to plaintext execution. SKALE Programmable Privacy takes a different approach: threshold encryption for pre-execution privacy, programmable decryption, and selective disclosure — all with standard EVM execution performance.
- TEEs — Trusted hardware introduces a centralized trust assumption. If the hardware is compromised, privacy is gone.
- Separate privacy chains — Isolated ecosystems that can’t compose with the rest of DeFi.
What You Can Build
| Application | What Programmable Privacy Enables |
|---|---|
| Private DeFi | Lending with hidden positions. DEXes with confidential order flow. Yield strategies that can’t be front-run. |
| Enterprise | Payroll onchain. Supply chain with private counterparties. Regulated securities with controlled disclosure. |
| Gaming | Hidden game state. Private matchmaking. Secret moves in onchain strategy games. |
| Autonomous Agents | Private agent-to-agent transactions. Confidential bidding and negotiation. Hidden strategies that competitors can’t front-run. Agents that transact with privacy by default. |
| Auctions & Governance | Sealed-bid auctions. Private voting with verifiable results. Quadratic funding without public donation amounts. |
| Identity & Credentials | Onchain credentials with selective disclosure. Prove without revealing. |
Start Building
Programmable Privacy is available on SKALE Base and SKALE Base Sepolia. All features work with standard EVM tooling — MetaMask, Foundry, Hardhat, Viem, ethers.js. No special compilers, no custom RPCs, no new languages.Encrypted Transactions Guide
Walk through encrypting and submitting a private transaction.
Confidential Token Quickstart
Deploy a token with hidden balances in minutes.
Learn More
- Encrypted Transactions — Architecture and API reference
- Conditional Transactions — On-demand decryption contracts
- Confidential Tokens — Encrypted balance ERC-20s
- Re-encryption — Selective disclosure cryptography
- BITE Encryption — The protocol layer powering it all
- Threshold Schemes — How threshold BLS and DKG work
