
Briefing
The fundamental limitation of assuming a uniform, symmetric trust threshold across all participants in Byzantine Fault Tolerance (BFT) and Directed Acyclic Graph (DAG) consensus is addressed by this work, which introduces the first DAG consensus protocols operating under an asymmetric trust model. The breakthrough involves designing a novel asymmetric common core primitive , a critical building block that fundamentally differs from its symmetric predecessor, enabling the protocol to achieve agreement even when each node holds a unique set of trust assumptions (an asymmetric quorum system). The most important implication is the ability to deploy high-throughput, asynchronous DAG architectures that securely reflect the complex, subjective trust relationships inherent in real-world decentralized networks, moving the field toward a more realistic and robust foundation for distributed system security.

Context
Foundational distributed systems theory, including classic BFT and modern DAG-based protocols like DAG-Rider, relies on the assumption of a symmetric trust model. This model mandates a single, shared threshold of faulty nodes, requiring all participants to agree on the same set of untrusted peers. This idealized uniformity fails to capture the reality of open, decentralized networks where individual nodes naturally form subjective, divergent trust assumptions, leading to a theoretical gap in securing high-performance asynchronous protocols under realistic, heterogeneous trust conditions.

Analysis
The core idea is the generalization of consensus primitives from the symmetric threshold model to the asymmetric quorum model. In previous DAG protocols, a primitive called gather was used to compute a common core of transactions, guaranteeing a shared state. The paper demonstrates that simply substituting symmetric quorums with asymmetric ones in the existing gather protocol fails.
The new mechanism, the asymmetric common core protocol , is a redesigned primitive that ensures all non-faulty nodes eventually agree on a shared set of transactions, even though their individual trust lists (quorums) are unique. This new primitive is then integrated into a DAG structure, resulting in the first randomized asynchronous DAG consensus that is provably secure with individual, subjective trust assumptions.

Parameters
- Expected Rounds to Decide ∞ Constant Number of Rounds. A very brief, simple explanation of what it is ∞ The protocol achieves finality quickly, regardless of the network size, once an input has been submitted.
- Trust Model ∞ Asymmetric Quorum System. A very brief, simple explanation of what it is ∞ Each node is free to define its own unique set of trusted and untrusted peers.
- Protocol Type ∞ Randomized Asynchronous DAG-based Consensus. A very brief, simple explanation of what it is ∞ A consensus mechanism that does not rely on synchronized clocks and uses randomness to achieve liveness.

Outlook
This research establishes a new theoretical foundation for highly scalable distributed ledgers by formalizing and solving the asymmetric trust problem. The next logical step is the practical implementation and benchmarking of this asymmetric common core primitive in existing high-throughput DAG frameworks. In 3-5 years, this could unlock a new generation of decentralized networks, particularly in enterprise or federated blockchain environments, where heterogeneous and subjective trust is the norm, enabling unprecedented performance while maintaining security guarantees under realistic, non-uniform trust assumptions.

Verdict
This work fundamentally extends the theoretical limits of Byzantine consensus, demonstrating that high-performance asynchronous agreement is possible even when individual nodes hold subjective, divergent trust assumptions.
