Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 939 Bytes

Readme.md

File metadata and controls

24 lines (14 loc) · 939 Bytes

Formal Verification of Uniswap v3

This is an unfinished formal verification of Uniswap v3. Now, we only cover the swap module on an abstract specification. Once our underlying verification platform is completed, we will extend the verification down to the concrete semantics of Solidity, and to cover others modules to finally complete the verification.

A report of the properties we have verified is given here.

Check the Proof

You can run the verification locally to check the proof.

We use Isabelle-2022 and φ-System. To run the verification, you need first configure φ-System according to the instructions given in the repo.

After configuring φ-System, by changing the work directory to the root of the project, you can run

isabelle build -D . Uniswap_v

to check the proof.