Skip to content

Commit 1496f5a

Browse files
Update Nakamoto Coefficient card
1 parent 97939d4 commit 1496f5a

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

cards/Nakamoto Coefficient.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
#explain-card
22

3-
The Nakamoto Coefficient is a crucial metric for assessing the decentralization of a blockchain network. Named after Satoshi Nakamoto, the pseudonymous creator of Bitcoin, it is defined as the minimum number of nodes that must be compromised to gain control of the network.
3+
The Nakamoto Coefficient is a fundamental metric for evaluating the decentralization of blockchain networks. Named after Bitcoin's pseudonymous creator Satoshi Nakamoto, this metric represents the minimum number of entities that would need to collude to disrupt the network's operations.
44

5-
A higher Nakamoto Coefficient indicates a more decentralized network. For instance, if a network has a Nakamoto Coefficient of 5, it means that at least 5 nodes would need to be compromised to control the network, censor transactions, or double-spend coins.
5+
A higher Nakamoto Coefficient indicates greater decentralization and network resilience. For example, a coefficient of 7 means at least 7 different entities would need to cooperate to potentially censor transactions or execute a 51% attack. This metric is particularly important for assessing:
66

7-
To calculate the Nakamoto Coefficient, determine the minimum amount of mining or voting power required to control the network. Then, rank all entities in the network by their mining or voting power and sum the power until you reach the threshold. The number of entities at this point is the Nakamoto Coefficient.
7+
- Proof of Stake networks (by validator stake distribution)
8+
- Proof of Work networks (by mining pool distribution)
9+
- Governance systems (by voting power distribution)
10+
11+
To calculate the Nakamoto Coefficient:
12+
1. Identify the critical subsystem being measured (mining, validation, governance)
13+
2. Determine the minimum threshold of control needed (typically 33% or 51%)
14+
3. Rank all participants by their share of power/stake
15+
4. Cumulatively add the largest participants until reaching the threshold
16+
5. The number of participants at this point is the Nakamoto Coefficient
17+
18+
You can explore real-time Nakamoto Coefficient data for various blockchains at [NakaFlow.io](https://nakaflow.io/), which provides up-to-date metrics for supported chains.

0 commit comments

Comments
 (0)