Difference between revisions of "Decentralization in ICP: Infrastructure Governance"

From Internet Computer Wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
* Each subnet is composed of nodes (owned and controlled by node providers), which are remunerated in ICP by the network minting ICP
 
* Each subnet is composed of nodes (owned and controlled by node providers), which are remunerated in ICP by the network minting ICP
 
* Each node lives in an independent data center (not cloud providers), which the node provider pays to upkeep and maintain. An example of data centers include Equinix in Spain.
 
* Each node lives in an independent data center (not cloud providers), which the node provider pays to upkeep and maintain. An example of data centers include Equinix in Spain.
 +
 +
==Current State of Infrastructure Decentralization==
 +
 +
To best understand current state of ICP topology and node diversification, the following forum posts lay the most information:
 +
 +
1. [https://forum.dfinity.org/t/ic-topology-series-node-diversification-part-i/23402 IC node diversification (Part 1)]
 +
 +
2. [https://forum.dfinity.org/t/ic-topology-node-diversification-part-ii/23553 IC node diversification (Part 2)]
  
 
==Example: Adding a node to the network==
 
==Example: Adding a node to the network==
  
Adding a node to the network takes the following steps:
+
For a concrete example, adding a node to the network takes the following steps:
  
 
===1. Node provider submits a proposal to [https://dashboard.internetcomputer.org/proposal/107568|become a node provider]===
 
===1. Node provider submits a proposal to [https://dashboard.internetcomputer.org/proposal/107568|become a node provider]===
Line 38: Line 46:
 
* Does this data center have too many nodes?
 
* Does this data center have too many nodes?
 
* Does this location have too many nodes?
 
* Does this location have too many nodes?
 
==Current State of Decentralization==
 
 
Each subnet has a table of [https://news.earn.com/quantifying-decentralization-e39db233c28e Nakamoto Coefficient] for each of the following subsystems (e.g. independent node providers, independent data centers, geographies).
 
  
 
==See Also==
 
==See Also==
Line 47: Line 51:
 
* [[Decentralization in ICP: Protocol Governance]]
 
* [[Decentralization in ICP: Protocol Governance]]
 
* [[Decentralization in ICP: Critical Dapps on the IC]]
 
* [[Decentralization in ICP: Critical Dapps on the IC]]
* [[Weighted average of logs of NCs in Protocol]]
 
* [[Weighted average of logs of NCs in infrastructure]]
 

Latest revision as of 18:26, 12 January 2024

Summary

As a blockchain protocol, decentralization is very important to the design and implementation of ICP. This article is one of a subset explaining the design intent and the current state of the world when it comes to ICP decentralization. Its main focus is analyzing ICP as a sovereign network with a DAO controlling infrastructure governance.

To see the whole picture, it is recommended to see the following articles:

Background: Sovereign Network using Deterministic Decentralization

The infrastructure layer of ICP is best summarized as:

  • ICP is a sovereign network composed of subnets that follow Deterministic Decentralization
  • Each subnet is composed of nodes (owned and controlled by node providers), which are remunerated in ICP by the network minting ICP
  • Each node lives in an independent data center (not cloud providers), which the node provider pays to upkeep and maintain. An example of data centers include Equinix in Spain.

Current State of Infrastructure Decentralization

To best understand current state of ICP topology and node diversification, the following forum posts lay the most information:

1. IC node diversification (Part 1)

2. IC node diversification (Part 2)

Example: Adding a node to the network

For a concrete example, adding a node to the network takes the following steps:

1. Node provider submits a proposal to a node provider

Node provider submits a proposal to become a node provider.png

2. NNS DAO decides if they want to add this node provider

3. If accepted by the NNS DAO, submit proposal to add node to subnet or data center

  • Node provider submits a proposal to add a node in a specific subnet in a specific data center in a specific location

Proposal to add data center.png

4. NNS DAO evaluates whether to accept the proposal based on questions like

  • Does ICP need more nodes?
  • Does this node provider have too many nodes already?
  • Does this subnet need more nodes?
  • Does this data center have too many nodes?
  • Does this location have too many nodes?

See Also