Papers2 providers Ā· 2 records
November 28, 2024Ā· IEEE Transactions on Reliability
article
Open access

Guardians of the Ledger: Protecting Decentralized Exchanges from State Derailment Defects

Abstract

The decentralized exchange (DEX) leverages smart contracts to trade digital assets for users on the blockchain. Developers usually develop several smart contracts into one project, implementing complex logic functions and multiple transaction operations. However, the interaction among these contracts poses challenges for developers analyzing the state logic. Due to the complex state logic in DEX projects, many critical state derailment defects have emerged in recent years. In this article, we conduct the first systematic study of state derailment defects in DEX. We define five categories of state derailment defects and provide detailed analyses of them. Furthermore, we propose a novel deep learning-based framework StateGuardfor detecting state derailment defects in DEX smart contracts. It leverages a smart contract deconstructor to deconstruct the contract into an abstract syntax tree (AST), from which five categories of dependency features are extracted. Next, it implements a graph optimizer to process the structured data. At last, the optimized data is analyzed by graph convolutional networks to identify potential state derailment defects. We evaluated StateGuardthrough a dataset of 46 DEX projects containing 5671 smart contracts, and it achieved 94.25% F1-score. In addition, in a comparison experiment with state-of-the-art, StateGuardleads the F1-score by 6.29%. To further verify its practicality, we used StateGuardto audit real-world contracts and successfully authenticated multiple novel common vulnerabilities and exposures.

Community

0 comments
Use Connect Wallet in the navigation

No discussion yet

Be the first to share a question or observation.