English

Constructing Trustworthy Smart Contracts

Cryptography and Security 2024-11-25 v1 Programming Languages

Abstract

Smart contracts form the core of Web3 applications. Contracts mediate the transfer of cryptocurrency, making them irresistible targets for hackers. We introduce ASP, a system aimed at easing the construction of provably secure contracts. The Asp system consists of three closely-linked components: a programming language, a defensive compiler, and a proof checker. The language semantics guarantee that Asp contracts are free of commonly exploited vulnerabilities such as arithmetic overflow and reentrancy. The defensive compiler enforces the semantics and translates Asp to Solidity, the most popular contract language. Deductive proofs establish functional correctness and freedom from critical vulnerabilities such as unauthorized access.

Keywords

Cite

@article{arxiv.2411.14563,
  title  = {Constructing Trustworthy Smart Contracts},
  author = {Devora Chait-Roth and Kedar S. Namjoshi},
  journal= {arXiv preprint arXiv:2411.14563},
  year   = {2024}
}
R2 v1 2026-06-28T20:08:26.008Z