Distributed Validator Technology
A high-level approach to DVT technology
Some basics before you start
// Operator: person, group of people or organization that manages an infrastructure
(hardware + software set) in order to process the actions required by the
Ethereum network
// Validator: block of 32 ETH locked in a SmartContract, composed of a private key
(KeyStore) and a public key, eligible to participate in the consensus and execution
Ethereum network
// Node: Hardware used to process the different pieces of software needed
to validate on the Ethereum network
// Consensus client: software installed on the node that allows the validator to perform
consensus tasks on the network
// Execution client: software installed on the node that allows the validator to perform
execution tasks on the network
// Light client: software installed on the node that acts as the coordination layer of the
the protocol used (SSV, Obol, Diva, etc.). Its function is to coordinate the consensus &
execution clients within the validator.
// Cluster: set of Operators that manage a Validator
// Solo Staker: person who creates and operates a Validator at his or her own riskIntroduction
High level technical structure


DVT and its ramifications
Last updated