---
title: "execution/storage"
description: "Database codecs for OP storage types used by the execution layer."
source: https://basehub.org/crates/execution/storage/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `execution/storage` sub-crate (`reth-optimism-storage`) is part of the [execution crate group](/crates/execution/overview/).

It implements database codecs for OP-specific storage types so the execution layer can persist and read them through Reth's database stack.

## Source

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