# NC-Max: Breaking the Security-Performance Tradeoff in Nakamoto Consensus

## Abstract

First implemented in Bitcoin, Nakamoto Consensus (NC) is the most influential consensus protocol in cryptocurrencies despite all the alternative protocols designed afterward. Nevertheless, NC is trapped by a security-performance tradeoff. While existing efforts mostly attempt to break this tradeoff via abandoning or adjusting NC's backbone protocol, we alternatively forward the relevance of the network layer.

We identify and experimentally prove that the crux resides with the prolonged block propagation latency caused by not-yet-propagated transactions. We thus present a two-step mechanism to confirm only fully-propagated transactions, and therefore remove the limits upon NC's performance imposed by its security demands, realizing NC's untapped potential. Implementing this two-step mechanism, we propose NC-Max, whose (1) security is analyzed, proving that it provides stronger resistance than NC against transaction withholding attacks, and (2) performance is evaluated, showing that it exhausts the full throughput supported by the network, and shortens the transaction confirmation latency by 3.0 to 6.6 times compared to NC without compromising security.

Read the [full text](https://www.ndss-symposium.org/ndss-paper/auto-draft-255/).

# **Authors**

[Ren Zhang](https://scholar.google.be/citations?user=JB1uRvQAAAAJ&hl=en), [Dingwei Zhang](https://cn.linkedin.com/in/dingwei-zhang-6759b5a9), [Quake Wang](https://github.com/quake), Shichen Wu, [Jan Xie](https://twitter.com/janhxie), [Bart Preneel](https://scholar.google.com/citations?user=omio-RsAAAAJ&hl=en)

## **Published in**

The Network and Distributed System Security Symposium (NDSS) 2022, February 2022

## **Keyword**

Consensus

---

**Other articles that you might like:**

* [Lay Down the Common Metrics: Evaluating Proof-of-Work Consensus Protocols' Security](https://blog.cryptape.com/lay-down-the-common-metrics-evaluating-proof-of-work-consensus-protocols-security)
    
* [SC2Share: Smart Contract for Secure Car Sharing](https://blog.cryptape.com/sc2share-smart-contract-for-secure-car-sharing)
    
* [ShadowEth: Private Smart Contract on Public Blockchain](https://blog.cryptape.com/shadoweth-private-smart-contract-on-public-blockchain)
    
* [Polynomial IOPs for Linear Algebra Relations](https://blog.cryptape.com/polynomial-iops-for-linear-algebra-relations)
