---
title: "consensus/gossip"
description: "Gossip protocol implementation for the OP Stack using libp2p gossipsub."
source: https://basehub.org/crates/consensus/gossip/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `kona-gossip` crate implements the OP Stack gossip protocol on top of libp2p gossipsub.

## Source

<LinkCard title="View source on GitHub" href="https://github.com/base/base/tree/main/crates/consensus/gossip" />
