diff --git a/README.md b/README.md index 9e5f1f956..78619722c 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,11 @@ ## What's Kona? -Kona is a [fault proof program][fpp-specs] designed to deterministically execute a rollup state transition in order to -verify an [L2 output root][g-output-root] from the L1 inputs it was [derived from][g-derivation-pipeline]. +Kona is a suite of portable implementations of the OP Stack rollup state transition, namely the [derivation pipeline][g-derivation-pipeline] and +the block execution logic. + +Built on top of these libraries, this repository also features a [fault proof program][fpp-specs] designed to deterministically execute the +rollup state transition in order to verify an [L2 output root][g-output-root] from the L1 inputs it was [derived from][g-derivation-pipeline]. ### Development Status diff --git a/assets/banner.png b/assets/banner.png index 630850c72..af7316880 100644 Binary files a/assets/banner.png and b/assets/banner.png differ