---
title: "consensus/disc"
description: "Discovery service for the OP Stack using discv5 and libp2p."
source: https://basehub.org/crates/consensus/disc/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `kona-disc` crate runs the peer discovery service for the OP Stack consensus layer. It uses discv5 and libp2p to find peers on the network.

## Source

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