How Auction Theory Shapes Smarter Blockchain Transaction Fee Models

Written by escholar | Published 2025/10/13
Tech Story Tags: blockchain-economics | proof-of-stake-mining | transaction-fee-mechanisms | online-buffer-management | non-myopic-miners | blockchain-auction-design | blockchain-auction-theory | deadline-aware-blockchain

TLDRThis paper examines how auction theory and randomized scheduling algorithms can improve transaction fee mechanisms (TFMs) in blockchain systems. It highlights a critical gap in current research: most models assume myopic miners and overlook transactions with finite lifetimes. By incorporating deadline-aware and non-myopic perspectives, the study draws parallels with fields like job scheduling and packet management, proposing a more robust, time-sensitive framework for blockchain resource allocation.via the TL;DR App

Abstract and 1. Introduction

1.1 Our Approach

1.2 Our Results & Roadmap

1.3 Related Work

  1. Model and Warmup and 2.1 Blockchain Model

    2.2 The Miner

    2.3 Game Model

    2.4 Warm Up: The Greedy Allocation Function

  2. The Deterministic Case and 3.1 Deterministic Upper Bound

    3.2 The Immediacy-Biased Class Of Allocation Function

  3. The Randomized Case

  4. Discussion and References

2 Model and Warmup

Our game proceeds in T ∈ N turns. At each one, a set of new transactions is broadcast to the network by users, and a miner is chosen to create the upcoming block. The miner, assumed to be profit-maximizing, has the sole authority to decide which transactions to allocate to its block, among the set of valid transactions which were not allocated beforehand.

We proceed to formally define the model. A summary of all notations appears in Appendix C.

2.1 Blockchain Model

Blocks. Blocks have a predefined maximal capacity of B ∈ N∪ {∞} identically-sized transactions. We focus on the case where B = 1

2.2 The Miner

We examine a far-sighted miner who plans the allocation of transactions to the next T blocks.

Allocation strategy. The miner’s allocation strategy is given by its allocation function x.

Discount factor. Miners may prefer to receive revenue earlier rather than later, as dependent on the economy’s interest rate. For example, this could be due to the profit which a miner participating in a PoS mechanism can obtain by staking funds, or a Proof-of-Work (PoW) miner can make by using its funds to purchase additional mining equipment. This is captured by the miner’s discount factor, denoted by λ ≤ 1.

Mempool. The miner stores valid transactions that were not yet allocated to a block or expired in a data structure called the memory pool (mempool). Transactions which are not allocated to the upcoming block have to wait at least one more block until being mined, but some may become ineligible for inclusion as dependent on their TTL, which decreases by 1 with each passing turn. We define a mempool function that outputs the set of transactions viable for inclusion in each block.

Authors:

(1) Yotam Gafni, Weizmann Institute ([email protected]);

(2) Aviv Yaish, The Hebrew University, Jerusalem ([email protected]).


This paper is available on arxiv under CC BY 4.0 DEED license.


Written by escholar | We publish the best academic work (that's too often lost to peer reviews & the TA's desk) to the global tech community
Published by HackerNoon on 2025/10/13