|
|
|
|
|
by pants2
259 days ago
|
|
One interesting approach to this is the gas auction system in DeFi where (on Ethereum) traders bid to have their trades included first in a block, and that additional payment is burned / accretive to ETH holders. Though that turns "fastest connection" into "highest bidder" advantage. Another approach that Aztec and some others are taking is to shield all transactions with zkSNARKs such that the intent of a transaction isn't known until it's completed. Combined with deterministic block times you could force random ordering of transactions in batches, effectively mitigating the fastest connection OR highest bidder advantage. |
|