HadAgent introduces a decentralized AI serving system that replaces resource-intensive Proof-of-Work with Proof-of-Inference (PoI) to secure LLM agent operations and achieve fast, verifiable consensus.
Proof-of-Work (PoW) blockchain consensus consumes vast computational resources without producing useful output, while the rapid growth of large language model (LLM) agents has created unprecedented demand for GPU computation. We present HadAgent, a decentralized agentic AI serving system that replaces hash-based mining with Proof-of-Inference (PoI), a consensus mechanism in which nodes earn block-creation rights by executing deterministic LLM inference tasks. Because verification requires only re-executing a single forward pass under identical conditions, cross-node verification operates at consensus speed. HadAgent organizes validated records into a three-lane block body with dedicated DATA, MODEL, and PROOF channels, each protected by an independent Merkle root for fine-grained tamper detection. A two-tier node architecture classifies secondary nodes as trusted or non-trusted based on historical behavior: trusted nodes serve inference results in real time through optimistic execution, while non-trusted nodes must undergo full consensus verification. A harness layer monitors node behavior through heartbeat probes, anomaly detection via deterministic recomputation, and automated trust management, creating a self-correcting feedback loop that isolates malicious or unreliable participants. Experiments on a prototype implementation demonstrate 100% detection rate and 0% false positive rate for tampered records, sub-millisecond validation latency for record and hub operations, and effective harness convergence that excludes adversarial nodes within two rounds while promoting honest nodes to trusted status within five rounds.
Streaming Chain
This paper proposes a self-adaptive block creation process for blockchain system…
SafeHarness: Lifecycle-Integrated Security Architecture for LLM-based Agent Deployment
The paper introduces SafeHarness, a novel, lifecycle-integrated security archite…
Towards Verifiable AI with Lightweight Cryptographic Proofs of Inference
The paper introduces a lightweight, sampling-based cryptographic protocol for ve…
AetherWeave: Sybil-Resistant Robust Peer Discovery with Stake
AetherWeave is a novel, stake-backed peer-discovery protocol that achieves Sybil…
Topology-Hiding Path Validation for Large-Scale Quantum Key Distribution Networks
The paper proposes a provably secure path validation protocol for large-scale Qu…
In-network Attack Detection with Federated Deep Learning in IoT Networks: Real Implementation and An…
This paper proposes and evaluates a federated deep learning framework using auto…
SAFE: Spatially-Aware Feedback Enhancement for Fault-Tolerant Trust Management in VANETs
The SAFE approach enhances fault-tolerant trust management in VANETs by ensuring…
NANOZK: Layerwise Zero-Knowledge Proofs for Verifiable Large Language Model Inference
NANOZK introduces a novel, highly efficient zero-knowledge proof system that all…