Designing a Hybrid PoW–PoS Consensus Protocol for Secure and Fair Block Reward Distribution
The success and global adoption of Bitcoin brought widespread attention to its underlying blockchain technology an immutable, distributed ledger secured by a peer-to-peer (P2P) consensus mechanism known as Proof of Work (PoW).
One of the most critical vulnerabilities of PoW-based cryptocurrencies is the 51% attack. If a malicious entity gains control of more than 50% of the network’s computational power, it can manipulate transaction validation and block creation, effectively becoming the dominant decision-maker within the network.
To mitigate this threat, researchers have explored hybrid consensus protocols that combine PoW with Proof of Stake (PoS). While hybrid approaches improve security, existing implementations face several challenges particularly in the distribution of mining rewards and maintaining consistent block generation intervals.
From an investor’s perspective, the primary incentive for participating in a cryptocurrency network is the block reward earned through successful block mining. Therefore, ensuring that rewards are distributed fairly and at consistent time intervals is critical. However, systems that rely on voting mechanisms, ticket systems, or validator committees often lack precise time control, leading to irregular reward distribution and reduced fairness.
Another concern is the fragmentation of decentralization. The creation of special validator committees contradicts the foundational principle of a fully decentralized P2P network.
Our Proposed Hybrid PoW–PoS Model
We propose and implement a Hybrid PoW–PoS consensus protocol with the following characteristics:
- PoW is used solely to regulate block generation timing through dynamic difficulty adjustment.
- Actual block generation is executed via PoS, based on stakeholders’ matured staking balances.
- No voting system or validator committee is introduced.
- The entire network participates in block validation, preserving full decentralization.
This design differs significantly from conventional hybrid systems.
Key Advantages
- Resistance to 51% attacks through dual-layer consensus.
- Uniform and predictable block reward distribution by maintaining a precise block interval.
- Fair reward allocation using probability calculations based on matured stake holdings.
- Preservation of P2P decentralization without privileged validator groups.
In addition to improving network security, our research provides a comprehensive framework detailing transaction validation and block verification processes across different stages of blockchain formation.

“A Hybrid POW-POS Implementation Against 51 percent Attack in Cryptocurrency System” – 2019 IEEE International Conference on Cloud Computing Technology and Science (CloudCom), Sydney, Australia
Publication: https://ieeexplore.ieee.org/document/8968856