Key Highlights

  • The Steakhouse Confidential USDC Prime vault, set to open for deposits on June 23, is the first DeFi yield product on Ethereum to use fully homomorphic encryption.

  • The product is built on three separate layers: Zama provides the FHE encryption layer through its confidential token standard, Morpho provides the permissionless lending infrastructure that generates yield, and Steakhouse Financial provides the curation and risk management that decides how capital is deployed.

  • Wallet balances, transaction timing and deposit sizes will no longer be visible in plaintext on-chain for vault users, though aggregate vault statistics such as total assets and utilization rates will remain publicly visible to allow external monitoring of solvency and risk.

Three DeFi teams have built what they describe as the first confidential yield vault on Ethereum, combining encrypted smart contract infrastructure with a working lending market to allow users to earn yield on USDC without exposing their balances, positions or strategies on the public blockchain. The vault, called Steakhouse Confidential USDC Prime, opens for deposits on June 23 and represents the first production deployment of fully homomorphic encryption in a live DeFi yield product on Ethereum.

Fully homomorphic encryption, or FHE, is a cryptographic method that allows a program to perform mathematical operations on data that has never been decrypted. In standard computing, a program must decrypt data before it can process it, which creates a window during which the plaintext is exposed. FHE eliminates that window entirely. For onchain applications, this means a smart contract can execute financial logic over encrypted inputs and return an encrypted output without any party, including validators or nodes, ever seeing the underlying values in plaintext. Zama, the company that developed the FHE layer used in this vault, has built a confidential token standard called cUSDC that wraps standard USDC into an encrypted representation. When users deposit into the vault, their funds are held as cUSDC, and all downstream operations on those funds inherit the encryption.

The yield is generated through Morpho, a permissionless lending protocol that allows curators to deploy capital across lending markets without relying on a centralized controller. Steakhouse Financial, which manages several large Morpho vaults, handles the curation layer for the confidential vault, setting risk parameters and deciding which lending markets receive capital. The three-layer architecture keeps each component specialized: Zama handles encryption, Morpho handles capital deployment, and Steakhouse handles the risk decisions that determine how yield is maximized within the constraints set by the vault's rules. The underlying lending infrastructure is unchanged from Morpho's standard deployment; what changes is that the inputs and outputs flowing through it are encrypted.

Privacy in DeFi has typically required either moving to a separate privacy-focused chain or accepting significant trade-offs in composability and transparency. The confidential vault approach attempts a different path: preserving Ethereum's composability by staying on the main network while selectively encrypting the data that most exposes users to front-running, MEV extraction and competitive intelligence leakage. Aggregate vault statistics, including total assets under management and utilization rates across lending markets, will remain publicly visible so that external observers and protocol monitors can continue to assess solvency and systemic risk. Only individual user data, wallet balances, transaction timing and deposit sizes, is encrypted. The teams have described the vault as a template for confidential DeFi infrastructure they expect others to extend and replicate as FHE tooling matures on Ethereum.