Skip to main content

Introduction to SSV Network

SSV Network is a decentralized validator technology (DVT) network for Ethereum validators. Operators run SSV nodes that help distributed validator clusters perform validator duties without a single operator holding the full validator key.

Key Features

  • Distributed Validators: Validator duties are split across multiple operators
  • Ethereum Mainnet Support: Operators connect to Ethereum execution and consensus clients
  • Fault Tolerance: Validator clusters can keep running when some operators are offline
  • Non-Custodial Design: Operators run encrypted key shares instead of full validator keys
  • Operator Marketplace: Operators register on-chain and provide infrastructure for validator clusters

Architecture Overview

SSV operator infrastructure normally includes:

  • SSV Node: Runs the operator client and participates in validator clusters
  • Execution Endpoint: Ethereum execution client WebSocket endpoint, such as Geth or Nethermind
  • Consensus Endpoint: Ethereum beacon API endpoint, such as Lighthouse, Prysm, Teku, or Nimbus
  • Operator Key: Encrypted SSV operator private key and password file
  • P2P Ports: TCP 13001 and UDP 12001 for SSV peer connectivity
  • SSV API: Local API on port 16000 for health checks and node status

Network Information

ComponentValueDescription
NetworkmainnetSSV production network
Node Stackssvlabs/ssv-stackDocker Compose based SSV node stack
SSV Nodev2.4.2Latest official SSV node release checked on 2026-05-11
Docker Imagedocker.io/ssvlabs/ssv-node:latestImage used by the official stack
P2P TCP13001Open on firewall
P2P UDP12001Open on firewall
SSV API16000Health and node API
Metrics15000Local metrics endpoint
info

This guide follows the official SSV node setup documentation and uses the SSV Node stack deployment method.

Learn More