PonziLens+: Visualizing Bytecode Actions for Smart Ponzi Scheme Identification
Xiaolin Wen, Tai D. Nguyen, Shaolun Ruan, Qiaomu Shen, Jun Sun, Feida Zhu, Yong Wang
TL;DR
The paper tackles the detection of smart Ponzi schemes embedded in Ethereum smart contracts by translating bytecode execution into semantically meaningful actions. It introduces PonziLens+, a visual analytics system with three modules (Path Feature, Path Grouping, Execution Detail) and a path-merging strategy to reveal Ponzi-related behaviors at contract, group, and path levels. The approach leverages semantic-action extraction via CFG-based path enumeration and symbolic execution, enabling adaptable, explainable detection beyond fixed-rule classifiers. Two case studies and 12 expert/investor interviews demonstrate improved interpretability, practical usefulness for auditors and investors, and potential application to broader software analysis. Limitations include scalability and off-chain fraud, with plans for extensibility and mobile support.
Abstract
With the prevalence of smart contracts, smart Ponzi schemes have become a common fraud on blockchain and have caused significant financial loss to cryptocurrency investors in the past few years. Despite the critical importance of detecting smart Ponzi schemes, a reliable and transparent identification approach adaptive to various smart Ponzi schemes is still missing. To fill the research gap, we first extract semantic-meaningful actions to represent the execution behaviors specified in smart contract bytecodes, which are derived from a literature review and in-depth interviews with domain experts. We then propose PonziLens+, a novel visual analytic approach that provides an intuitive and reliable analysis of Ponzi-scheme-related features within these execution behaviors. PonziLens+ has three visualization modules that intuitively reveal all potential behaviors of a smart contract, highlighting fraudulent features across three levels of detail. It can help smart contract investors and auditors achieve confident identification of any smart Ponzi schemes. We conducted two case studies and in-depth user interviews with 12 domain experts and common investors to evaluate PonziLens+. The results demonstrate the effectiveness and usability of PonziLens+ in achieving an effective identification of smart Ponzi schemes.
