Who pays for congestion? Optimal design of protocol fees

The Problem

EIP-1559 will introduce a protocol fee on Ethereum transactions and allow the block size to be dynamically adjusted in response to congestion. Charging a protocol fee when the chain is congested is an efficient way to shift MEV from miners to ETH holders without hurting the users. Also, a flexible block size makes the allocation of block space more efficient. However, under the current fee structure, the wrong people can end up paying for congestion.

Suppose there are two blocks, and we target an average block size of one transaction per block. There are two users, Alice and Bob. Normally, Alice sends one transaction in Block 1, and Bob sends one transaction in Block 2.

Now, suppose Alice receives a shock and wants to send two transactions in Block 1. EIP-1559 allows her to do so; as long as she pays enough to compensate for the increased uncle risk, the miner will include both of her transactions in Block 1. This is great for Alice. However, because Block 1 was larger than the target size, the base fee is increased in Block 2. This means that Bob either has to pay the higher base fee or wait a block to send his transaction. Bob ends up paying for the congestion that Alice caused.

In general, when users congest a block, it is users of the subsequent blocks that pay for the congestion. This is undesirable for a couple of reasons.

1. It is unfair.
It is not fair that Bob should pay to allow Alice to send an extra transaction.

2. It increases congestion.
Because Alice does not care whether Bob pays more, she will congest her block whenever she has the slightest need to do so. In economics jargon, congesting a block exerts a negative externality on the users of future blocks. Because users do not pay for congesting their block, they will congest it too much relative to what is socially optimal.

3. It intensifies gas auctions.
Let us change our example and assume that Alice and Bob are competing to include their transactions in Block 1, which is expected to be congested. If Bob loses, he will not only have his transaction delayed, he will also pay a higher base fee in Block 2. So outbidding Alice becomes even more important. The same will hold for Alice, and as a result, the gas auction will become more intense. Users will pay larger tips to miners to avoid paying higher base fees to the protocol.

A Solution

I propose that when a block is congested, the users of that same block pay for the congestion. We can implement this by charging the miner a fee based on how much gas is used in his block. For example, a miner who uses x gas in his block might be required to pay f(x)=kx^2 gwei where k>0 is some constant. The marginal cost of including one additional gas is 2kx gwei, so the miner will include all transactions that pay him at least 2kx+\epsilon gwei per gas until he reaches the block limit, where \epsilon is compensation for uncle risk.

We can think of 2kx as a Pigouvian tax on block space. When the demand for block space is high, x will be large (block size will be large), kx^2 will be large (the protocol fee will be large), and 2kx will be high (users will have to pay more to be included). Hence block space will adjust to demand, and we can calibrate the fee function f(x) to target the average block size that we want.

Technical Asides
It should not matter in theory whether we charge the miner or the users. But charging the miner may be easier to implement.

To choose f(x), we could use a supply and demand model of block space where the social cost of centralization risk is an increasing function of the average block size. We would solve for f(x) that makes the agents internalize the social cost, while ensuring that users do not bear too much of the tax burden.

1 Like

I guess many have independently rediscovered and mentioned this point several times, but people are intentionally ignoring it! See:

Thank you for the links! And apologies for not citing them properly. As I commented on the EIP-1559 thread on ethereum-magicians.org, I am a bit surprised that the posts such as the ones you made two years ago have not led to a wider discussion.

I saw Vitalik’s reply to your comment on the zcash page, let me reproduce it here:

This is not true. In an efficient mechanism, users need to pay the cost that they inflict upon others through their own actions. This is the idea behind the VCG mechanism. The second price auction is an example: the winner pays the bid of the highest losing bidder, because that is how much harm he has caused to everyone else by winning the object himself.

What Vitalik referred to may have been the fact that in a VCG mechanism such as the second price auction, your payment conditional on winning the good does not depend on your bid. However, whether you win or not does depend on your bids, and hence so does your payment.

I also saw that you and others have raised concerns about a miner’s attack based on this incentive misalignment. Let me think more about this. It seems in line with the observation that a user of a block with a low basefee (such as Alice in my example above) will tend to congest it excessively because Bob, not Alice, suffers from it. One could even call this an attack by Alice.

Sure, see here for a discussion on price impacts which is related to your proposed solution as it is similar to a temporary price impact:

That’s interesting. Given that a user can allocate his transactions across multiple blocks, the literature on order execution strategies seems closely related to how a user will respond to any gas pricing scheme that we design. Surge pricing a la Uber may also be relevant.

This is definitely something we should be looking at. I am not yet sure what the best design is, but I am pretty sure that charging the wrong users will lead to big inefficiencies.

Also, I wanted to add a fourth negative point to the problem section of your post. Continuing from your third point, both Alice and Bob will broadcast their transactions in the first block, and hence, the fee will go up afterward. Therefore, none of them will broadcast anything in the second block, and then again, both Alice and Bob will broadcast their transactions in the third block and so on. This somehow creates and incentivizes an oscillating behavior, and whoever deviates from it will be penalized by paying substantially higher fees. Apart from the fact that this is an unnecessary volatility, see this:

Thanks, I was just starting to look at your paper on Github. It’s interesting that an additive updating can give us path independence.

There might be a way to combine things. The user who congests must pay the fees. However, the optimal fees would probably depend on both demand for Ethereum transactions and how much block size we can afford to have without raising centralization risk too much; the former will be volatile over time and not correlated with the latter. This means we might want to periodically adjust the fee parameters to hit the target block size, sort of like how the block difficulties are adjusted.

Things would depend on our objectives, though. If we just want a regular Pigouvian tax, the fee should just correspond to the negative externality that is caused by transactions, and the size of this externality may be constant over time. This would mean that we allow the average block size to fluctuate over time according to demand for transactions, which is a natural outcome of optimization in this case.

On the other hand, if we want to target a fixed level of long term average block size, we do need to adjust the fees according to demand. In this case, we could consider a model where each transaction pays a fee according to how much the current block is congested, and this fee is adjusted every epoch (say two weeks) depending on the average block size of the previous epoch.


On second thought, even with a standard Pigouvian tax, there is an obvious way to limit the average block size - set a hard gas limit. So I would suggest that the fee only depends on the congestion of the current block, and we allow the block size to fluctuate but set a hard bound (such as 2x the target size). Parameter updates can be done through governance.

You can simply make users pay for the congestion they make by replacing the “n-1 th block size” with “n th block size” in the formula of basefee for the n th block.
This is somehow an implementation of the concept of slippage. As a user wants to buy more space on a block, he makes the price of a unit of space on the very same block goes up (not only price of space on later blocks).

Good point. I think we should go further and make only the users of the very same block pay more, and not the users of future blocks. This means that as soon as a demand spike subsides, fees go back to normal levels and users do not need to wait for the fees to go down.

Not linked yet here, but definitely related is Make EIP 1559 more like an AMM curve .

Good point. I think we should go further and make only the users of the very same block pay more, and not the users of future blocks. This means that as soon as a demand spike subsides, fees go back to normal levels and users do not need to wait for the fees to go down.

What is “normal level”? How is that level determined in a way that cannot be manipulated?

By normal level of fees, I just meant the fee that we want users to pay when the block size is the target size. But the marginal cost of gas (which is f'(x)) would determine everything. We figure out how much an extra transaction above the target size costs in terms of increased risk of centralization, and make the user pay that amount as a fee.

The only case in which it makes sense for users to pay for congestion in previous blocks is if there is a the cost of oversized blocks is supermodular across consecutive blocks. If a consecutive series of oversized blocks poses a greater risk to the system compared to the same blocks dispersed over time, then users of consecutive blocks are indeed competing over the same space. However, even if that were the case, users should still pay for their own congestion, and the impact of congestion on future blocks should phase out. I.e. if an oversized block is followed by a series of target-sized blocks, the fee should decrease across the target-sized blocks.

Back to my analogy with market impact theory, your suggestion is called a transient price impact. See:

1 Like

That’s very interesting. If we charge separately for storage, that fee should definitely be persistent across time.

If the marginal price of storage is constant, one might argue that we want a constant fee per storage. But the incidence of the fee (who bears the burden) also matters, and an increasing slippage may help reduce the burden on users.

As you have suggested, the permanent price impact charged for the storage should be linear. Even for this, there is already a lot of evidence from the economic literature. See:

1 Like