Distributed Ledger Technology in the Capital Market Shared Versus Private Information in a Permissioned Blockchain

Total Page:16

File Type:pdf, Size:1020Kb

Distributed Ledger Technology in the Capital Market Shared Versus Private Information in a Permissioned Blockchain UPTEC F 17041 Examensarbete 30 hp Juli 2017 Distributed ledger technology in the capital market Shared versus private information in a permissioned blockchain Alessandro Piccolo Abstract Distributed ledger technology in the capital market Alessandro Piccolo Teknisk- naturvetenskaplig fakultet UTH-enheten This master thesis explores how blockchain technologies can be utilized within the financial sector with focus on how to store both private and Besöksadress: public information on the blockchain. The capital market is looking into Ångströmlaboratoriet Lägerhyddsvägen 1 ways of cutting down administrative work through streamlining the financial Hus 4, Plan 0 process by using blockchain technologies. Public key encryption together with hash functions and a consensus mechanism make up the basis for creating Postadress: a shared trustless database system. The thesis was conducted by extensive Box 536 751 21 Uppsala research concerning cryptographic topics, and a literature study was made to compare existing solutions. This was done in order to come up with a new Telefon: design which suggests how to utilize blockchain technologies in order to 018 – 471 30 03 create private transactions. The design solves issues regarding key Telefax: management and how to handle both private and public information on the 018 – 471 30 00 blockchain. The proposed design is an extension of Visigon's existing permissioned blockchain, and it introduces different roles within the peer Hemsida: to peer network as well as a concept of having regulating nodes that http://www.teknat.uu.se/student together with the involved bank's nodes handle the process of private transactions. Private transactions are encrypted by using symmetric keys and thereafter recorded on the blockchain. In conclusion blockchain technology might not be the most suitable database system for banks to keep transactions private. Future solutions should consider the best attributes of blockchain technologies and create a new system with the single purpose of being a tool for the financial market. Handledare: Gustav Ekeblad Ämnesgranskare: Tjark Weber Examinator: Tomas Nyberg ISSN: 1401-5757, UPTEC F 17041 Popul¨arvetenskaplig sammanfattning Detta examensarbete ¨ar gjort i samarbete med Visigon f¨or att b¨attre kunna f¨orst˚a hur man kan lagra b˚adeprivat och publik finansiell information med hj¨alp av block- kedjeteknik. Syftet med blockkedjeteknik f¨or banker ¨ar att revolutionera post-trade delen av deras system f¨or att minska administrativa kostnader och s¨akerhetsst¨alla att alla banker har samma ¨overblick av det finansiella landskapet. Examensarbetet fokuserar p˚ahur banker inom den den nordiska kapitalmarkna- den kan nyttja blockkedjeteknik f¨or att lagra tillg˚angari en gemensam databas. Blockkedjeteknik ¨ar en distribuerad databas som garanterar att lagrad data ¨ar of¨or¨anderlig, vilket inneb¨ar att de som delar p˚adatabasen inte beh¨over ta h¨ansyn till att n˚agonskulle kunna ¨andra p˚abefintlig information. Blockkedjetekniken kan komma att ers¨atta bepr¨ovade tekniker inom transaktionshantering som f¨or exem- pelvis v¨arde-pappershandel. F¨or att en transaktion ska bli lagrad p˚ablockkedjan s˚askall transaktionen f¨orst godk¨annas av majoriteten av bankkonsortiet som styr blockkedjan. Andra anv¨andningsomr˚adenf¨or blockkedjeteknik ¨ar vid lagring av personliga upp- gifter s˚asomID, e-H¨alsa, kontrakt och l˚an.Det finns ¨aven m¨ojlighet att sk¨ota micro-transaktioner mellan maskiner. Ett krav som banker har ¨ar m¨ojligheten att d¨olja inneh˚alletav en transaktion f¨or andra deltagare i n¨atverket. Detta medf¨or sv˚arigheter,d˚ablockkedjetekniken ¨ar designad med ¨andam˚aletatt all information skall vara publik f¨or de involve- rade akt¨orerna. Examensarbetets syfte ¨ar att unders¨oka alternativa l¨osningar och f¨oresl˚aen design p˚ahur detta problem kan l¨osas. Designen grundar sig p˚as¨aker kommunikationsprotokoll och kryptografi. Avslutningsvis ¨ar slutsatsen att blockkedjeteknik har m¨ojligheten att vara kataly- satorn f¨or att skapa ett nytt paradigm f¨or hur vi hanterar och lagrar information. Contents 1 Introduction 1 1.1 Problem Discussion . 2 1.2 Objective & Research Questions . 2 1.3 Methodology . 3 2 Background 4 2.1 Basic Cryptography . 4 2.2 Bitcoin Overview . 5 2.3 Bitcoin Cryptography . 6 2.4 Bitcoin Transactions . 7 2.5 Consensus . 8 2.6 Merkle Tree . 9 2.7 Forks . 9 2.8 Double Spending Attacks . 10 2.9 Permissioned Chains . 11 3 Theory 11 3.1 Smart Contracts . 12 3.2 Merkle-Patricia Trie . 13 3.3 Advanced Cryptography . 14 3.3.1 RSA . 15 3.3.2 Elliptic Curve Cryptography . 16 3.3.3 Lamport Signature . 18 3.3.4 Paillier Cryptosystem . 19 3.4 Future Solutions . 19 3.4.1 Cryptographic Obfuscation . 19 3.4.2 Zero-Knowledge Proof . 20 3.4.3 Bitcoin: Account Linking Problem . 20 3.4.4 Ring Signature . 20 3.4.5 Homomorphic Encryption . 21 3.5 Key-Management . 21 3.5.1 Wallet . 21 3.5.2 Flooding . 21 3.5.3 Bitmessage . 21 3.5.4 Internet Certificate . 22 3.5.5 Secure Sockets Layer & Transport Layer Security . 23 4 Literature Review 23 4.1 Ethereum . 24 4.2 Quorum . 25 4.3 Corda . 27 4.4 Ripple . 28 5 Design 30 5.1 Visigon's Blockchain Project . 30 5.2 Design Aims & Requirements . 32 5.3 Design Choices . 33 5.3.1 Observer, Voter, Creator & Regulating Nodes . 33 5.3.2 Account & Storage Sharding . 34 5.3.3 Public & Private Transactions . 35 5.3.4 Transaction & Block information . 35 5.3.5 Transaction Process . 36 5.3.6 Consensus . 37 5.3.7 Key Management . 38 5.3.8 Malicious Attacks . 40 6 Discussion 41 6.1 Existing projects . 41 6.1.1 Bitcoin . 42 6.1.2 Ethereum . 42 6.1.3 Quorum . 42 6.1.4 Corda . 43 6.1.5 Ripple . 44 6.1.6 Comparison between Design Choices . 45 6.2 Proposed Design . 48 6.2.1 Main Design Features . 48 6.2.2 Difficulties & Trade-Offs . 49 7 Conclusions 50 1 Introduction The Nordic capital market uses a centralized backend system for keeping track of transactions and who owns what. This system requires a huge amount of adminis- trative work to function properly. The administrative process can be automated by using a technology called blockchain, which is a trustless distributed ledger tech- nology. It is estimated that a decentralized database system such as blockchain would save banks up to 10 billion dollars annually, due to the fact that processes would be streamlined which in its turn reduce administrative work [42]. This is a conservative estimate and there are those who claim that it can cut costs even more [35]. However, the system is not truly trustless since it requires some level of trust by the user in the system. Blockchain technology has the possibility to be the next disruptive technology, which could be used for any type of data storage. The current financial system depends on a central security deposit as shown in Figure 1 for data access and storage. This thesis suggests that the Nordic capital market should use a permissioned blockchain which would imply that only a small number of appointed major banks and institutes would manage the blockchain, in contrast to the popular technology that the cryptocurrency Bitcoin uses. Ba- sically, the peer to peer (P2P) network would facilitate data access by reducing administarive work [36]. Figure 1: The left side represents the financial market with a centralized database, the central security deposit in the center. The right side shows a financial market using a distributed P2P ledger technology. The information flow is displayed by the connecting lines. 1 1.1 Problem Discussion Blockchain technology offers a solution to the problem of knowing that different databases are synchronized. The current financial market can be viewed in more detail in Figure 2 and the same market using an integrated blockchain can be seen in Figure 3. A permissioned blockchain has great potential in cutting down admin- istrative work. Although, there are technical difficulties that needs to be resolved before a revolution in the financial market can occur. One of these problems is that banks want to keep some data private from other actors in the blockchain. The original blockchain technology, created by the Bitcoin founder, provides trans- parency which is an unwanted attribute for the financial market. Figure 2: The current system for trading assets. The red, blue and orange repre- sents agents, principals and exchange platforms respectively. 1.2 Objective & Research Questions This thesis focuses on the Nordic capital market and discuss questions such as, how can distributed ledger technology store both public and private information. Other questions are, what data should be shared among participants and what data should be private, aspects regarding key management and technical methods for reporting to authorities. 2 Figure 3: The permissioned blockchain overview system that would replace the current system. The red, blue and orange represents agents, principals and ex- change platforms respectively. 1.3 Methodology The information gathering for this thesis has been done through extensive research about the subject as well as a literature review to understand current solutions to how to store both public and private information on the blockchain. This thesis also proposes guidelines of how Visigon can adapt their current blockchain plat- form to the capital market. The first topic of the thesis is to give the reader an overview of how Bitcoin's blockchain architecture works. It looks into topics such as the transaction process, consensus mechanism, how to handle forks, double spending attacks, immutability through hashes and permissioned chains. The following section is about advanced concepts such as smart contracts, Merkle-Patricia trie, different encryption meth- ods, key-management and Internet certificates. Thereon, a literature review of existing solutions on how to hide private information on the blockchain is intro- duced.
Recommended publications
  • Crypto-Asset Markets: Potential Channels for Future Financial Stability
    Crypto-asset markets Potential channels for future financial stability implications 10 October 2018 The Financial Stability Board (FSB) is established to coordinate at the international level the work of national financial authorities and international standard-setting bodies in order to develop and promote the implementation of effective regulatory, supervisory and other financial sector policies. Its mandate is set out in the FSB Charter, which governs the policymaking and related activities of the FSB. These activities, including any decisions reached in their context, shall not be binding or give rise to any legal rights or obligations under the FSB’s Articles of Association. Contacting the Financial Stability Board Sign up for e-mail alerts: www.fsb.org/emailalert Follow the FSB on Twitter: @FinStbBoard E-mail the FSB at: [email protected] Copyright © 2018 Financial Stability Board. Please refer to: www.fsb.org/terms_conditions/ Contents Executive Summary ................................................................................................................... 1 1. Introduction ......................................................................................................................... 3 2. Primary risks in crypto-asset markets ................................................................................. 5 2.1 Market liquidity risks ............................................................................................... 5 2.2 Volatility risks .........................................................................................................
    [Show full text]
  • Blockchain & Distributed Ledger Technologies
    Science, Technology Assessment, SEPTEMBER 2019 and Analytics WHY THIS MATTERS Distributed ledger technology (e.g. blockchain) allows users to carry out digital transactions without the need SCIENCE & TECH SPOTLIGHT: for a centralized authority. It could fundamentally change the way government and industry conduct BLOCKCHAIN & DISTRIBUTED business, but questions remain about how to mitigate fraud, money laundering, and excessive energy use. LEDGER TECHNOLOGIES /// THE TECHNOLOGY What is it? Distributed ledger technologies (DLT) like blockchain are a secure way of conducting and recording transfers of digital assets without the need for a central authority. DLT is “distributed” because multiple participants in a computer network (individuals, businesses, etc.), share and synchronize copies of the ledger. New transactions are added in a manner that is cryptographically secured, permanent, and visible to all participants in near real time. Figure 2. How blockchain, a form of distributed ledger technology, acts as a means of payment for cryptocurrencies. Cryptocurrencies like Bitcoin are a digital representation of value and represent the best-known use case for DLT. The regulatory and legal frameworks surrounding cryptocurrencies remain fragmented across Figure 1. Difference between centralized and distributed ledgers. countries, with some implicitly or explicitly banning them, and others allowing them. How does it work? Distributed ledgers do not need a central, trusted authority because as transactions are added, they are verified using what In addition to cryptocurrencies, there are a number of other efforts is known as a consensus protocol. Blockchain, for example, ensures the underway to make use of DLT. For example, Hyperledger Fabric is ledger is valid because each “block” of transactions is cryptographically a permissioned and private blockchain framework created by the linked to the previous block so that any change would alert all other Hyperledger consortium to help develop DLT for a variety of business users.
    [Show full text]
  • Liquidity Or Leakage Plumbing Problems with Cryptocurrencies
    Liquidity Or Leakage Plumbing Problems With Cryptocurrencies March 2018 Liquidity Or Leakage - Plumbing Problems With Cryptocurrencies Liquidity Or Leakage Plumbing Problems With Cryptocurrencies Rodney Greene Quantitative Risk Professional Advisor to Z/Yen Group Bob McDowall Advisor to Cardano Foundation Distributed Futures 1/60 © Z/Yen Group, 2018 Liquidity Or Leakage - Plumbing Problems With Cryptocurrencies Foreword Liquidity is the probability that an asset can be converted into an expected amount of value within an expected amount of time. Any token claiming to be ‘money’ should be very liquid. Cryptocurrencies often exhibit high price volatility and wide spreads between their buy and sell prices into fiat currencies. In other markets, such high volatility and wide spreads might indicate low liquidity, i.e. it is difficult to turn an asset into cash. Normal price falls do not increase the number of sellers but should increase the number of buyers. A liquidity hole is where price falls do not bring out buyers, but rather generate even more sellers. If cryptocurrencies fail to provide easy liquidity, then they fail as mediums of exchange, one of the principal roles of money. However, there are a number of ways of assembling a cryptocurrency and a number of parameters, such as the timing of trades, the money supply algorithm, and the assembling of blocks, that might be done in better ways to improve liquidity. This research should help policy makers look critically at what’s needed to provide good liquidity with these exciting systems. Michael Parsons FCA Chairman, Cardano Foundation, Distributed Futures 2/60 © Z/Yen Group, 2018 Liquidity Or Leakage - Plumbing Problems With Cryptocurrencies Contents Foreword ..............................................................................................................
    [Show full text]
  • Blockchain in Japan
    Blockchain in Japan " 1" Blockchain in Japan " "The impact of Blockchain is huge. Its importance is similar to the emergence of Internet” Ministry of Economy, Trade and Industry of Japan1 1 Japanese Trade Ministry Exploring Blockchain Tech in Study Group, Coindesk 2" Blockchain in Japan " About this report This report has been made by Marta González for the EU-Japan Centre for Industrial Cooperation, a joint venture between the European Commission and the Japanese Ministry of Economy, Trade and Industry (METI). The Centre aims to promote all forms of industrial, trade and investment cooperation between Europe and Japan. For that purpose, it publishes a series of thematic reports designed to support research and policy analysis of EU-Japan economic and industrial issues. To elaborate this report, the author has relied on a wide variety of sources. She reviewed the existing literature, including research papers and press articles, and interviewed a number of Blockchain thought leaders and practitioners to get their views. She also relied on the many insights from the Japanese Blockchain community, including startups, corporation, regulators, associations and developers. Additionally, she accepted an invitation to give a talk1 about the state of Blockchain in Europe, where she also received input and interest from Japanese companies to learn from and cooperate with the EU. She has also received numerous manifestations of interest during the research and writing of the report, from businesses to regulatory bodies, revealing a strong potential for cooperation between Europe and Japan in Blockchain-related matters. THE AUTHOR Marta González is an Economist and Software Developer specialized in FinTech and Blockchain technology.
    [Show full text]
  • The Economics of Distributed Ledger Technology for Securities Settlement
    ISSN 2379-5980 (online) DOI 10.5195/LEDGER.2019.144 RESEARCH ARTICLE The Economics of Distributed Ledger Technology for Securities Settlement Evangelos Benos,*† Rodney Garratt,‡ Pedro Gurrola-Perez§ Abstract. We apply economic principles to understand how distributed ledger technology (DLT) might impact the innovation process and eventual market structure in the security settlement industry. Our main conclusions are that: i) Although DLT has the potential to significantly reduce costs in securities settlement, implementation is challenging, ii) technological innovation in the post-trade industry is more likely to succeed with some degree of coordination, which could be facilitated by the relevant authorities, and iii) DLT- based securities settlement is likely to be concentrated among few providers which, absent any regulation, could result in inefficient monopoly pricing or efficient price discrimination with service providers capturing much of the market surplus. 1. Introduction Over the last few years, a number of technological innovations with potentially transformative implications for the financial system have been receiving close attention from researchers, industry participants, technology firms, and regulators. In particular, for the post-trade cycle, which includes clearing and settlement of financial transactions, the distributed ledger technology (or DLT) is considered to be promising, with the potential to drastically simplify processes, reduce costs, and increase efficiency and security. This has spurred a flurry of analysis
    [Show full text]
  • Anti-Money Laundering and Blockchain Technology
    CSP023 MAY 2020 Anti-Money Laundering and Blockchain Technology CHUNG-CHIA HUANG AND ASHER TRANGLE Memorandum FROM: Director of FinCEN TO: Junior FinCEN Lawyer RE: Recommendations Regarding Reforming BSA/AML Compliance DATE: January 26, 2020 Welcome to your new position as a junior attorney at FinCEN. FinCEN plays a critical role in monitoring and enforcing financial crimes involving banks and other financial institutions. The organization takes this role very seriously, and we are proactively seeking more effective ways of detecting illegal activity and fighting financial crime. Over the past year, I have been monitoring articles and suggestions regarding how to improve or reform anti-money laundering laws. As new technologies develop, a number of startups are using blockchain technology with the goal of helping financial institutions comply with U.S. anti-money laundering (AML) laws. Financial institutions are eager to test whether blockchain technology products can simultaneously improve or increase their compliance with AML laws while reducing the enormous costs associated with the current AML framework. I want you to look into what types of reforms, if any, FinCEN should seriously consider adopting. In particular, please research the viability of new technologies, such as blockchain and/or machine learning, for changing our regulatory approach and make a recommendation as to whether FinCEN should support the adoption of such technologies for AML compliance. Please note that there may be other data sharing systems or technologies (e.g. permissioned ledgers) that have also been mentioned with respect to increasing the efficiency of AML compliance. Include the pros and cons of adopting your recommendations.
    [Show full text]
  • Blockchain Ready Manufacturing Supply Chain Using Distributed Ledger
    IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 BLOCKCHAIN READY MANUFACTURING SUPPLY CHAIN USING DISTRIBUTED LEDGER Saveen A. Abeyratne1, Radmehr P. Monfared2 1Wolfson School of Mechanical, Electrical and Manufacturing Engineering, Loughborough University, UK 2Wolfson School of Mechanical, Electrical and Manufacturing Engineering, Loughborough University, UK Abstract The blockchain technology as a foundation for distributed ledgers offers an innovative platform for a new decentralized and transparent transaction mechanism in industries and businesses. The inherited characteristics of this technology enhance trust through transparency and traceability within any transaction of data, goods, and financial resources. Despite initial doubts about this technology, recently governments and large corporations have investigated to adopt and improve this technology in various domains of applications, from finance, social and legal industries to design, manufacturing and supply chain networks. In this article, the authors review the current status of this technology and some of its applications. The potential benefit of such technology in manufacturing supply chain is then discussed in this article and a vision for the future blockchain ready manufacturing supply chain is proposed. Manufacturing of cardboard boxes are used as an example to demonstrate how such technology can be used in a global supply chain network. Finally, the requirements and challenges to adopt this technology in the
    [Show full text]
  • The Seconomics (Security-Economics) Vulnerabilities of Decentralized Autonomous Organizations?
    The seconomics (security-economics) vulnerabilities of Decentralized Autonomous Organizations? Fabio Massacci1, Chan Nam Ngo1, Jing Nie1, Daniele Venturi2 and Julian Williams3 1 Department of Information Engineering and Computer Science, University of Trento, Trento, Italy fmassacci,channam.ngo,[email protected] 2 Computer Science Department, Sapienza University of Rome, Rome, Italy [email protected] 3 Durham University Business School, Durham, UK [email protected] Abstract. Traditionally, security and economics functionalities in IT financial services and protocols (FinTech) have been perceived as sepa- rate objectives. We argue that keeping them separate is a bad idea for FinTech \Decentralized Autonomous Organizations" (DAOs). In fact, security and economics are one for DAOs: we show that the failure of a security property, e.g. anonymity, can destroy a DAOs because economic attacks can be tailgated to security attacks. This is illustrated by the ex- amples of \TheDAO" (built on the Ethereum platform) and the DAOed version of a Futures Exchange. We claim that security and economics vulnerabilities, which we named seconomics vulnerabilities, are indeed new \beasts" to be reckoned with. Keywords: seconomics vulnerabilities, FinTech, security protocols, De- centralized Autonomous Organizations 1 Introduction Several researchers have traditionally assumed that security and economics func- tionalities are separate objectives. We argue that for \Decentralized Autonomous Organizations" (DAO) security and economics objectives should be considered as one. A failure of a security property is not simply an annoying part outside the protocol (e.g. law enforcement agencies knowing you are using Bitcoin to purchase porn or shady drugs). A failure of a security property for DAOs may lead to the collapse of the entire economic functionality because such security attack could be combined with an economic attack.
    [Show full text]
  • Unchaining Blockchain in China from Wild West Cryptocurrencies to Strategic Technology
    MERICS PRIMER Unchaining Blockchain in China From Wild West cryptocurrencies to strategic technology Kai von Carnap, March 2021 (Version 1.0) 1 Understanding the blockchain technology in China From cryptocurrencies to Distributed Ledger Technology (DLT) Blockchain development Status in China Details . Banned since 2017 Bitcoin was first proposed by Satoshi Nakatomo in 2008. It uses decentralized ledgers, referred to as “blockchains”. Accessible through a By distributing trust across peer-to-peer networks, it doesn’t require a central authority to clear and Blockchain 1.0: settle transactions. Mining is the process of validating transactions and is incentivized by rewards paid in a Cryptocurrencies vanishing number of cryptocurrency. Account balances are transparent while accounts are held pseudonymously. Participation is channels (VPN, “OTC”) permissionless and decisions are based on an open democratic consensus mechanism. Initiated strategic adoption Ethereum, published by Vitalik Buterin in 2013, adds automatically executable contracts, known as Smart Contracts, . Smart contracts are widely to the base technology blockchain. They allow blockchains to uniquely attribute the ownership not only to numerical Blockchain 2.0: values, as within currencies, but to any kind of digitizable information, such as claims to real estate and, commodities Smart Contracts used, excluding or temporal access rights. Smart Contracts allow general digital attributability, which has increased the use cases of cryptocurrencies blockchain across industries. For it to be implemented it requires neither a cryptocurrency or public participation. Focus of political support The term DLT gained traction as an umbrella term for blockchain and blockchain-like protocols in 2016 after banks, . New forms of private/ governments, and corporates started experimenting with the technology.
    [Show full text]
  • When Might Blockchain Appear in Your Court?
    The verifiable integrity of Blockchain records, linked and secured using cryptography, could soon be used in a variety of innovative ways to resolve court recordkeeping challenges. At the same time, Blockchain presents new legal issues that courts must be prepared to address. When Might Blockchain Appear in Your Court? Di Graski, Consultant, National Center for State Courts Paul Embley, Chief Information Officer, National Center for State Courts Blockchain in Plain English with marks to signify the amount of a transaction, and then splitting the wood lengthwise, with each party taking Blockchain is a set of technologies that creates an half. Neither party could change the value by adding more encrypted, distributed ledger. Probably the best-known notches because corresponding notches would be missing application of Blockchain is the digital currency Bitcoin. from the other party’s stick. No central authority was Consider your own bank account: How do you know required to validate the transaction because the uniqueness your balance? You trust (the word is one translation of of the stick’s natural wood grain ensured that only the two the Latin word for “credit”) a central authority (your original pieces would align perfectly when reunited. bank) to maintain a ledger of all your transactions and provide Akin to tally sticks, Blockchain an up-to-date account status. As has no need for a central many recent security breaches recordkeeper because it uses demonstrate, central data sophisticated cryptography in repositories are big, lucrative place of nature’s unique wood targets for cybercriminals. grains. The essence of Blockchain is “[c]onnected computers Documenting transactions in reaching agreement over shared massive, centralized databases Antique wooden tally stick, used as a ledger data” (Van Valkenburgh, 2017).
    [Show full text]
  • Consensus-As-A-Service: a Brief Report on the Emergence of Permissioned, Distributed Ledger Systems by Tim Swanson Published: April 6, 2015
    Consensus-as-a-service: a brief report on the emergence of permissioned, distributed ledger systems By Tim Swanson Published: April 6, 2015 1 Contents Acknowledgements and disclosures ......................................................................................................... 3 Glossary ..................................................................................................................................................... 4 Introduction .............................................................................................................................................. 6 Report highlights ....................................................................................................................................... 6 Section 1: It begins and ends with the miners .......................................................................................... 8 Section 2: Bypassing the Maginot Line ..................................................................................................... 8 Section 3: Why is this important? ........................................................................................................... 10 Section 4: What does any of this have to do with distributed ledgers? ................................................. 12 Section 5: Visions of the future ............................................................................................................... 13 Section 6: What are smart contracts and what are they good for? ......................................................
    [Show full text]
  • SECURITY of DLT NETWORKS a Distributed Ledger Technology Security Framework for the Financial Services Industry
    FEBRUARY 2020 SECURITY OF DLT NETWORKS A Distributed Ledger Technology Security Framework for the Financial Services Industry A WHITE PAPER TO THE INDUSTRY TABLE OF CONTENTS EXECUTIVE SUMMARY ............................................................................................................................ 1 FINANCIAL SERVICES DLTs..................................................................................................................... 2 SECURITY ASSURANCE CONSIDERATIONS FOR DLTs .............................................................................. 7 SECURITY BASELINE CONSIDERATIONS FOR DLTs .................................................................................. 8 DLT SECURITY ASSESSMENTS ................................................................................................................ 9 A DLT SECURITY FRAMEWORK FOR THE FINANCIAL SERVICES INDUSTRY ...............................................11 EXECUTIVE SUMMARY The distributed ledger technology (DLT) landscape is filled with fragmentary standards and guidance with respect to DLT-specific security considerations. Although numerous standard setting bodies have published industry-leading security standards and guidance for traditional IT environments the adoption of DLT across the financial services industry remains in its infancy. Organizations are still in the process of navigating the DLT landscape in order to develop standards and guidance for DLT-specific security. DLT provides a variety of value propositions for the financial
    [Show full text]