# Buterin Says Cryptographic Obfuscation Could Build a Trustless Third Party

Ethereum's co-founder describes a way to build private applications that need no trusted operator, while cautioning that the tools remain far from practical.

- Published: 2026-06-29T10:32:12.530Z
- Canonical: https://polylog.news/crypto/2026-06-29/buterin-says-cryptographic-obfuscation-could-build-a-trustle
- Publisher: Polylog (Crypto desk)
- Section: crypto
- Sources: [crypto.news](https://crypto.news/vitalik-says-obfuscation-and-blockchains-could-create-a-trustless-third-party/), [Miden](https://miden.xyz/blog/practical-privacy)

Vitalik Buterin, the co-founder of Ethereum, argued this week that combining program obfuscation with public blockchains could one day [create a trustless third party](https://crypto.news/vitalik-says-obfuscation-and-blockchains-could-create-a-trustless-third-party/). He means a piece of software that runs sensitive logic for many parties without any of them having to trust an operator. The cryptographic technique he points to, indistinguishability obfuscation, would let a program keep its internal secrets hidden even from the machine running it.

The practical promise is private applications such as confidential voting, sealed-bid auctions, and identity systems that do not reveal their inputs. Buterin was careful to limit the claim. Current obfuscation systems are [far too slow and heavy](https://crypto.news/vitalik-says-obfuscation-and-blockchains-could-create-a-trustless-third-party/) for real deployment, so the idea is a research direction rather than a finished product.

His comments build on a wider shift in which developers treat confidentiality as a requirement rather than an optional feature. Privacy-focused teams argue that [practical privacy is the precondition](https://miden.xyz/blog/practical-privacy) for serious on-chain use, especially for institutions that cannot expose their positions and counterparties on a public ledger.

The sound-money reading is that the real product of this technology is trust minimization, not speculation. A trustless third party removes the operator who could censor transactions, trade ahead of users, or seize funds. Whether obfuscation ever becomes efficient enough to deliver that is an open engineering question, and Buterin's own caution is the honest part of the claim.

## What this means

The most influential technical voice in the space is directing attention toward confidential computation as the next frontier. That validates the heavy investment privacy teams are making, and it signals where research talent and capital may flow. It also sets a realistic bar, because the gap between the cryptographic ideal and a usable system spans years.

## What to watch

- Benchmarks showing obfuscation or related techniques becoming materially faster, since efficiency is the single barrier between the theory and any real application.
- Whether mainstream Ethereum tooling begins to integrate confidential-execution features, which would show the idea moving from essays into working code.
