
Ethereum co-founder Vitalik Buterin posted on the X platform on March 10, announcing that the Ethereum Foundation (EF) is staking approximately 72,000 ETH using DVT-lite (a simplified version of Distributed Validator Technology). This marks the latest development in EF’s treasury staking plan, which was announced on February 24.

(Source: Ethereum Foundation)
EF’s staking system is built upon two main open-source software components. Dirk functions as a distributed signer, dispersing signers across multiple geographic regions to eliminate single points of failure and improve system resilience; Vouch supports multiple Beacon clients and execution clients, offering various configurable strategies to effectively mitigate risks associated with client centralization.
At the infrastructure level, EF employs Minority Clients and combines managed infrastructure with self-managed hardware across multiple jurisdictions to achieve higher levels of geographic and organizational decentralization. The architecture also utilizes local build modules rather than a proposer-builder separation (PBS) sidecar architecture.
EF’s staking architecture uses type 2 (0x02) withdrawal credentials, which provide the following advantages over the older 0x01 credentials:
Transferability: Validator balances can be moved between addresses via account merging, accelerating key management changes.
Simplified Key Management: Each validator’s maximum effective balance is 2,048 ETH. Managing approximately 72,000 ETH requires only about 35 signing keys, greatly reducing daily maintenance complexity.
Flexible Exit: Even if a validator goes offline, it can trigger a withdrawal through the withdrawal address, enhancing operational flexibility.
Beyond technical announcements, Vitalik advocates for broader decentralization. He directly criticizes the idea that “operating nodes is extremely complex and only professionals can do it,” calling this notion “against the principles of decentralization and something that must be broken.”
He describes an ideal model: using Docker containers, Nix images, or similar tools, each node only needs a single click or command-line input. After inputting the same keys across all nodes, the system automatically handles network configuration, initiates Distributed Key Generation (DKG), and begins staking. Vitalik plans to operate in this manner as soon as possible and hopes more ETH holders and institutions will follow suit.
EF’s direct participation in consensus mechanisms allows it to fund ecosystem management with native rewards denominated in ETH, while also setting a benchmark for transparency in validator operations.
What is DVT-lite, and how does it reduce staking complexity?
DVT (Distributed Validator Technology) enables a validator to run across multiple machines for redundancy and fault tolerance. DVT-lite is a simplified version designed to lower deployment barriers for institutions, allowing non-technical organizations to set up distributed staking in a near “one-click” manner without requiring deep technical support.
Why did the Ethereum Foundation choose to participate directly in staking?
EF states that direct staking can fund ecosystem management with native ETH rewards. Additionally, by personally managing staking operations and associated risks, EF can serve as a practical operator rather than merely an observer, setting a transparency standard for validator operations.
What does Vitalik mean by “staking nodes don’t need professionals”?
Vitalik advocates lowering the barrier to staking so that any organization can easily do it. The envisioned process involves using Docker or Nix images, inputting the same keys on each node, and allowing the system to automatically discover peers, establish network connections, initiate DKG, and start staking—all without the need for specialized technical personnel.