Gas Price Auctions

Algorithm

Gas price auctions represent a dynamic fee mechanism utilized within blockchain networks, notably Ethereum, to prioritize transaction inclusion within blocks. These auctions function as a Vickrey auction, where participants submit bids representing the maximum gas fee they are willing to pay, and the highest bidder wins inclusion, but pays the second-highest bid. This incentivizes miners to include transactions based on economic signals, optimizing block space allocation and mitigating network congestion, while also introducing complexity in transaction cost predictability. The implementation of EIP-1559 introduced a base fee burned with each transaction, alongside a priority fee (tip) offered to miners, fundamentally altering the auction dynamics.