SSV Network (SSV)

SSV Network (Secret Shared Validators) solves one of Ethereum staking’s core centralization risks: most validators require a single private key held on a single server — if that server goes offline, the validator misses attestations; if it’s compromised, the validator is slashed. SSV distributes a validator’s key into shares using secret sharing cryptography (Shamir’s Secret Sharing), distributing those shares to a committee of 4+ independent operators. The full private key never exists on any single machine. As long as a threshold of operators are online and honest (typically 3-of-4), the validator continues functioning — providing fault tolerance, geographic distribution, and eliminating custodial key risk. SSV is used to pay operator fees on the SSV Network and governs the protocol. Obol Network is SSV’s primary competitor in the DVT space, and both are supported by the Ethereum Foundation as critical decentralization infrastructure.


Stat Value
Ticker SSV
Price $2.38
Market Cap $35.01M
24h Change +7.7%
Circulating Supply 14.70M SSV
Max Supply 11.00M SSV
All-Time High $65.82
Contract (Ethereum) 0x9d65...7f54
via ChangeNow · T&CsPrice data from CoinGecko as of 2026-04-16. Not financial advice.

How It Works

Distributed key generation (DKG):

A validator’s private key is split into 4+ shares using Shamir’s Secret Sharing. Each share goes to a separate operator. No operator ever holds the full key.

Threshold signing:

When the validator needs to sign an attestation or block, each operator signs with their share. 3-of-4 shares combine into a valid BLS signature without reconstructing the full key. This is done using BLS signature aggregation natively.

Operator marketplace:

SSV Network runs an open marketplace of operators (professional staking services, node operators, individuals). Stakers select 4 operators from the marketplace to run their validator, choosing by fee, reputation, and geographic distribution.

Fee payment:

Stakers pay operators in SSV tokens (a fixed operational fee). Operators earn SSV for running validators. This is deducted continuously from the staker’s SSV balance on the protocol.

Liquid staking integration:

Major liquid staking protocols (Lido, Stader, Rocket Pool) are integrating DVT through SSV Network to decentralize their validator operations — a key mandate for ETH staking decentralization.

Tokenomics

Metric Value
Max Supply 11,000,000 SSV
Team (vested) 12.5%
Investors (vested) 12.5%
Ecosystem / DAO 75%
Fee mechanism SSV continuously deducted for operator fees
DAO treasury Large portion for long-term network development

Use Cases

  • Operator payment — Stakers pay SSV to operators running their distributed validator
  • Governance — SSV DAO votes on protocol parameters (operator requirements, fee models)
  • Operator staking — Operators post SSV as collateral (disincentivizes poor performance)

History

  • 2021 — SSV Network (formerly secret-shared-validators.io) founded; DVT concept for Ethereum
  • Dec 2022 — SSV Network mainnet launches; first distributed validators on Ethereum
  • 2023 — Lido announces Obol/SSV DVT integration for distributed validator pilots
  • 2023–2024 — Growing adoption by professional staking services and liquid staking protocols
  • 2024 — SSV integrates with EigenLayer’s restaking ecosystem for additional use cases
  • 2024 — DVT becomes official Ethereum Foundation recommendation for validator decentralization

Common Misconceptions

“DVT/SSV is the same as multi-sig.” Multi-sig requires multiple parties to sign each transaction (sequential, explicit). SSV generates a single valid BLS signature from threshold key shares — the validator operates automatically without requiring active participation from each key share holder in each signing round.

“SSV operators can steal validator funds.” SSV operators only hold key shares, never full private keys or withdrawal credentials. They can cause missed attestations (penalized by reduced rewards, not slashing) but cannot access or move the staked ETH. Withdrawal keys remain with the staker.

See Also