diff --git a/404.html b/404.html index ba43c1b3a..4e3c60464 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
L1 Data Fee: The L1 Data Fee is automatically charged for any transaction that is included in a Lisk Mainnet block. +
L1 Data Fee: +The L1 Data Fee is the only part of the Lisk Mainnet transaction fee that differs from the Ethereum transaction fee. +This fee arises from the fact that the transaction data for all Lisk Mainnet transactions is published to Ethereum. +This guarantees that the transaction data is available for nodes to download and execute.
+The L1 Data Fee is automatically charged for any transaction that is included in a Lisk Mainnet block. This fee is deducted directly from the address that sent the transaction. The exact amount paid depends on the estimated size of the transaction in bytes after compression, the current Ethereum gas price and/or blob gas price, and several small parameters.
The L1 Data Fee is most heavily influenced by the Ethereum base fee that is continuously and trustlessly relayed from Ethereum to Lisk Mainnet.
diff --git a/index.html b/index.html index e7614a3e7..f6b24e636 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@