Bankless
December 1, 2025

The Holy Grail of Crypto Privacy: Encrypted Ethereum, FHE & Living Forever

In this episode, Rand Hindi, founder of Zama, unpacks the cryptographic revolution of Fully Homomorphic Encryption (FHE) and his plan to embed a seamless, "incognito mode" directly into Ethereum and other blockchains, making financial privacy the default, not the exception.

The Inevitable Shift to On-Chain Privacy

  • "Go to anyone on the street and ask them to show you their bank account. That's blockchain today. It's obvious we need confidentiality."
  • "There's just no way that a bank is going to use stablecoins for bank accounts if your neighbor can see your bank account. It's just not going to happen."
  • Public blockchains weren’t a feature but a technical limitation. The goal was public verifiability, which required public data because advanced cryptography like FHE wasn't available.
  • The tipping point for privacy demand is the arrival of institutional finance. For the hundred-trillion-dollar asset tokenization dream to materialize, confidentiality for transactions and balances is a non-negotiable prerequisite.
  • The evolution of encrypted messaging apps like Signal and Telegram provides a clear parallel. Users didn’t explicitly demand end-to-end encryption for SMS, but once a private alternative with the same user experience was offered, it quickly became the standard.

FHE: The Missing Piece for Programmable Privacy

  • "FHE for privacy, ZK for scaling, MPC for key management. This is the optimal blockchain stack."
  • "You really want this programmable privacy, this kind of composability feature, and ZK doesn't offer that. For that you only have MPC and FHE."
  • Fully Homomorphic Encryption (FHE) is the only technology that offers security, public verifiability, and composability. It allows smart contracts to compute on encrypted data without ever decrypting it, enabling a shared, private state for DeFi.
  • While ZK proofs (used in Zcash) can prove a transaction occurred without revealing details, they lack composability—you can't stake a ZK proof or use it in another DeFi protocol.
  • FHE has overcome its historical performance issues. Zama claims its FHE implementation can already handle more transactions per second (TPS) than Ethereum mainnet, with a roadmap to 1,000 TPS via GPU optimization and eventually 100,000 TPS with a dedicated ASIC.

Zama's Approach: Encrypted Ethereum Without Bridging

  • "It'll feel just like using Ethereum… We don't want people to use something else. We want people to use Ethereum confidentially."
  • Zama is not a new blockchain but a confidentiality layer built on top of existing chains like Ethereum. This design avoids the friction and liquidity fragmentation of bridging assets to a separate private L2.
  • The protocol uses FHE for on-chain computation and a Multi-Party Computation (MPC) network of 13 reputable entities (like Ledger and Fireblocks) for threshold decryption, requiring a 2/3 majority to decrypt user data.
  • The end goal is a seamless user experience: a simple "shield" button in wallets like Rabby or MetaMask that converts standard ERC-20s into confidential tokens, making privacy an effortless choice.

Key Takeaways:

  • Zama’s approach signals a paradigm shift from siloed privacy solutions to integrated, programmable confidentiality. It aims to make privacy a native feature of existing ecosystems rather than a separate destination.
  • FHE is crypto’s HTTPS moment. Just as HTTPS made secure browsing the default, FHE is positioned to bring end-to-end encryption to all blockchain transactions, solving a fundamental flaw without forcing users to change their behavior.
  • Privacy is coming for your wallet, not a new chain. The "holy grail" is integrating confidentiality directly into the user's existing workflow on mainnet Ethereum. Forget bridging; the future is an "incognito mode" for your current assets.
  • Institutional demand will drive retail privacy. The need for financial institutions like JPMorgan to protect their trades on-chain is the catalyst that will finally make robust privacy tools a standard feature for everyone.

For further insights and detailed discussions, watch the full podcast: Link

This episode reveals how Fully Homomorphic Encryption (FHE) is poised to solve crypto's privacy problem, enabling confidential transactions directly on public blockchains like Ethereum without sacrificing composability or user experience.

The Fundamental Privacy Problem in Crypto

  • Rand Hindi, CEO of Zama, opens by explaining that public data on blockchains is not a feature but a technical limitation from the early days of crypto. Public verifiability—the ability for anyone to recompute the state of the network—required all transaction data to be public. This was a necessary trade-off for decentralization before advanced cryptographic techniques were viable.
  • Early privacy protocols like Zcash used Zero-Knowledge Proofs (ZK), which allow users to prove they own tokens without revealing the data itself. ZK proofs are excellent for verification but lack composability, meaning you cannot build complex DeFi applications on top of them.
  • This limitation led researchers to explore other methods like Multi-Party Computation (MPC), which involves splitting a secret key among multiple parties, and Fully Homomorphic Encryption (FHE) to create a shared, private state for building applications.

Why Privacy is Becoming Non-Negotiable

  • The conversation addresses why privacy is gaining urgency now. Rand argues that the demand has always existed, but the lack of viable technology and the perception that anonymous addresses were sufficient delayed progress.
  • The shift is driven by the increasing value of on-chain assets and the entry of traditional finance. Financial institutions cannot operate on transparent ledgers where every transaction is public.
  • Rand draws a parallel to the adoption of end-to-end encryption in messaging apps like Telegram and Signal. "Nobody was asking for privacy until people realized, 'Oh, I can have the exact same service, but private. Why would I not do that?'"
  • This transition is seen as inevitable, moving from a world where privacy is an afterthought to one where it is the default.

Confidentiality vs. Privacy: A Key Distinction

  • The host clarifies the terminology used throughout the discussion. Rand explains that while often used interchangeably, "confidentiality" is a broader term than "privacy."
  • Privacy typically refers to protecting personal data, such as your identity or bank account details.
  • Confidentiality is a superset that includes any sensitive data, not just personal information. An example is hiding your cards in a poker game—this requires confidentiality but isn't strictly about personal privacy.

The Holy Grail: An "Incognito Mode" for Ethereum

  • Rand outlines Zama's vision: to add a layer of confidentiality directly on top of existing blockchains like Ethereum, Base, and Solana, rather than launching a new, separate private chain.
  • The goal is to create an experience similar to HTTPS for the web, where encryption happens in the background without the user noticing.
  • This would manifest as an "incognito" button within existing wallets like MetaMask or Rabby, allowing users to execute confidential transactions without bridging assets or learning a new workflow.
  • Rand confirms, "That's exactly what we built... how can you have privacy on a public blockchain but that's exactly where those new cryptographic techniques like FHE actually come in."

A Breakdown of Advanced Cryptography

  • The discussion pivots to the core technologies enabling this vision. Rand categorizes the "moon math" of modern cryptography into three key families, each with a specific superpower.
  • ZK (Zero-Knowledge Proofs): Best for proving you did something without revealing the underlying data. Its primary strength is in scalability and verification.
  • MPC (Multi-Party Computation): Ideal for key management. It allows a secret key to be split among multiple parties so that no single entity ever holds the full key, decentralizing control. This is used by custodians like Fireblocks and in Zama's decryption process.
  • FHE (Fully Homomorphic Encryption): The only technology that allows for computation directly on encrypted data. This means a smart contract can modify an encrypted state without ever decrypting it, enabling composable, private applications.

The Optimal Stack: FHE for Privacy, ZK for Scaling

  • Rand argues for a specialized application of these technologies, positioning FHE as the superior tool for on-chain privacy due to its unique properties.
  • He proposes an optimal stack: FHE for privacy, ZK for scaling, and MPC for key management.
  • While ZK-based solutions like Zcash and Tornado Cash exist, they lack the composability needed for a full DeFi ecosystem. FHE provides security, public verifiability, and the crucial element of composability.
  • Addressing critiques from ZK proponents like Eli Ben-Sasson, Rand explains that FHE's historical performance bottlenecks have been largely solved. Zama has improved FHE performance by 1000x and is on track for 10x year-over-year improvements, with a path to 100,000 TPS via dedicated hardware (ASICs).

Security, Trust, and Nation-State Resistance

  • The conversation tackles the practical security model of Zama's protocol, particularly regarding decryption keys.
  • To decrypt user data (e.g., viewing an account balance), Zama uses an MPC network of 13 highly reputable entities, including Ledger and Fireblocks. A two-thirds majority (10 of 13) is required to approve a decryption.
  • This model is designed to be resistant to collusion and nation-state attacks. The operators are geographically distributed, and their nodes run within hardware enclaves—secure containers that add another layer of protection.
  • Rand acknowledges this is a trade-off but frames it as a massive improvement over the status quo, making attacks prohibitively difficult and expensive.

Navigating the Regulatory Landscape

  • With recent enforcement actions against privacy developers (e.g., Samurai Wallet), the host questions the risks of building privacy tools. Rand explains Zama's strategy is centered on programmable compliance.
  • Zama provides the tools for developers to build confidentiality into their applications, but it does not enforce a specific privacy model.
  • A stablecoin issuer, for example, can program their smart contract to allow themselves (the issuer) and the user to view transaction data, while keeping it hidden from the public—mirroring the traditional finance compliance model.
  • "We are building our protocol for that 99%," Rand states, focusing on legitimate financial use cases rather than illicit activities. This approach aims to align with institutional needs and avoid regulatory conflict.

Zama's Mainnet Launch and User Experience

  • Zama is scheduled to launch on the Ethereum mainnet in early December, with multi-chain expansion planned for 2026.
  • Initial use cases include an on-chain, non-custodial bank (Rayash) with confidential, yield-bearing stablecoins and a confidential token vesting and distribution tool for crypto teams.
  • Adoption will be driven by a new token standard, ERC-7984, created with OpenZeppelin for confidential tokens. This allows wallets and dApps to integrate the functionality once.
  • The user flow involves "shielding" an ERC-20 token (e.g., USDC) into its confidential counterpart via a smart contract. Users pay a small fee in the Zama token to the network operators for encryption and decryption operations.

Rand Hindi: From AI Privacy to Biohacking and Immortality

  • Rand shares his background, which spans a PhD in bioinformatics, founding a privacy-focused AI company (which he sold in 2019), and being an active crypto investor since 2013.
  • His interest in privacy has been a consistent theme, but he found the need in blockchain to be more urgent than in AI, where compute costs currently make FHE economically infeasible.
  • He is also a "competitive biohacker" and longevity enthusiast, ranking in the top tier of Bryan Johnson's longevity leaderboard. His approach focuses on optimizing sleep, diet, and exercise, with a "Plan B" of cryopreservation.
  • Rand believes that while mind-uploading is a possibility, his focus is on "fixing biology like you fix a car" to extend a healthy, happy life.

Conclusion

This episode makes a compelling case that FHE is the key to unlocking practical, composable privacy on public blockchains. For investors and researchers, the emergence of protocols like Zama signals a critical infrastructure shift, driven by institutional demand and enabled by pragmatic, compliance-aware design.

Others You May Like