Ethereum developer Barry released new progress on zkEVM private smart contracts: support for private user state, but not private global state
Ethereum developer barryWhiteHat wrote that with the commercialization of zero-knowledge proof virtual machine (zkEVM), an interesting opportunity has emerged: it can provide private smart contract infrastructure while maintaining compatibility with the Ethereum Virtual Machine (EVM). Developers can write Solidity code and compile it through a specific version of the Solidity compiler or some post-processing tools to create private smart contracts.
There are some important trade-offs around private global state and privacy, the core reason being: to prove something, you must know what you are proving. Therefore, a private smart contract cannot exist that has a global public state that you are not aware of. Consequently, private smart contracts with global private state cannot exist either. For example, applications like Uniswap cannot be implemented in a private form because the prover needs to know the balances of two liquidity pools to prove that a swap transaction is executed correctly.
Therefore, some well-known and favored applications cannot currently be implemented in a private form unless we have input-output (IO) capabilities - this is exactly why IO is crucial. It allows us to build a completely private Ethereum, with its trust assumptions identical to native Ethereum.
However, this article aims to explore how to compile pstore and pload operations into the zero-knowledge proof virtual machine (zkEVM) by adding them to reth, in order to achieve a private smart contract - these contracts have private user states but do not have private global states.
Disclaimer: The content of this article solely reflects the author's opinion and does not represent the platform in any capacity. This article is not intended to serve as a reference for making investment decisions.
You may also like
Cardano’s x402 integration lets AI agents pay for APIs directly in ADA
Societe Generale’s cost-cut plan targets €1.9B in savings by 2029
The "debt black hole" behind the AI boom: $1.2 trillion external financing may be needed in the next five years
The rapid surge of AI is creating an unprecedented "debt black hole": according to Bank of America estimates, total capital expenditure for building AI data centers between 2025 and 2030 will reach as much as $5 trillion, with external financing needs of core cloud giants alone reaching $1.2 trillion to $1.5 trillion. Free cash flow is already running low for giants such as Amazon and Meta, while Nvidia and Broadcom have quietly taken on the role of "implicit guarantors"—marking the beginning of a capital gamble that is set to reshape global credit markets.
