Abstract
The number of attacks and accidents leading to significant losses of crypto-assets is growing. According to Chainalysis, in 2021, approx. $14 billion has been lost due to various incidents, and this number is dominated by Decentralized Finance (DeFi) applications. To address these issues, one can use a collection of tools ranging from auditing to formal methods. We use formal verification and provide the first formalisation of a DeFi contract in a foundational proof assistant capturing contract interactions. We focus on Dexter2, a decentralized, non-custodial exchange for the Tezos network similar to Uniswap on Ethereum. The Dexter implementation consists of several smart contracts. This poses unique challenges for formalisation due to the complex contract interactions. Our formalisation includes proofs of functional correctness with respect to an informal specification for the contracts involved in Dexter's implementation. Moreover, our formalisation is the first to feature proofs of safety properties of the interacting smart contracts of a decentralized exchange. We have extracted our contract from Coq into CameLIGO code, so it can be deployed on the Tezos blockchain. Uniswap and Dexter are paradigmatic for a collection of similar contracts. Our methodology thus allows us to implement and verify DeFi applications featuring similar interaction patterns.
Original language | English |
---|---|
Title of host publication | CPP '23 : 12th ACM SIGPLAN International Conference on Certified Programs and Proofs |
Editors | Robert Krebbers, Dmitriy Traytel, Brigitte Pientka, Steve Zdancewic |
Number of pages | 13 |
Place of publication | New York |
Publisher | Association for Computing Machinery |
Publication date | Jan 2023 |
Pages | 290-302 |
ISBN (Print) | 979-8-4007-0026-2 |
DOIs | |
Publication status | Published - Jan 2023 |
Event | 12th ACM SIGPLAN International Conference on Certified Programs and Proofs, CPP 2023 - Co-located with POPL 2023 - Boston, United States Duration: 16 Jan 2023 → 17 Jan 2023 |
Conference
Conference | 12th ACM SIGPLAN International Conference on Certified Programs and Proofs, CPP 2023 - Co-located with POPL 2023 |
---|---|
Country/Territory | United States |
City | Boston |
Period | 16/01/2023 → 17/01/2023 |
Sponsor | ACM, ACM SIGPLAN |
Keywords
- blockchain
- Coq
- decentralized finance
- smart contracts
- software correctness