What can the Sui Prover, developed by Asymptotic, verify?
-
Financial invariants (e.g., balance = assets - liabilities)
-
Arithmetic safety (no more overflows/underflows)
-
Access control (proper use of caps)
-
State machine transitions (create a clear model of your code)
-
Abort conditions (don’t be left holding the bag)
-
and catch many more bugs, before deployment!