English

VeriLLM: A Lightweight Framework for Publicly Verifiable Decentralized Inference

Cryptography and Security 2026-01-23 v4 Machine Learning

Abstract

Decentralized inference provides a scalable and resilient paradigm for serving large language models (LLMs), enabling fragmented global resource utilization and reducing reliance on centralized providers. However, in a permissionless environment without trusted nodes, ensuring the correctness of model outputs remains a core challenge. We introduce VeriLLM, a publicly verifiable protocol for decentralized LLM inference that achieves security with incentive guarantees while maintaining practical efficiency. VeriLLM combines lightweight empirical rerunning with minimal on-chain checks to preclude free-riding, allowing verifiers to validate results at approximately 1% of the underlying inference cost by exploiting the structural separation between prefill and autoregressive decoding. To prevent verification bottlenecks, we design an isomorphic inference--verification architecture that multiplexes both inference and verification roles across the same GPU workers. This design (i) improves GPU utilization and overall throughput, (ii) enlarges the effective validator set, enhancing robustness and liveness, and (iii) enforces task indistinguishability to prevent node-specific optimizations or selective behavior. Through theoretical analysis and system-level evaluation, we show that VeriLLM achieves reliable public verifiability with minimal overhead, offering a practical foundation for trustworthy and scalable decentralized LLM inference.

Keywords

Cite

@article{arxiv.2509.24257,
  title  = {VeriLLM: A Lightweight Framework for Publicly Verifiable Decentralized Inference},
  author = {Ke Wang and Zishuo Zhao and Xinyuan Song and Zelin Li and Libin Xia and Chris Tong and Bill Shi and Wenjie Qu and Eric Yang and Lynn Ai},
  journal= {arXiv preprint arXiv:2509.24257},
  year   = {2026}
}

Comments

18 pages, 4 figures, 6 tables

R2 v1 2026-07-01T06:03:30.579Z