Skip to content

Optimum Gateway – User Guide

Release Notes: See what's new in v0.0.1-rc11
Version History: CHANGELOG

The Optimum Gateway bridges your Ethereum Consensus Layer (CL) client with the mump2p network.

What does Optimum Gateway do?

  • Problem: Validators rely on CL gossip (libp2p) for block and attestation propagation. Latency variance hurts performance.
  • Gateway Role: Bridges your local CL client to the mump2p network.
  • Result: Faster block propagation and reduced latency.

Architecture

Optimum Gateway Architecture

  • The Gateway subscribes to ETH CL topics and forwards messages to the Optimum mump2p network.
  • Peer discovery and fork digest are handled automatically. The gateway connects to the Optimum network on startup. No proxy hosts are needed.
  • Config: See Quick Start and Configuration.

Requirements

  • CL Client: Prysm, Lighthouse, Teku, or Nimbus running
  • Docker: Docker Desktop or Docker Engine
  • Firewall: Required ports open (see Network Requirements)

Getting Started

Follow the Quick Start to get running in minutes.