POWS Algorithm Design

In a Fireal Mobile Chain system, miners can use either PoW or PoS as their mining algorithm so that they can switch back and forth depending on which one is most profitable at any given moment. Here's how it works

  1. POW miners create new blocks with transactions to be added to the blockchain.

  2. POS ticketholders vote on whether or not to confirm these new blocks, purchasing votes by staking a portion of their currency.

  3. Votes are chosen pseudorandomly to determine the validity of the newly created block.

  4. The block is confirmed and added to the blockchain when a certain amount of the selected votes are affirmative.

  5. POW and POS miners receive a percentage of the block reward in exchange for their services and the remainder is reserved for the DAO treasury.

The objective of hybrid POW and POS systems is to capture the benefits of the respective approaches and use them to balance each other's weaknesses. As a result of the dual-system in PoW/PoS, the cost of attacking the network is significantly higher. Not only do you need to contend with both technologies, but it's considerably more challenging to break into two systems than one.

Last updated