Pith

open record

sign in

arxiv: 2502.17270 · v2 · pith:P33TZNQV · submitted 2025-02-24 · cs.CR · cs.DC· cs.MA

Order Fairness Evaluation of DAG-based ledgers

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:P33TZNQVrecord.jsonopen to challenge →

classification cs.CR cs.DCcs.MA
keywords orderledgersdag-basedfairnesstransactionsleadersadversarynodes
0
0 comments X
read the original abstract

Order fairness in distributed ledgers refers to properties that relate the order in which transactions are sent or received to the order in which they are eventually finalized, i.e., totally ordered. The study of such properties is relatively new and has been especially stimulated by the rise of Maximal Extractable Value (MEV) attacks in blockchain environments. Indeed, in many classical blockchain protocols, leaders are responsible for selecting the transactions to be included in blocks, which creates a clear vulnerability and opportunity for transaction order manipulation. Unlike blockchains, DAG-based ledgers allow participants in the network to independently propose blocks, which are then arranged as vertices of a directed acyclic graph. Interestingly, leaders in DAG-based ledgers are elected only after the fact, once transactions are already part of the graph, to determine their total order. In other words, transactions are not chosen by single leaders; instead, they are collectively validated by the nodes, and leaders are only elected to establish an ordering. This approach intuitively reduces the risk of transaction manipulation and enhances fairness. In this paper, we aim to quantify the capability of DAG-based ledgers to achieve order fairness. To this end, we define new variants of order fairness adapted to DAG-based ledgers and evaluate the impact of an adversary capable of compromising a limited number of nodes (below the one-third threshold) to reorder transactions. We analyze how often our order fairness properties are violated under different network conditions and parameterizations of the DAG algorithm, depending on the adversary's power. Our study shows that DAG-based ledgers are still vulnerable to reordering attacks, as an adversary can coordinate a minority of Byzantine nodes to manipulate the DAG's structure.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Tilikum: Transaction Fair Ordering on a DAG without Weak Edges

    cs.CR 2026-06 unverdicted novelty 5.0

    Tilikum provides fair transaction ordering on DAG ledgers via median-based timestamp aggregation to achieve linearizability, high throughput, and resistance to reordering attacks.