Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 865 Bytes

File metadata and controls

26 lines (23 loc) · 865 Bytes

73 - VerX

VerX: is a verifier that can automatically prove temporal safety properties of Ethereum smart contracts.

The verifier is based on a careful combination of three ideas:

  1. Reduction of temporal safety verification to reachability checking
  2. An efficient symbolic execution engine used to compute precise symbolic states within a transaction
  3. Delayed abstraction which approximates symbolic states at the end of transactions into abstract states. 

Slide Screenshot

073.jpg


Slide Text

  • Verification Tool
  • Termporal Safety Properties
  • Reduction: Temporal
  • Safety -> Reachability
  • Efficient Symbolic
  • Checking Engine
  • Delayed Abstraction

References


Tags