---
title: "consensus/derive"
description: "A `no_std` derivation pipeline implementation for the OP Stack. Derives L2 blocks from L1 data."
source: https://basehub.org/crates/consensus/derive/
---
import { LinkCard } from '@astrojs/starlight/components';

## Overview

The `kona-derive` crate implements the OP Stack derivation pipeline. It derives L2 blocks from L1 data and runs in `no_std` environments.

## Source

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