Hyperion: Unveiling DApp Inconsistencies using LLM and Dataflow-Guided Symbolic Execution
Shuo Yang, Xingwei Lin, Jiachi Chen, Qingyuan Zhong, Lei Xiao, Renke, Huang, Yanlin Wang, Zibin Zheng

TL;DR
Hyperion is a novel approach that combines large language models and symbolic execution to automatically detect inconsistencies between front-end descriptions and smart contract implementations in DApps, improving trustworthiness.
Contribution
It introduces a new method that leverages LLaMA2 and dataflow-guided symbolic execution to identify DApp inconsistencies automatically.
Findings
Achieves 84.06% recall and 92.06% precision in detecting inconsistencies.
Identifies at least one inconsistency in 459 out of 835 analyzed DApps.
Defines seven types of DApp inconsistencies through empirical study.
Abstract
The rapid advancement of blockchain platforms has significantly accelerated the growth of decentralized applications (DApps). Similar to traditional applications, DApps integrate front-end descriptions that showcase their features to attract users, and back-end smart contracts for executing their business logic. However, inconsistencies between the features promoted in front-end descriptions and those actually implemented in the contract can confuse users and undermine DApps's trustworthiness. In this paper, we first conducted an empirical study to identify seven types of inconsistencies, each exemplified by a real-world DApp. Furthermore, we introduce HYPERION, an approach designed to automatically identify inconsistencies between front-end descriptions and back-end code implementation in DApps. This method leverages a fine-tuned large language model LLaMA2 to analyze DApp descriptions…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsScientific Computing and Data Management · Advanced Data Storage Technologies · Simulation Techniques and Applications
