Skip to content

Commit

Permalink
Add i.e.
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Pandaz committed Jan 17, 2025
1 parent 87ef900 commit 3ccf48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/stack/transactions/fees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Read more about the base fee in the [Ethereum.org documentation](https://ethereu
Just like on Ethereum, OP Mainnet transactions can specify a **priority fee**.
This priority fee is a price per unit of gas that is paid on top of the base fee.
For example, if the block base fee is 1 gwei and the transaction specifies a priority fee of 1 gwei, the total price per unit of gas is 2 gwei.
The priority fee(tip) is an optional component of the execution gas fee and can technically be set to 0.
The priority fee(i.e. tip) is an optional component of the execution gas fee and can technically be set to 0.
However, while EIP-1559 does not define a minimum priority fee, certain wallets and mempool implementations (like Geth) may enforce a minimum value. For instance, Geth typically defaults to a minimum priority fee of 1 gwei, but this can be configured to other values.

**The OP Mainnet sequencer will prioritize transactions with a higher priority fee** and execute them before any transactions with a lower priority fee.
Expand Down

0 comments on commit 3ccf48b

Please sign in to comment.