Skip to content

Running Vero

Prerequisites

  • Vero requires a remote signer to manage validator keys — it intentionally never has direct access to them.
  • The remote signer must be connected to a slashing protection database — Vero does not maintain its own!
flowchart RL

%% Signer<->VC
V(Vero) <--> RS(Remote signer)

%% VC<->CL
BN(Beacon node) <--> V(Vero)

style V fill:#11497E,stroke:#000000