---
title: "infra/mempool-rebroadcaster"
description: "Rebroadcasts mempool transactions to multiple upstream providers to ensure propagation."
source: https://basehub.org/crates/infra/mempool-rebroadcaster/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `infra/mempool-rebroadcaster` sub-crate (`mempool-rebroadcaster`) is part of the [infra crate group](/crates/infra/overview/).

It rebroadcasts pending mempool transactions to multiple upstream providers so they propagate even when individual peers drop them.

## Source

<LinkCard title="View source on GitHub" href="https://github.com/base/base/tree/main/crates/infra/mempool-rebroadcaster" />
