---
title: "consensus/peers"
description: "Network peers library for the OP Stack — peer management, discv5, and libp2p integration."
source: https://basehub.org/crates/consensus/peers/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `kona-peers` crate manages network peers for the OP Stack consensus layer. It integrates discv5 and libp2p for peer tracking and connection lifecycle.

## Source

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