🤖 AI Summary
Blockchain systems employing unidimensional transaction fees (e.g., Ethereum’s gas mechanism) suffer from imbalanced utilization of multidimensional resources—computation, storage, and bandwidth—leading to throughput bottlenecks.
Method: We propose the first modeling and quantitative analysis framework for transaction pricing under multidimensional resource constraints. We formulate multidimensional fee optimization as a zero-sum game and prove it is NP-hard to achieve a k-dimensional α-approximation. Under resource capacity scaling, we establish a rigorous feasibility comparison criterion and derive, for the first time, theoretical bounds on the approximation ratio of unidimensional gas pricing relative to true multidimensional resource consumption.
Contribution/Results: Our analysis shows that multidimensional pricing can significantly improve system throughput—by up to several-fold under typical workloads—and that this gain is precisely characterized by the α parameter. The framework provides protocol designers with theoretically grounded, quantitative tools for navigating the complexity–performance trade-off in fee-market design.
📝 Abstract
Blockchains have block-size limits to ensure the entire cluster can keep up with the tip of the chain. These block-size limits are usually single-dimensional, but richer multidimensional constraints allow for greater throughput. The potential for performance improvements from multidimensional resource pricing has been discussed in the literature, but exactly how big those performance improvements are remains unclear. In order to identify the magnitude of additional throughput that multi-dimensional transaction fees can unlock, we introduce the concept of an $alpha$-approximation. A constraint set $C_1$ is $alpha$-approximated by $C_2$ if every block feasible under $C_1$ is also feasible under $C_2$ once all resource capacities are scaled by a factor of $alpha$ (e.g., $alpha =2$ corresponds to doubling all available resources). We show that the $alpha$-approximation of the optimal single-dimensional gas measure corresponds to the value of a specific zero-sum game. However, the more general problem of finding the optimal $k$-dimensional approximation is NP-complete. Quantifying the additional throughput that multi-dimensional fees can provide allows blockchain designers to make informed decisions about whether the additional capacity unlocked by multidimensional constraints is worth the additional complexity they add to the protocol.