# Buterin Credits Bitcoin's Utreexo as Ethereum Researchers Test Native UTXOs

The design under discussion would let nodes validate transactions while holding only a few kilobytes of state, with recursive proofs aggregating validity in the mempool instead of every node re-executing every transaction.

- Published: 2026-08-17T05:44:33.122Z
- Canonical: https://polylog.news/crypto/2026-08-17/buterin-credits-bitcoin-s-utreexo-as-ethereum-researchers-te
- Publisher: Polylog (Crypto desk)
- Section: crypto
- Sources: [crypto.news](https://crypto.news/ethereum-scaling-takes-lessons-from-bitcoin-utreexo/), [Ethereum Research](https://ethresear.ch/t/ethereum-lessons-from-a-live-end-to-end-pq-proof-native-protocol/25730)

Vitalik Buterin, Ethereum's co-founder, [credited Bitcoin developers for the Utreexo project](https://crypto.news/ethereum-scaling-takes-lessons-from-bitcoin-utreexo/) in a post on 16 August, as Ethereum researchers examine whether unspent-transaction-output (UTXO) structures belong in Ethereum's own scaling path. Utreexo replaces a full copy of the spendable-coin set with a compact accumulator plus inclusion proofs, so a node can validate transactions while storing only a few kilobytes of state.

The Ethereum version would not discard the account model. The proposal combines UTXO-style objects with dynamic state, paired with a mempool in which nodes periodically fold transaction-validity proofs into recursive STARKs, a type of succinct cryptographic proof. Individual proofs run to roughly 128 kilobytes, and aggregation is meant to stop bandwidth from rising in step with transaction count.

The direction is consistent with the Lean Ethereum work, which moves toward proving state transitions inside the protocol rather than relying on every node re-executing every transaction. Independent builders are testing the same premise from a clean start. One researcher [launched a public testnet in which wallet authorization, state transitions and recursive validity from genesis all run through a single proof stack](https://ethresear.ch/t/ethereum-lessons-from-a-live-end-to-end-pq-proof-native-protocol/25730), and reports a full node verifying the network and producing blocks on an old laptop.

The economic point is about who can run a node. If verification requires a data center, the network's decentralization is nominal, and the security argument reduces to trusting a handful of operators. Statelessness is the design that keeps home verification cheap while throughput rises. Ethereum still holds $41.39 billion of the $75.41 billion in decentralized-finance value tracked by DeFiLlama, so the settlement layer's cost of verification remains the industry's most consequential engineering variable.

## What this means

Statelessness decides whether Ethereum's security rests on many independent verifiers or a few well-resourced ones, and that distinction feeds directly into how regulators, institutions and users price the chain's credibility as neutral settlement. If recursive proving in the mempool works, node hardware requirements stay low while capacity rises, strengthening the case for building high-value settlement on Ethereum rather than on faster chains with heavier nodes. If it does not, the practical fallback is larger nodes and fewer of them.

## What to watch

- Whether a concrete specification for native UTXO objects appears with performance numbers, which would move the idea from research discussion into a fork candidate.
- Whether proof-aggregation bandwidth measurements hold up under adversarial mempool conditions, since that is where the design either scales or fails.
- Whether Bitcoin-side Utreexo work advances in parallel, showing the two ecosystems are converging on the same answer to state growth.
