Why introducing PoS to Conflux

Let’s start by explaining the reality that Conflux will have to consider the risk of a 51% attack in quite a long period of time:
Due to the huge mining revenue of Ethereum and the increasing demands of graphics cards, miners have already purchased a lot of graphics cards, forming a huge pool of hashing power.

Conflux also uses graphics cards for mining, and the hashing power of graphics cards to maintain the security of Conflux is still far behind that of Ethereum. Therefore, there is a risk that a large number of graphics cards will switch to Conflux in a short period of time to complete a 51% attack.

Similar risks of 51% attack exist not only in other PoW public chains with graphics card mining, but also exist in blockchains like BCH, which uses the same ASIC mining as BTC but with significantly lower computing power. To address the 51% attack risk, BCH has even gone so far as to adopt a “less elegant” solution by limiting the rollback length.

In theory, a public chain with PoW can never completely eliminate the risk of 51% attack. In practice, whether or not an attacker launches a 51% attack largely depends on the benefits and costs of the attack.

In terms of the attacker’s gain: a successful 51% attack will not harm the mining profit. The attacker’s gain may be reduced mainly for two reasons. One is the loss caused by the collapse of the token value after a successful attack; the other is the community may reach a consensus to roll back the state through a hard fork to eliminate the attacker’s gain. However, nowadays blockchains have supported multiple on-chain assets and provided cross-chain services, so it is now difficult to eliminate the impact caused by a double-spending attack through a simple hard fork, which is quite different from the situation when ETC was forked from ETH.

In terms of increasing the cost to the 51% attackers, there are now three response options available:

  1. Avoiding all large-scale hashing power pools. Specifically, abandon graphics card mining and change to specialized ASIC mining.

  2. Getting Conflux’s network hashing power approaching or even exceeding Ethereum. This requires increasing the total mining revenue of Conflux to a level comparable to that of Ethereum. The current mining issuance of Ethereum is about 2.6 ETH every 13 seconds, or an average of 0.2 ETH per second. Based on the market price of 3400 USD/ETH, that gives Ethereum a mining revenue of about 680 USD per second, or about 58,752,000 USD per day. To raise Conflux’s mining revenue to this level, it would require a boost of about 170 times. This means increasing the revenue of each block to $340, that is, increasing the reward per block to over 340 CFX while maintaining the price of 1USD/CFX, or increasing the unit price of CFX by 170 times while maintaining the output. Achieving this goal in the short term may require Elon Musk to send a tweet for CFX every week or even every day.

  3. Introducing a PoS mechanism to counter 51% attacks. The PoS decision makes it impossible for an attacker to achieve a double-spending attack based solely on the advantage of computing power unless the attacker additionally invests enough CFX to influence the PoS decision.

Of these three options, we believe that only the last one is actually feasible.

As for the team’s technical roadmap, Conflux’s goal is to achieve a “decentralized public chain platform that is accessible and affordable to everyone”, rather than a “public chain with a specific PoW consensus protocol”. The technical approach is only a means to serve the goal, not the goal itself. For this reason, adding PoS finality decisions to Conflux’s existing PoW consensus mechanism to improve confirmation speed and resist potential 51% attacks is in line with Conflux’s goals. In addition, to reduce the complexity and potential risk of adding PoS finality mechanism, we choose to leave the selection and packaging of transactions entirely to PoW miners, and the ordering of blocks still follows the Tree-Graph ordering rules, with PoS voting only on the finality of blocks generated by PoW miners.

Regarding the understanding of PoW and PoS, we have never changed: PoW is more secure but slower to confirm; PoS is faster to confirm but less secure. The combination of PoW and PoS has the potential to be a more desirable consensus protocol.

PoW + PoS Hybrid Consensus?

  • The advantages of PoW consensus - security and reliability
  • Advantages of PoS consensus - efficiency (fast confirmation, low energy consumption)
  • Both can achieve throughput close to the network capacity limit
    • Further expansion requires infrastructure upgrade or layer2 solutions
  • How to combine the advantages of both?
    • High security
    • Fast confirmation
    • Reasonable energy consumption
2 Likes

非常棒多久开始运营呢