CRJan 22, 2022

Sliding Window Challenge Process for Congestion Detection

arXiv:2201.09009v2
AI Analysis

This addresses a critical security and efficiency issue for users of smart contracts like payment channels and voting systems, offering a novel solution to mitigate risks from high transaction volumes.

The paper tackles the problem of challenge-response mechanisms in smart contracts being vulnerable to network congestion, which can prevent timely responses and cause harm, by proposing a secure mechanism that detects congestion and adjusts deadlines accordingly, achieving >99% defense rate against attacks with deadlines as low as 3 hours in Ethereum.

Many prominent smart-contract applications such as payment channels, auctions, and voting systems often involve a mechanism in which some party must respond to a challenge or appeal some action within a fixed time limit. This pattern of challenge-response mechanisms poses great risks if during periods of high transaction volume, the network becomes congested. In this case fee market competition can prevent the inclusion of the response in blocks, causing great harm. As a result, responders are allowed long periods to submit their response and overpay in fees. To overcome these problems and improve challenge-response protocols, we suggest a secure mechanism that detects congestion in blocks and adjusts the deadline of the response accordingly. The responder is thus guaranteed a deadline extension should congestion arise. We lay theoretical foundations for congestion signals in blockchains and then proceed to analyze and discuss possible attacks on the mechanism and evaluate its robustness. Our results show that in Ethereum, using short response deadlines as low as 3 hours, the protocol has >99% defense rate from attacks even by miners with up to 33% of the computational power. Using shorter deadlines such as one hour is also possible with a similar defense rate for attackers with up to 27% of the power.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes