# A true concurrent model of smart contracts executions

**Authors:** Massimo Bartoletti, Letterio Galletta, Maurizio Murgia

arXiv: 1905.04366 · 2020-04-28

## TL;DR

This paper introduces a true concurrent execution model for smart contracts on blockchains, leveraging static analysis to enable parallel transaction processing and improve throughput.

## Contribution

It presents a novel concurrent execution model for smart contracts and demonstrates how static analysis can facilitate parallel transaction execution.

## Key findings

- Proposes a true concurrent model for smart contract execution.
- Shows static analysis can be used to parallelize transactions.
- Potential to increase blockchain throughput.

## Abstract

The development of blockchain technologies has enabled the trustless execution of so-called smart contracts, i.e. programs that regulate the exchange of assets (e.g., cryptocurrency) between users. In a decentralized blockchain, the state of smart contracts is collaboratively maintained by a peer-to-peer network of mutually untrusted nodes, which collect from users a set of transactions (representing the required actions on contracts), and execute them in some order. Once this sequence of transactions is appended to the blockchain, the other nodes validate it, re-executing the transactions in the same order. The serial execution of transactions does not take advantage of the multi-core architecture of modern processors, so contributing to limit the throughput. In this paper we propose a true concurrent model of smart contract execution. Based on this, we show how static analysis of smart contracts can be exploited to parallelize the execution of transactions.

---
Source: https://tomesphere.com/paper/1905.04366