privacy-map

A13

Wonderboom Signature Aggregation

Routing & Transport Research

Description

A high-performance aggregation protocol that utilizes deep aggregation trees and Proposer-Validator Separation (PVS). It mandated physical isolation of proposer processes to obfuscate their gossip footprint, while using direct P2P channels for million-scale signature aggregation.

Relationships

TargetTypeNote
P3benefitsPVS severs the link between the high-value proposer role and high-frequency voting IP.
P9benefitsLargest + Random forwarding rule provides mathematical guarantees against deterministic censorship.
P1benefitsEnables two-slot finality by solving the million-scale aggregation bottleneck.
P7hurtsRequires significant structural changes to the validator client and network topology.
A12alternativeWonderboom uses PVS and direct P2P to bypass the latency of gossip-based anonymity protocols like Dandelion++ for voting.

Open questions

  • Incentivization for committee representatives to remain online and honest.
  • Impact of deep tree latency on tight aggregation windows.

References

Relationships

Dir Target Type
P3 Identity Unlinkability benefits
P9 Censorship Resilience benefits
P1 Latency Bound benefits
P7 Implementation Complexity hurts
A12 Dandelion++ alternative