Skip to content

Commit 719f1ba

Browse files
authored
Increase minimum base fee to 500,000 wei (#740)
Update documentation to reflect the minimum base fee increase from 200,000 wei to 500,000 wei on Base Mainnet.
1 parent 3881416 commit 719f1ba

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/base-chain/network-information/configuration-changelog.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This page tracks configuration changes to the Base networks, including updates t
1010

1111
| Date | Change | Documentation |
1212
|------|--------|---------------|
13+
| December 18, 2025 | Increased Minimum Base Fee to 500,000 wei | [Minimum Base Fee](/base-chain/network-information/network-fees#minimum-base-fee) |
1314
| December 4, 2025 | Enabled Minimum Base Fee (200,000 wei) | [Minimum Base Fee](/base-chain/network-information/network-fees#minimum-base-fee) |
1415
| September 17, 2025 | Enabled Per-Transaction Gas Maximum | [Per-Transaction Gas Maximum](/base-chain/network-information/block-building#per-transaction-gas-maximum) |
1516
| September 11, 2025 | Ended testing Per-Transaction Gas Maximum | [Per-Transaction Gas Maximum](/base-chain/network-information/block-building#per-transaction-gas-maximum) |

docs/base-chain/network-information/network-fees.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ documentation](https://docs.optimism.io/stack/transactions/fees).
3030

3131
As part of the [Jovian upgrade], Base introduced a minimum base fee. This feature sets a floor for the L2 base fee, preventing it from dropping to extremely low levels during periods of low network activity.
3232

33-
The minimum base fee for Base Mainnet was initially set to 200,000 wei (0.0002 gwei) on December 4th, 2025. This value may be periodically adjusted as we gather data on how it affects the chain. For reference, a minimum base fee of 0.0002 gwei results in a cost of approximately 0.006 cents for a typical transaction at an ETH price of $3000.
33+
The minimum base fee for Base Mainnet is 500,000 wei (0.0005 gwei). This value may be periodically adjusted as we gather data on how it affects the chain. For reference, a minimum base fee of 0.0005 gwei results in a cost of approximately 0.015 cents for a typical transaction at an ETH price of $3000.
3434

3535
### Benefits
3636

@@ -42,7 +42,7 @@ The minimum base fee for Base Mainnet was initially set to 200,000 wei (0.0002 g
4242

4343
| Network | Minimum Base Fee |
4444
|--------------|------------------|
45-
| Base Mainnet | 200,000 wei (0.0002 gwei) |
45+
| Base Mainnet | 500,000 wei (0.0005 gwei) |
4646
| Base Sepolia | 200,000 wei (0.0002 gwei) |
4747

4848
See the [Configuration Changelog](/base-chain/network-information/configuration-changelog) for a history of changes to the minimum base fee and other network parameters.

0 commit comments

Comments
 (0)