privacy-map

A7

Flashnet Anonymous Broadcast

Routing & Transport Research

Description

A threshold-based anonymous broadcast protocol that uses secret sharing across servers and client-side TEEs to achieve ultra-low latency for mempools and block building.

Relationships

TargetTypeNote
P1benefitsParallel secret sharing and single-hop reconstruction for minimal delay.
P3benefitsThreshold non-collusion model severing the sender-to-batch link.
P4benefitsTEE-enforced liveness prevents client jamming without expensive ZKPs.
P2hurtsRequires sending multiple secret shares per message, increasing data load.
P7hurtsRequires managing a set of threshold-honest servers and TEE clients.
A2complementsFlashnet provides a threshold-based evolution of the OHTTP relay model.
A10enablesFlashnet provides the anonymous communication layer for decentralized builders.

Open questions

  • Scalability of synchronous rounds with large participant sets.
  • Optimal server threshold for decentralized block building pipelines.

References

Relationships

Dir Target Type
P1 Latency Bound benefits
P3 Identity Unlinkability benefits
P4 Sybil Resistance benefits
P2 Bandwidth Overhead hurts
P7 Implementation Complexity hurts
A2 OHTTP-Style Two-Hop Shuffles complements
A9 ZIPNet Anonymous Broadcast evolves
A10 TEE-based BuilderNet enables