Solvent: liquidity verification of smart contracts

Massimo Bartoletti,Angelo Ferrando,Enrico Lipparini,Vadim Malvone
2024-09-23
Abstract:Smart contracts are an attractive target for attackers, as evidenced by a long history of security incidents. A current limitation of smart contract verification tools is that they are not really effective in expressing and verifying liquidity properties regarding the exchange of crypto-assets: for example, is it true that in every reachable state a user can fire a sequence of transactions to withdraw a given amount of crypto-assets? We propose Solvent, a tool aimed at verifying these kinds of properties, which are beyond the reach of existing verification tools for Solidity. We evaluate the effectiveness and performance of Solvent through a common benchmark of smart contracts.
Cryptography and Security,Programming Languages
What problem does this paper attempt to address?