
Briefing
The core research problem is the formal quantification of a permissionless protocol’s economic security, which goes beyond mere liveness and consistency guarantees by demanding that any attack be prohibitively costly to the adversary without causing systemic collateral damage to honest participants. This paper introduces the Expensive to Attack in the Absence of Collapse (EAAC) property, a foundational metric that formalizes the ideal goal of mechanisms like Proof-of-Stake slashing. The central breakthrough is the derivation of precise, optimal impossibility and possibility results, establishing that while typical longest-chain protocols fail to achieve EAAC, a specifically designed Proof-of-Stake protocol can satisfy this strong economic security guarantee, but only under the restrictive assumption of a synchronous network model. The most important implication is that the intended economic security of slashing mechanisms fundamentally depends on the underlying network’s reliability, providing a mathematical justification for the long cooldown periods and activity penalties observed in protocols like post-Merge Ethereum.

Context
The established framework for distributed consensus relies on computer science arguments for consistency (safety) and liveness, typically assuming an adversary controls less than one-third of the participants. However, in permissionless systems, this classical security is insufficient; an economic layer of security is also required. The prevailing challenge was the lack of a formal, universally applicable metric to quantify the cost of a successful attack, particularly the economic principle that an attacker should be programmatically punished (slashed) without honest participants suffering a “scorched earth” outcome. This theoretical gap left the true economic security of Proof-of-Stake designs, and the effectiveness of their slashing mechanisms, without rigorous, first-principles justification.

Analysis
The paper’s core mechanism is the EAAC property, which defines an attack as “expensive” only if the adversary suffers targeted economic consequences, and “in the absence of collapse” if these consequences do not devalue the resources of honest participants. This new primitive synthesizes distributed computing theory with economic game theory. The logic is that the protocol must not only detect a consistency violation but also reach consensus on the slashing condition before the adversary can remove their stake.
This fundamentally differs from previous security models by explicitly tying the economic cost of an attack to the protocol’s ability to achieve a targeted, punitive consensus. The analysis then uses network models ∞ synchronous (bounded message delay) and partially synchronous (unbounded delay) ∞ to demonstrate the limits of EAAC, revealing that unbounded message delays fundamentally prevent slashing from achieving its intended purpose.

Parameters
- Impossibility Threshold (Partially Synchronous) ∞ One-third (33.3%) ∞ No protocol can be EAAC if the adversary controls this fraction of resources in the partially synchronous and quasi-permissionless setting.
- Impossibility Threshold (Dynamically Available) ∞ One-half (50%) ∞ No protocol can be EAAC if the adversary controls this fraction of resources in the synchronous and dynamically available setting.
- Optimal Possibility Threshold (PoS Slashing) ∞ Less than two-thirds (66.7%) ∞ A Proof-of-Stake protocol with slashing can satisfy the EAAC property in the synchronous and quasi-permissionless setting, provided the adversary controls less than this fraction of the total stake.

Outlook
This foundational work shifts the focus of consensus research from purely distributed computing to a synthesis of computer science and economic accountability. Future research must now focus on designing protocols that can achieve the EAAC property under weaker, more realistic network assumptions, specifically the partially synchronous model. Potential real-world applications in the next 3-5 years include the development of next-generation Proof-of-Stake protocols that dynamically adjust their slashing and finality parameters based on real-time network synchrony metrics. The theory also opens new avenues for mechanism design, demanding that protocols not only prevent attacks but also guarantee the swift, targeted, and non-collateralized punishment of adversaries.

Verdict
The introduction of the EAAC property provides the definitive formal framework for evaluating the true economic security of all permissionless consensus protocols.
