---
title: "client/proofs"
description: "Proofs extension for the Base node — fault proof data via Execution Extensions."
source: https://basehub.org/crates/client/proofs/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `base-proofs-extension` crate is the proofs extension for the Base node. It uses Reth's Execution Extensions (ExEx) framework to generate and serve fault proof data.

## Source

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