Skip to content

Add minimum base fee design doc#295

Merged
geoknee merged 9 commits intoethereum-optimism:mainfrom
niran:niran/minimum-base-fee
Jul 24, 2025
Merged

Add minimum base fee design doc#295
geoknee merged 9 commits intoethereum-optimism:mainfrom
niran:niran/minimum-base-fee

Conversation

@niran
Copy link
Contributor

@niran niran commented Jul 2, 2025

This document proposes establishing a configurable minimum base fee for OP Stack chains to shorten the length of priority fee auctions.

@tynes
Copy link
Contributor

tynes commented Jul 10, 2025

This is a great design doc!


| Name | Type | Default | Meaning |
|------------------|---------|---------|---------|
| `minBaseFeeLog2` | `uint8` | `0` | The log2 of the minimum base fee that can be charged for a transaction. 0 disables the minimum base fee entirely. |
Copy link

@palango palango Feb 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is outdated now and stored without the log2. Can you confirm that @niran ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants