Smart contract

A smart contract is a computer protocol intended to digitally facilitate, verify, or enforce the negotiation or performance of a contract. Smart contracts allow the performance of credible transactions without third parties. These transactions are trackable and irreversible.[1] Smart contracts were first proposed by Nick Szabo, who coined the term, in 1994.[2]

Proponents of smart contracts claim that many kinds of contractual clauses may be made partially or fully self-executing, self-enforcing, or both. The aim of smart contracts is to provide security that is superior to traditional contract law and to reduce other transaction costs associated with contracting. Various cryptocurrencies have implemented types of smart contracts.

History

With the present implementations, based on blockchains,[3] "smart contract" is mostly used more specifically in the sense of general purpose computation that takes place on a blockchain or distributed ledger. In this interpretation, used for example by the Ethereum Foundation[4] or IBM,[5] a smart contract is not necessarily related to the classical concept of a contract, but can be any kind of computer program.

In 2018, a US Senate report said: "While smart contracts might sound new, the concept is rooted in basic contract law. Usually, the judicial system adjudicates contractual disputes and enforces terms, but it is also common to have another arbitration method, especially for international transactions. With smart contracts, a program enforces the contract built into the code."[6]

Implementations

Byzantine fault tolerant algorithms allowed digital security through decentralization to form smart contracts. Additionally, the programming languages with various degrees of Turing-completeness as a built-in feature of some blockchains make the creation of custom sophisticated logic possible.[4][7]

Notable examples of implementation of smart contracts are:

  • Decentralized cryptocurrency protocols are smart contracts with decentralized security, encryption, and limited trusted parties that fit Szabo's definition of a digital agreement with observability, verifiability, privity, and enforceability.[8][9][10][11][12]
  • Bitcoin also provides a Turing-incomplete Script language that allows the creation of custom smart contracts on top of Bitcoin like multisignature accounts, payment channels, escrows, time locks, atomic cross-chain trading, oracles, or multi-party lottery with no operator.[13][14][15][16][17][18][19][20]
  • Ethereum implements a nearly Turing-complete language on its blockchain, a prominent smart contract framework.[21][22]
  • RootStock (RSK) is a smart contract platform that is connected to the Bitcoin blockchain through sidechain technology. RSK is compatible with smart contracts created for Ethereum.[23][24][25][26][27][28]
  • Namecoin is a replicated domain name registry.[29]
  • Ripple (Codius), smart contract development halted in 2015[30]
  • Automated Transactions[31] is another Turing complete smart contract language, used in cryptocurrencies like Burstcoin and Qora. An example for its usage is atomic cross-chain trading.[32]
  • The EOS platform supports smart contracts

Replicated titles and contract execution

Szabo proposes that smart contract infrastructure can be implemented by replicated asset registries[33] and contract execution using cryptographic hash chains and Byzantine fault tolerant replication. Askemos implemented this approach in 2002[34][35] using Scheme (later adding SQLite[36][37]) as contract script language.[38]

One proposal for using bitcoin for replicated asset registration and contract execution is called "colored coins".[39] Replicated titles for potentially arbitrary forms of property, along with replicated contract execution, are implemented in different projects.

Hypothesised advantages of a smart contract over its equivalent conventional financial instrument include minimizing counterparty risk, reducing settlement times, and increased transparency.[40] As of 2015, UBS was experimenting with "smart bonds" that use the bitcoin blockchain[41] in which payment streams could hypothetically be fully automated, creating a self-paying instrument.[42]

Security issues

A smart contract is "a computerized transaction protocol that executes the terms of a contract".[43] A blockchain-based smart contract is visible to all users of said blockchain. However, this leads to a situation where bugs, including security holes, are visible to all yet may not be quickly fixed.[44]

Such an attack, difficult to fix quickly, was successfully executed on The DAO in June 2016, draining US$50 million in Ether while developers attempted to come to a solution that would gain consensus.[45] The DAO program had a time delay in place before the hacker could remove the funds; a hard fork of the Ethereum software was done to claw back the funds from the attacker before the time limit expired.[46]

Issues in Ethereum smart contracts, in particular, include ambiguities and easy-but-insecure constructs in its contract language Solidity, compiler bugs, Ethereum Virtual Machine bugs, attacks on the blockchain network, the immutability of bugs and that there is no central source documenting known vulnerabilities, attacks and problematic constructs.[21]

Karl Schroeder's 2002 novel Permanence features a "rights economy" in which all physical objects are nano-tagged with contractual requirements, so that payment may be enforced for all uses of proprietary information, e.g., a military mission in deep space must continuously justify the cost-benefit ratio of each ship or it will stop working.

See also

References

  1. "Smart Contracts, Explained". Cointelegraph. 31 October 2017.
  2. Szabo, Nick. "Smart Contracts". Retrieved 2018-05-08.
  3. Stafford, Philip; Murphy, Hannah. "Has the blockchain hype finally peaked?". ft.com. Financial Times. Retrieved 1 June 2017.
  4. 1 2 Buterin, Vitalik. "Ethereum Whitepaper". github. Retrieved 1 June 2017.
  5. Cachin, Christian. "Architecture of the Hyperledger Blockchain Fabric" (PDF). ibm.com.
  6. Chapter 9: Building a Secure Future, One blockchain at a time, US Senate Joint Economic Committee, March 2018.
  7. "Dumb Contracts and Smart Scripts – We Use Cash". weuse.cash. Retrieved 2017-10-27.
  8. Szabo, Nick. "Smart Contracts: Building Blocks for Digital Markets". www.fon.hum.uva.nl. Retrieved 2017-07-29.
  9. "How Do Ethereum Smart Contracts Work? - CoinDesk". CoinDesk. Retrieved 2017-10-27.
  10. "Bitcoin as a Smart Contract Platform". Richard Gendal Brown. 2015-03-30. Retrieved 2017-10-27.
  11. "Blockchain: Forget Bitcoin, here comes the real thing". Idealog. 2016-03-29. Retrieved 2017-10-27.
  12. "What are Smart Contracts" (PDF). chainfrog. August 3, 2017. Retrieved October 27, 2017.
  13. Rosa, Davide De. "The Bitcoin Script language (pt. 1)". davidederosa.com. Retrieved 2017-10-27.
  14. bitcoinbook: Mastering Bitcoin 2nd Edition - Programming the Open Blockchain - Chapter 7, Mastering Bitcoin, 2017-05-30, retrieved 2017-10-27
  15. "Smart contracts and bitcoin".
  16. "Contract - Bitcoin Wiki". en.bitcoin.it. Retrieved 2017-10-27.
  17. "What is a Bitcoin Merklized Abstract Syntax Tree (MAST)?". Bitcoin Tech Talk. 2017-10-12. Retrieved 2017-10-27.
  18. "Smart Contracts on Bitcoin Blockchain" (PDF). September 4, 2015. Retrieved October 27, 2017.
  19. Andrychowicz, Marcin; Dziembowski, Stefan; Malinowski, Daniel; Mazurek, Łukasz (2013). "Secure Multiparty Computations on Bitcoin".
  20. Atzei, Nicola; Bartoletti, Massimo; Cimoli, Tiziana; Lande, Stefano; Zunino, Roberto (2018), "SoK: unraveling Bitcoin smart contracts" (PDF), 7th International Conference on Principles of Security and Trust (POST), European Joint Conferences on Theory and Practice of Software
  21. 1 2 Atzei, Nicola; Bartoletti, Massimo; Cimoli, Tiziana (2017), "A survey of attacks on Ethereum smart contracts" (PDF), 6th International Conference on Principles of Security and Trust (POST), European Joint Conferences on Theory and Practice of Software
  22. "Vitalik Buterin on Tweeter (verified)". 18 April 2017.
  23. "RSK – Rootstock Open-Source Smart Contract Bitcoin Technology?".
  24. "Digrate Express rating report on Project Rootstock" (PDF).
  25. Thomas Bocek (15 September 2017). Digital Marketplaces Unleashed. Springer-Verlag GmbH. pp. 169–184. ISBN 978-3-662-49274-1.
  26. "A Solution for the Problems of Translation and Transparency in Smart Contracts" (PDF).
  27. "Trust in Smart Contracts is a Process, As Well" (PDF).
  28. "Scripting smart contracts for distributed ledger technology" (PDF).
  29. "Namecoin". Cointelegraph. 23 May 2015.
  30. "Ripple discontinues smart contract platform Codius". Bitcoin Magazine. June 24, 2015. Retrieved August 27, 2017.
  31. "Automated Transactions Specification". Retrieved August 27, 2017.
  32. "Qora and Burst Now Able to Make Cross-Chain Transactions". May 22, 2015. Retrieved August 27, 2017.
  33. Nick Szabo (2005). "Secure Property Titles with Owner Authority". Archived from the original on January 15, 2014. Retrieved January 12, 2014.
  34. Jörg F. Wittenberger (2002). "Askemos a distributed settlement".
  35. "Proceedings of International Conference on Advances in Infrastructure for e-Business, e-Education, e-Science, and e-Medicine on the Internet" (PDF).
  36. Martin Möbius (2009). "Erstellung eines Archivierungskonzepts für die Speicherung rückverfolgbarer Datenbestände im Askemos-System".
  37. Tom-Steve Watzke (2010). "Entwicklung einer Datenbankschnittstelle als Grundlage für Shop-Systeme unter dem Betriebssystem Askemos".
  38. RA Markus Heinker (2007). "Beweiswürdigung elektronischer Dokumente im Zivilprozess unter vergleichender Betrachtung von qualifizierten elektronischen Signaturen nach dem Signaturgesetz und dem Askemos-Verfahren".
  39. Hal Hodson (20 November 2013). "Bitcoin moves beyond mere money". New Scientist. Retrieved 12 January 2014.
  40. "Blockchain Technology: Preparing for Change" (PDF). Accenture.
  41. Ross, Rory (2015-09-12). "Smart Money: Blockchains Are the Future of the Internet". Newsweek. Retrieved 2016-05-27.
  42. Wigan, David (2015-06-11). "Bitcoin technology will disrupt derivatives, says banker". IFR Asia. Retrieved 2016-05-27.
  43. Tapscott, Don; Tapscott, Alex (May 2016). The Blockchain Revolution: How the Technology Behind Bitcoin is Changing Money, Business, and the World. pp. 72, 83, 101, 127. ISBN 978-0670069972.
  44. Peck, M. (28 May 2016). "Ethereum's $150-Million Blockchain-Powered Fund Opens Just as Researchers Call For a Halt". IEEE Spectrum. Institute of Electrical and Electronics Engineers.
  45. DuPont, Quinn (2017). "Experiments in Algorithmic Governance: A history and ethnography of "The DAO", a failed Decentralized Autonomous Organization" (PDF). Archived from the original (PDF) on 2017-07-30. Retrieved 29 July 2017.
  46. Coy, Peter; Kharif, Olga (25 August 2016). "This Is Your Company on Blockchain". Bloomberg Businessweek. Retrieved 2016-12-05.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.