EIP‐1559 and Ledger Live - wefdenb123/Ledger-Device-Solutions-563 GitHub Wiki
In August 2021, Ethereum released the Ethereum Improvement Proposal (EIP) 1559 upgrade to optimize network transaction fees and:
- Make fees more predictable
- Reduce delays in transaction confirmation
- Automate the fee bidding system
Ledger Live implemented EIP-1559 to improve how Ethereum-based fees are calculated and processed.
To take advantage of the EIP-1559 model fee, please update your Ledger Live app to version 2.50 or higher. You also need to update the ETH app on your Ledger device.
Please download the last update of Ledger Live Application:
1.Ledger Live for Windows 10/11
2.Ledger Live for MAC
3.Ledger Live for Android
First-price auction fee model
Ethereum’s original fee model is based on the auction mechanism also known as a first-price auction.
For each transaction, you would submit a random amount of gas fee that you’re willing to pay:
- The gas price: how much you’re willing to pay per unit of gas. It is measured in gwei (1 gwei equals 0.000000001 ETH).
- The gas limit: how much you’re willing to spend on a transaction. It is calculated by default and equals 21,000 gwei for the majority of transactions.
Here is how this looked in Ledger Live 👇
In Advanced settings, you could manually increase or decrease the gas limit and price.
With this fee model, predicting the gas price is difficult.
Transactions are picked up and confirmed by validators who are incentivized to sort them by the highest gas prices. Users often end up overpaying fees and transaction confirmation can be delayed, especially during network congestion.
Changes in gas estimates
With the EIP-1559 model, the original gas limit is replaced by two values:
- A long-term average target equal to the original gas limit, and
- A hard per-block cap equal to twice the original gas limit.
When the Ethereum network traffic gets congested, the block gas limit doubles from 15 million to 30 million, replacing fixed-sized blocks with variable-sized blocks that can be increased during sudden spikes in demand. There is an increase in the base fee, but unlike the original system, this increase is predictable.
How does this affect Ledger Live users?
With the integration of the EIP-1559 fee model, Ledger Live UI is updated for all Ethereum-based transactions.
In Advanced settings, you can customize a Max Priority Fee and a Max Fee:
- Max Priority Fee is an optional additional payment to incentivize the validator to pick up the transactions. You determine the amount of the tip. This amount will be used up entirely with no refund possible.
- Max Fee— the addition of a standard, minimum fee that must be paid to include a transaction in a block (the base fee) and the priority fee. You can set a Max Fee amount you are willing to pay. When your transaction gets included in a block, any difference between your Max Fee and the actual fee will be refunded.
Choosing a too low Max Fee can lead to a pending transaction. You will not be able to make a new transaction from your account until it goes through or it’s deleted. Speeding up a transaction is not available on Ledger Live at the moment.
Max base fee + priority fee = Max fee
Max fee is the absolute maximum amount that a transaction can cost you. This is also the amount displayed in the Standard settings.
Things to keep in mind:
- Ledger Live will display a range of priority fees that we consider to be safe. While you can go outside of this range, we strongly recommend staying within it.
- You can send transactions without adding a priority fee, however, keep in mind that setting a very low priority fee is risky—transactions may wait in a pool until the entire gas limit is used up.
- While a transaction is pending, you won’t be able to make new transactions with your account and you might end up being stuck for a while. Please ensure you use reasonable settings before proceeding to send a transaction.