|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 187 - Issue 125 |
| Published: July 2026 |
| Authors: Sahista Pathan, Bhadresh Pandya |
10.5120/ijcad228ddc795cd
|
Sahista Pathan, Bhadresh Pandya . A Reliable Proof of Effort (PoE) Consensus Approach via an Agent-Driven Experiment. International Journal of Computer Applications. 187, 125 (July 2026), 16-23. DOI=10.5120/ijcad228ddc795cd
@article{ 10.5120/ijcad228ddc795cd,
author = { Sahista Pathan,Bhadresh Pandya },
title = { A Reliable Proof of Effort (PoE) Consensus Approach via an Agent-Driven Experiment },
journal = { International Journal of Computer Applications },
year = { 2026 },
volume = { 187 },
number = { 125 },
pages = { 16-23 },
doi = { 10.5120/ijcad228ddc795cd },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2026
%A Sahista Pathan
%A Bhadresh Pandya
%T A Reliable Proof of Effort (PoE) Consensus Approach via an Agent-Driven Experiment%T
%J International Journal of Computer Applications
%V 187
%N 125
%P 16-23
%R 10.5120/ijcad228ddc795cd
%I Foundation of Computer Science (FCS), NY, USA
Proof of Work (PoW) and Proof of Stake (PoS) remain the dominant consensus mechanisms for public blockchains, yet both suffer from well-documented limitations: PoW incurs prohibitive energy costs and scales poorly with network size, while PoS tends to concentrate validator influence among large stake holders, re-introducing a form of economic centralization. This paper proposes Proof of Effort (PoE), a novel consensus mechanism in which validator eligibility is determined exclusively by verifiable, continuous protocol participation rather than by computational expenditure or financial stake. PoE integrates four lightweight security primitives — node-identity binding via asymmetric key pairs, sequence-number-based replay prevention, digital-signature message authentication, and threshold-based malicious-node detection — chosen specifically to impose negligible per-node overhead while maintaining Byzantine resilience. We formalize the effort accumulation model mathematically, provide a detailed pseudocode specification of the protocol, and evaluate the mechanism through an agent-based simulation implemented in NetLogo 6.4 with 500 heterogeneous agents (350 honest, 150 adversarial). Simulation results, presented with full graphical and tabular support, demonstrate that PoE achieves an average throughput of 900 tx/s (vs. 25 tx/s for PoS and 7 tx/s for PoW), reduces average consensus latency to 56 ms (vs. 400 ms and 1,200 ms), and correctly identifies 92–97% of malicious agents while accepting fewer than 0.2% of forged or replayed messages. The effort gap between honest and adversarial nodes remained below 0.21%, confirming protocol fairness under adversarial load, and the validator-selection Gini coefficient of 0.18 represents a 71% improvement in participation equality over PoS. These results position PoE as a compelling candidate for permissioned and consortium blockchain deployments where energy efficiency, participation fairness, and lightweight security are primary requirements.