Obol Network

Obol Network is a Distributed Validator Technology (DVT) protocol that enables groups of node operators to collaboratively run an Ethereum validator by splitting its private key across multiple machines using threshold BLS signatures. Obol’s core innovation is Charon — a middleware client that sits between a validator client (e.g., Prysm, Lighthouse) and the beacon node, intercepting validator duties, coordinating multi-node threshold signing within the cluster, and submitting the resulting aggregated signature. Unlike SSV Network’s open operator marketplace, Obol is optimized for permissioned clusters — groups of operators who choose each other (friends, colleagues, DAO members, institutional partners) and jointly manage a shared validator, with each member holding one key share and no single member able to sign alone.


How It Works

The following sections cover this in detail.

Charon Middleware

Charon is the DVT layer that makes Obol work:

“`

[Beacon Node] ←→ [Charon] ←→ [Validator Client (VC)]

[Other Charon nodes in cluster]

“`

From the validator client’s perspective, Charon looks like a normal beacon node. From the beacon node’s perspective, the Charon cluster looks like a normal validator client. Charon intercepts:

  1. Duty scheduling: When the beacon chain schedules attestation or block proposal duties, Charon coordinates with all cluster nodes.
  2. Partial signature collection: Each node signs with its BLS key share.
  3. Threshold aggregation: Once the threshold M-of-N partial signatures are collected, Charon aggregates them into a valid BLS signature.
  4. Submission: The combined signature is submitted to the beacon chain — identical to what a standard single-key validator would produce.

Cluster Formation and DKG

Forming an Obol cluster:

  1. Create a cluster definition — Define N operators, threshold M, and withdrawal address
  2. DKG ceremony — All N operators participate in a Distributed Key Generation ceremony where each generates their key share without any party seeing the complete key
  3. Deploy Charon — Each operator runs their Charon instance + a standard validator client, each configured with their key share
  4. Register on Ethereum — The validator keypair (derived from the cluster DKG) is deposited normally to the Ethereum Deposit Contract

Obol provides the Obol DVTT (Distributed Validator Key Generation Tool) and a web-based onboarding flow for cluster creation, simplifying the DKG ceremony for non-cryptographers.


Obol vs. SSV Network

Feature Obol Network SSV Network
DVT Approach Charon middleware SSV on-chain registry
Target User Teams/DAOs/groups Individual stakers + operators
Operator Selection Permissioned (chosen by staker) Open marketplace
Payment Model No token payment (infrastructure only) SSV token per-validator fees
Key Sharing Cluster DKG among defined parties DKG with marketplace operators
Beacon chain interface Charon middleware (transparent) SSV node software

Both implementations are compatible with Ethereum’s existing consensus rules and neither requires protocol-level changes.


Use Cases

Staking DAOs: A DAO governing a shared staking pool can distribute validator responsibility across 5 council members — even if 2 are unavailable, the other 3 maintain the validator. No individual council member has unilateral signing power.

Institutional multi-geography: A staking institution can distribute key shares across operators in different regions (US, EU, Asia) — a regional cloud outage or regulatory action affecting one region doesn’t halt operations.

Lido DVT Program: Obol was selected (alongside SSV Network) for Lido’s DVT integration, distributing validator duties from Lido’s large node operators across Obol clusters for improved resilience.

Community Validator Squads: Home stakers who individually don’t have 32 ETH or reliable uptime can pool as a cluster — 4 friends each contributing 8 ETH to a shared validator, each running a Charon node.


History

  • 2021 — Obol Network founded by Colr Quigley (former crypto derivatives trader and blockchain developer); team formed around Ethereum DVT research.
  • 2022 — Charon development — First versions of the Charon middleware released; initial testnet deployments with volunteer clusters.
  • 2022 — “Techne Credential” program launched for operators to earn Obol credentials by running testnet validators.
  • 2022–2023 — Mainnet testing phase with real ETH validators running under Charon.
  • 2023 — Lido DVT Integration Program — Obol selected alongside SSV Network; Obol clusters go live in Lido’s node operator set.
  • 2024 — OBOL token launch — Obol Network publishes its governance token and retroactive distribution to early contributors and node operators.
  • 2024 — Splits protocol integration — Obol integrates with 0xSplits for automated reward distribution within DVT validator clusters.

Common Misconceptions

“Obol requires a new type of validator deposit.”

Obol clusters deposit to Ethereum’s standard Deposit Contract using the keypair generated by the DKG ceremony — identical to any normal validator. The beacon chain has no knowledge of the DVT layer.

“All cluster members must be online for the validator to work.”

Only M-of-N operators need to be online. A 3-of-5 cluster continues operating if 2 members are offline — this fault tolerance is the core DVT value proposition.

“Obol competes with liquid staking protocols.”

Obol is DVT infrastructure that supports liquid staking protocols. Obol makes Lido’s node operators more resilient; it doesn’t replace or compete with Lido’s staking service.


Criticisms

  1. Cluster trust assumption — Obol’s permissioned cluster model assumes cluster members are mutually trusted or at least non-colluding. A malicious supermajority (M members of the threshold) could produce unauthorized signatures — DVT doesn’t fix collusion risk.
  2. DKG complexity for non-technical participants — The ceremony is well-tooled but still requires all N participants to coordinate simultaneously for the initial setup, which is operationally complex for groups spanning time zones.
  3. Charon adds latency — Coordinating a round of partial signatures adds network round-trips between cluster nodes; delay-sensitive duty performance (especially block proposals) can suffer if cluster members are geographically dispersed.
  4. Limited standalone utility — Obol as a standalone project has no direct user-level product; its value is entirely derived from adoption by liquid staking protocols and staking DAOs, creating dependency on those partners.

Social Media Sentiment

Obol is positively received in the Ethereum staking community — r/ethstaker threads discuss Charon setup guides and the Lido DVT integration with enthusiasm. The project attracts Ethereum researchers who see DVT as essential to decentralization. Critics ask about the OBOL token’s value capture given the protocol doesn’t charge per-validator fees like SSV. The “community validator squad” narrative (friends running a shared validator) resonates with home stakers who lack the 32 ETH threshold for solo staking. Overall positioning: technically credible, community-friendly, with a governance token launch that received more skepticism than the technology itself.


Last updated: 2026-04

Related Terms


Sources

  1. Obol Network (2022). Obol: Distributed Validators for Ethereum Staking. obol.tech/docs.
  1. Ethereum Foundation (2022). Distributed Validator Specification. github.com/ethereum/distributed-validator-specs.
  1. Boneh, D. and Shoup, V. (2023). A Graduate Course in Applied Cryptography, Chapter 23: Threshold Signatures. toc.cryptobook.us.
  1. Lido Finance (2023). DVT Program: Distributed Validator Technology Integration. research.lido.fi.