# Verifiable Smart Contract Portability

**Authors:** Martin Westerkamp

arXiv: 1902.03868 · 2019-02-12

## TL;DR

This paper introduces a verifiable method for migrating smart contracts and their states across EVM-compatible blockchains to prevent lock-in effects, ensuring flexibility and security in decentralized applications.

## Contribution

It proposes a novel approach and toolbox for secure, trustless smart contract portability between EVM-compatible blockchains, addressing a key limitation of blockchain dependency.

## Key findings

- Successful transfer of ERC20 token contracts across blockchains
- Verification of ported applications' states and dependencies
- Demonstration of the approach's soundness and practicality

## Abstract

With the advent of blockchain technologies, the idea of decentralized applications has gained traction. Smart contracts permit the implementation of application logic to foster distributed systems that are capable of removing intermediaries. Hereby, lock in effects originating from isolated data storage and central authorities are mitigated. Yet, smart contracts deployed to a ledger generate dependencies on the underlying blockchain. Over time, requirements regarding contract execution may detach from the utilized chain due to contradicting incentives and security or performance issues. To avoid a novel form of lock in effect towards a host blockchain, we introduce a concept for smart contract portability that permits any user to migrate contract logic and state between blockchains in a flexible and verifiable manner. As the Ethereum Virtual Machine (EVM) is supported by a multitude of blockchain implementations, it poses a common execution environment for smart contracts. We provide a toolbox that facilitates smart contract portability between EVM-compatible blockchains without trust requirements in the entity executing the migration process. To prove the concept's soundness, we transfer token contracts based on the ERC20 standard as well as applications containing dependencies to other smart contracts. Our evaluation shows the validity of ported applications including their current states.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.03868/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1902.03868/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1902.03868/full.md

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