DEMYSTIFYING BLOCKCHAIN: FROM CRYPTOCURRENCY TO SMART CONTRACTS

Size: px
Start display at page:

Download "DEMYSTIFYING BLOCKCHAIN: FROM CRYPTOCURRENCY TO SMART CONTRACTS"

Transcription

1 DEMYSTIFYING BLOCKCHAIN: FROM CRYPTOCURRENCY TO SMART CONTRACTS 1. DEMYSTIFYING BLOCKCHAIN Blockchain is an emerging technology that promises to revolutionize digital transactions. However, blockchain is not well understood and confusion exists as to the different associated terms. This whitepaper aims to demystify the technology and to provide insight into potential future applications. At its core, blockchain is a public ledger technology that uses cryptography to provide an authoritative record of secure transactions. The technology is deemed disruptive in that it eliminates centralization, which uses a trusted third party. A trusted third party is a middle man facilitating a transaction between two parties. This centralized architecture underlies the brunt of transactions today. Trusted third parties like banks and payment providers, dominate the financial services industry. Blockchain threatens to disrupt this model. The technology leverages mathematics (digital signatures, cryptographic hashing, and consensus mechanisms) to enable untrusted parties to transact directly in a secure manner, without having to deal with a middle man. This type of transaction is known as trustless trust, and it is paving the way for a radical transformation of established industries, notably in the financial services sector. In addition, blockchain technology could impact emerging markets, such as those forming around the Internet of Things (IoT).

2 Before diving into how blockchain can transform industries, it is important to dig into what makes it an innovative technology. Blockchain has three primary transformative features: immutability, transparency, and autonomy. The transactions, once verified and accepted, are cemented into blocks and appended to a chain. After synchronized replication across all the distributed nodes, the blockchain provides not only an immutable record of the transactions, but also transparency, as the data (current and historical) are viewable to all. Without the requirement of a centralized authority to manage transactions, blockchain users enjoy a level of independence previously unattainable in many services, including legal and financial. Bitcoin is the first (and most) successful commercial application of blockchain technology. Incepted by one or more parties under the pseudonym of Satoshi Nakamoto in a 2008 whitepaper entitled Bitcoin: A Peer-to-Peer Electronic Cash System, it made its practical debut in cryptographic circles in January For a few years, the reputation of Bitcoin was more infamous than respectable, with many use cases tied to the darknet, illegal transactions, and cybercrime. However, it was immensely popular as a technology within techno-libertarian and crypto-anarchist circles. Continued use and growing popularity saw Bitcoin outgrow disrepute to become a formidable success. As of 8 August 2017, 1 Bitcoin was valued at US$3,482. The origin story of blockchain is, therefore, in Bitcoin, and the associated terminology is best understood from this source. Without going into technical detail, the figures and table below attempt to provide a snapshot of the various components of blockchain. BLOCKCHAIN BLOCK BLOCK # 1 BLOCK # FROM: A TO: B FROM: A TO: E FROM: E TO: F FROM: E TO: S FROM: R TO: S FROM: R TO: Y HASH HASH OF THE PREVIOUS BLOCK 56857CFC709D3996F057252C16EC4656F HASH HASH OF THE PREVIOUS BLOCK 35D91262B3C3EC8841B C97F7745RY7H CFC709D3996F057252C16EC4656F JUNE JULY BLOCK BLOCKCHAIN BLOCK # 1 BLOCK # BLOCK # BLOCK # BLOCK # BLOCK # BLOCK # FROM: A TO: B FROM: A TO: E FROM: C TO: B FROM: C TO: A FROM: B TO: Y FROM: A TO: R FROM: E TO: R FROM: E TO: F FROM: E TO: S FROM: E TO: D FROM: R TO: M FROM: S TO: A FROM: C TO: E FROM: R TO: T FROM: R TO: S FROM: R TO: Y FROM: E TO: A FROM: E TO: D FROM: A TO: C FROM: D TO: A FROM: A TO: E HASH 56857CFC709D3996F057252C16EC4656F HASH 35D91262B3C3EC8841B C97F7745RY7H4 HASH 2D86C4246F3C0EB516628BF324D6B9A3GREWGRK HASH 4FB319211B2E85CACE04E F024GROJGJOIR HASH FF6626C69507A6F511CC R74H2UH3 HASH 56857CFC709D3996F057252C16EC4656F HASH E0D123E5F316BEF78BFDF5A HASH OF THE PREVIOUS BLOCK HASH OF THE PREVIOUS BLOCK 56857CFC709D3996F057252C16EC4656F HASH OF THE PREVIOUS BLOCK 35D91262B3C3EC8841B C97F7745RY7H4 HASH OF THE PREVIOUS BLOCK 2D86C4246F3C0EB516628BF324D6B9A3GREWGRK HASH OF THE PREVIOUS BLOCK 4FB319211B2E85CACE04E F024GROJGJOIR HASH OF THE PREVIOUS BLOCK FF6626C69507A6F511CC R74H2UH3 HASH OF THE PREVIOUS BLOCK 56857CFC709D3996F057252C16EC4656F JUNE JULY JANUARY JANUARY FEBRUARY JUNE JULY Bitcoin A cryptocurrency application of blockchain technology. Blockchain A distributed database consisting of blocks, which, as a chain, form an authoritative record of transactions. Block A block contains a set of recently recorded transactions, a hash of the previous block, a time stamp, and a nonce. 2

3 Cryptocurrency A digital currency that works using cryptography to secure transactions and create further units of currency. Cryptographic Hashing Decentralized Autonomous Organization (DAOs) Digital Signature A one-way unique hash value is created for every transaction (for Bitcoin, using SHA-256 encryption), then bundled with others in a Merkle tree. A resulting aggregated hash value is created. The consensus mechanism requires that the calculated value for a hash must be equal to or smaller than a certain given value. AI-based autonomous agents. They can be a party to a smart contract, and are best defined as a class of long-lasting smart contracts. DAOs can be used to implement more complex governance structures, such as owning, exchanging, and trading resources, interacting with other parties (human and machine), and executing pre-defined tasks. Blockchain makes use of PKI. By applying the concept of public and private keys, the blockchain assures the authenticity of participants sending transactions within the system. Distributed Consensus Mechanism All participants have to calculate the hash value continuously by using different nonces until the target is reached. When one node obtains the relevant value, all other nodes must mutually confirm whether the value is correct or not. Distributed Ledger A type of database spread across multiple sites, based on consensus of replicated, shared, and synchronized digital data. Blockchain is one type of distributed ledger. Mining Process of adding blocks to the ledger through the proof of work process. Participants are incentivized to mine through the receipt of a cryptocurrency when a correct hash value is calculated and the block is successfully validated by other miners. Node Any computer connected to the blockchain network and relays transactions to other nodes. Nonce The mathematical problem of the proof of work concept; nonce is a value starting from 0 and increasing for each hash calculation. Proof of Work The original consensus mechanism strategy (used in Bitcoin) using complex computational process for authentication. Proof of Stake An alternative consensus mechanism strategy using various solutions: randomization to predict the next generator, or coin-based age selection, or priority to generate blocks according to stake. Smart Contract A software-based contractual agreement between two or more parties that can release funds, communicate information, record and embed data, or even make purchases; all this in a pre-programmed, self-executing, autonomous manner. BLOCK BLOCKCHAIN SMART CONTRACT BLOCK # BLOCK # BLOCK # SMART CODE TO BE EXCUTED SMART CODE TO BE EXCUTED SMART CODE TO BE EXCUTED if(condition #1){ if(condition #1){ if(condition #1){ //do something //do something //do something }elseif(condition #2){ }elseif(condition #2){ }elseif(condition #2){ //do something else if condition 2 is met //do something else if condition 2 is met //do something else if condition 2 is met }else{ }else{ }else{ //do something else //do something else //do something else } } } DATA Electronic medical records DATA Logistics and supply chain information DATA Electric vehicle charging stations HASH 56857CFC709D3996F057252C16EC4656F HASH OF THE PREVIOUS BLOCK HASH 2D86C4246F3C0EB516628BF324D6B9A3GREWGRK HASH OF THE PREVIOUS BLOCK 56857CFC709D3996F057252C16EC4656F HASH FF6626C69507A6F511CC R74H2UH3 HASH OF THE PREVIOUS BLOCK 2D86C4246F3C0EB516628BF324D6B9A3GREWGRK JUNE JUNE JULY

4 The evolution of blockchain since its Bitcoin origin almost a decade ago has moved beyond digital payments using cryptocurrency. Business logic can now be programmed through smart contracts, and contractual agreements can be automatically executed peer to peer. This provides a new level of autonomy to users, beyond the abstraction of payments from a centralized authority. Blockchain is, therefore, a type of distributed ledger technology, but not all distributed ledgers are effectively blockchains. Later iterations of blockchains have moved to private, permissioned formats, which are in stark contrast to their public, open cousins. Cryptocurrencies can be viewed as the first generation of blockchain, with very limited characteristics as they pertain to distributed ledgers. While the definition of distributed ledger technology is still debatable, the current dominant position is that they essentially require a legal identity with permissioned nodes to validate transactions. Furthermore, while cryptocurrencies are based on blockchain technology, it does not necessarily flow that distributed ledgers are all blockchains. They can simply be distributed databases or computing platforms. As such, there are a number of enterprises labeling their offerings as blockchain, but in reality, they are just distributed ledgers. 2. THE FUTURE POTENTIAL The varying improvements on the original blockchain architecture have expanded the concept of digital currencies and introduced the idea of smart contracts. Blockchains have evolved, and the processes that allow applications other than payments to be executed peer to peer have improved considerably. BITCOIN ETHEREUM (SOLIDITY) Turing-complete Framework IF A B A B ELSE C The most recent large-scale endeavor in that direction is the Ethereum platform. The difference with the Bitcoin blockchain is that it includes a Turing-complete programming framework that enables users to create contracts that are more complex than the simple transactions allowed by Bitcoin. Ethereum is essentially a public blockchain-based distributed computing platform that includes a programming language (Solidity), a runtime environment (Ethereum Virtual Machine), a cryptocurrency (Ether), and APIs, among other features. The general idea is that smart contracts effectively represent contractual agreements between two or more parties. For example, they can release funds, communicate information, record and embed data, or even make purchases; all this in a pre-programmed, self-executing, autonomous manner. Digital identities can be created for physical property and intangible assets, whose ownership and functioning can be controlled through smart contracts on the blockchain. 4

5 Moving even beyond smart contracts is the idea of software-based DAOs. They can also be created for societies and corporations. At the core, they are AI-based autonomous agents. They can be a party to a smart contract, and are best defined as a set or class of long-lasting smart contracts. DAOs can be used to implement more complex governance structures, such as owning, exchanging, and trading resources, interacting with other parties (human and machine), and executing pre-defined tasks. DAO Decentralized Autonomous Organizations Corporate Governance Smart Contracts Smart Diagnostics & Machine Maintenance e-government and e-citizen Services Ethereum blockchain Smart contracts and DAOs can be used for numerous applications: digital identities, voting, governance, smart property, asset tracking, engineering-related transactions, smart diagnostics and machine maintenance, supply chain tracking, M2M transactions, tracking supplier identity and reputation, registry of assets and inventory, etc. Through these evolving technologies, blockchain will affect and perhaps radically transform all kinds of interactions, including business, legal, social, and political. 5

6 3. USE CASES FOR VERTICAL MARKETS Although major blockchain activity exists in the financial technology market, there is little commercial activity in other verticals. The reason for this is the embryonic state of the new concept, as well as lack of understanding in these end markets, which are currently in a state of digital transformation. Nevertheless, blockchain can transform, improve, and even disrupt several vertical markets, and there is some activity across the world today, hinting at the bright future of blockchain in end markets. Some potential use cases are outlined below. Automotive The automotive environment is experiencing first signs of digital transformation, including always-connected electric, self-driving vehicles, and driverless trucks. Blockchain can create a global economy that is free of middlemen in this sector and manage payments, electric charging, and part trading. In fact, there is an existing blockchain use case for automotive: the innogy Innovation Hub, a subsidiary of Germany electric and gas utility RWE, has launched electric vehicle charging stations across Germany that are connected to the Ethereum public blockchain. This is coupled with a smartphone app to create an automated and immutable charging experience. Healthcare Patient data and healthcare records are a critical domain, in which a false decision or an IT system malfunction can cost lives. Almost every health institution does not share patient data with other institutions, even in the same district, because there is no standard for communicating or sharing these data. A private blockchain between hospitals can be used to share patient data, also providing an immutable trace of the related records and transactions. The MIT Media Lab, in association with a physician named John Halamka, has created MedRec, a patient record blockchain application that has met success in early trials and pilots, with more health institutions taking part. Logistics Logistics and the supply chain management market is constantly seeking ways to improve collection, logging, and quality of information on transportation, especially for perishable goods. Blockchain can be especially useful in cold chain, where it can provide a trusted trace of environmental parameters during the transportation of perishable goods. Walmart, for example, has partnered with IBM and Tsinghua University in China to analyze how food is tracked, transported, and sold to consumers in China using blockchain technology. Digital tracking and an immutable, common log of the transportation of goods can create a more effective supply chain that can also reduce operational costs. Transportation Blockchain can be used in the transportation industry to rationalize and simplify contractual agreements between different partners. Moreover, pricing for transport can be monitored in real time and negotiations can take place between partners in a simpler manner, without a centralized entity. In the airline industry, Lufthansa has launched Blockchain for Aviation (BC4A), which can be used by the airline and its partners to ensure an immutable history of every component. This allows partners to provide verifiable documentation for the parts they have installed. Several industries have clearly just scratched the surface of blockchain potential. However, there are several barriers to overcome before most of these reach a critical mass and education needs to take place in several of these industries, as most of the initiatives described above are only in a testing phase. 6

7 4. BARRIERS TO OVERCOME FIRST While blockchain undoubtedly holds great transformative potential, it needs to overcome a number of obstacles. As a nascent technology, it is not immune to vulnerabilities and unknowns may bar the way to growth and maturity. Firstly, private centralized permissioned ledgers may jeopardize the concept of immutability. Blockchains are already potentially susceptible to colluding attacks whereby one or more nodes exceeding 51% of mining power could cheat the network into accepting unlawful transactions or other nefarious action. For example, the colluding forces could engage in a hard fork of the network and move together to an amended blockchain. The challenge is that such an attack would require a large number of colluding parties, and in the case of Bitcoin, this would be almost impossible to achieve. However, for some of the newer endeavors, with a smaller number of participants, such an effort may be successful. Certainly, private and permissioned blockchains, and new applications on public blockchains, are vulnerable to this type of manipulation. A successful hack of a DAO (called The DAO) on the Ethereum blockchain in June 2016 forced stakeholders and core developers to overturn parts of the blockchain and backtrack to a previous state. This bitterly divided the Ethereum community and revealed that the blockchain is not truly immutable. Without going into detail about the hack, it revealed essentially that code is unable to discern intent and will function regardless, allowing both good faith and malice to guide it. Smart contracts are, therefore, not likely to take the form of complex legal contracts anytime soon until issues surrounding liabilities and dispute resolution can be more effectively addressed. However, the problem of legal applicability could eventually be resolved. Recognition and support by government and law enforcement on blockchain could provide a clearer legal status. As for The DAO hack, the issue was resolved without recourse to the judicial system, which leaves many legal questions unanswered. Further, the U.S. Securities and Exchange Commission (SEC) recently weighed in on The DAO hack, stating that the tokens traded in the Initial Coin Offering were effectively securities. While the SEC did not leverage any penalties, the published decision aims to direct future ICOs in the space and possible compliance requirements with U.S. securities laws. Beyond the core issue of immutability, blockchain technology still has to overcome other barriers, notably with regard to regulatory compliance, scaling, processing and redundancy costs, and, finally, privacy and security. Currently, cryptocurrencies, DAOs, and smart contracts exist in an extra-judicial bubble governed solely by code without input or oversight by a central authority, such as a financial authority, trade commission, law enforcement entity, or other government authority. There are open-ended questions on dispute resolution, liability, and redress. Within highly regulated sectors, blockchain might not be a suitable solution if it is not in compliance, and existing regulation is often designed with a central authority to govern and identifiable parties that can be made liable in case of breach or error. It will take time to adapt existing regulation to blockchain technologies for use cases in more complex settings as they relate to the IoT, the legal profession, or even in financial services beyond digital payments. Scaling is another critical obstacle to overcome. The distributed feature requires all nodes to record all transactions within a common shared ledger. The Bitcoin ledger is currently over 100 GB in size, served by 6,900 full nodes. ABI Research forecasts 27 billion connected IoT devices by the end of Scaling blockchain technology to that kind of size is going to be difficult and costly. Even within the Bitcoin blockchain, there is a move toward using centralized intermediaries to clear payments. In fact, Bitcoin recently underwent a hard fork, with a new cryptocurrency emerging, Bitcoin Cash, after years-long debate. The reason behind it was to scale Bitcoin to more users, 7

8 with Bitcoin Cash blocks effectively increased to 8MB (as opposed to the 1MB of Bitcoin). Add to that the operational costs (in terms of processing power and energy consumption) to mining and verifying transactions on the blockchain, and it becomes clear that scale and decentralization are at odds with each other and a trade-off will need to be found, notably in light of IoT blockchain applications. Finally, but not least, there are issues revolving around privacy and security. While the Bitcoin blockchain does not record account balances (only transactions), it is possible to extract information about users based on the transactions (through public keys). This may be a barrier for those applications that require a higher level of privacy protection and confidentiality. As for security, The DAO hack shows that the blockchain is vulnerable. There have been other DAO hacks since, most recently in July 2017, when USD$7 million was drained from CoinDash s ICO. Whether through bugs in code, or by finding a loophole in smart contracts, there will always be interest by malicious parties to exploit it, and this interest will grow alongside blockchain s popularity. Blockchain security relies on verification of transactions and proof of work. Should the incentive for mining the blockchain be centralized within the entity funding the miners (as will likely be the case in permissioned and private blockchains), then the risk of a single point of failure is high. Security needs to be stronger for a more open and decentralized blockchain system. 5. CONCLUSIONS Some of these issues will eventually be resolved through standards development. There are currently competing concepts: public and private; permissioned versus permission-less. Various endeavors are employing different algorithms and methodologies to address issues in energy consumption and security, i.e., proof of work (Bitcoin), proof of stake (Peercoin), delegated proof of stake (BitShares), practical byzantine fault tolerance (Hyperledger), etc. Ethereum is planning to switch from proof of work to proof of stake before the end of 2017, citing energy consumption concerns primarily. In time, successful adoption and widespread usage will inform standards work in the future, and determine which technology will ultimately provide the most cost-effective, secure, and efficient solution. Ultimately, blockchain technologies have a long way to go before commercial applications beyond cryptocurrencies can be successfully implemented. However, much like any new market and technology before it, blockchain must undergo its fair share of trials and errors. The success of Bitcoin is pioneering the potential of blockchain, and there is great promise that it can profoundly alter and transform established industries beyond fintech as well if the current issues can be resolved. 8

9 Published September 7, ABI Research 249 South Street Oyster Bay, New York USA Tel: ABI Research. Used by permission. ABI Research is an independent producer of market analysis and insight and this ABI Research product is the result of objective research by ABI Research staff at the time of data collection. The opinions of ABI Research or its analysts on any subject are continually revised based on the most current data available. The information contained herein has been obtained from sources believed to be reliable. ABI Research disclaims all warranties, express or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose.

A.J. Bahou, LLM, MSECE Bahou Miller PLLC

A.J. Bahou, LLM, MSECE Bahou Miller PLLC A.J. Bahou, LLM, MSECE Bahou Miller PLLC AJBahou@BahouMiller.com ISACA and ISC2 December 2017 The views expressed herein are solely the presenter s and do not necessarily reflect any position of Bahou

More information

Blockchain Technology: Concepts. Whitepaper 1

Blockchain Technology: Concepts. Whitepaper 1 Whitepaper 1 Introduction Cryptocurrency, the digital currency system that enables global monetary transactions between two parties without the need for a trusted third party financial institution, has

More information

EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018)

EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018) EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018) Robert C. Brighton, Jr. Brighton Legal Solutions P.A. rcbrightonbizlaw@gmail.com This

More information

THE BLOCKCHAIN DISRUPTION. INSIGHT REPORT on Blockchain prepared by The Burnie Group

THE BLOCKCHAIN DISRUPTION. INSIGHT REPORT on Blockchain prepared by The Burnie Group THE BLOCKCHAIN DISRUPTION INSIGHT REPORT on Blockchain prepared by The Burnie Group NOVEMBER 2017 BUILDING VALUE Business networks create value. The efficiency of business networks is a function of the

More information

Blockchain Technology in Banking and Financial Services

Blockchain Technology in Banking and Financial Services Blockchain Technology in Banking and Financial Services Daniel Rozycki Payments Consultant Payments, Standards, & Outreach Group Federal Reserve Bank of Minneapolis EPCOR Payments Conference Spring 2017

More information

Journal of Multistate Taxation and Incentives (Thomson Reuters/Tax & Accounting) Volume 28, Number 4, July 2018

Journal of Multistate Taxation and Incentives (Thomson Reuters/Tax & Accounting) Volume 28, Number 4, July 2018 Journal of Multistate Taxation and Incentives (Thomson Reuters/Tax & Accounting) Volume 28, Number 4, July 2018 SHOP TALK Blockchain & Cryptocurrency Two Roads Converge By JUSTIN E. HOBSON JUSTIN E. HOBSON

More information

Blockchain: The New Line of Defense

Blockchain: The New Line of Defense Blockchain: The New Line of Defense Who Am I Your Presenter & Advisory in This Domain q Cybersecurity Solutions Architect for Enterprise & National Level Projects for Kaspersky Lab Middle East, Turkey

More information

Private Wealth Management. Understanding Blockchain as a Potential Disruptor

Private Wealth Management. Understanding Blockchain as a Potential Disruptor Private Wealth Management Understanding Blockchain as a Potential Disruptor 2 Blockchain and Cryptocurrency The interest in blockchain stems from the idea that its development is comparable to the early

More information

Cisco Live /11/2016

Cisco Live /11/2016 1 2 3 4 5 Blockchain technology will become Like the TCP / IP for the WWW everyone uses it, but it will be transparent to them. Examples: Disrupt business models Car energy supplier can advertise where

More information

White Paper. Bizanc Blockchain

White Paper. Bizanc Blockchain White Paper Versão 0.0.1 Bizanc Blockchain 1.0 Summary Bizanc is a decentralized platform for commercialization of digital assets, operating on a Blockchain architecture, allowing trading of cryptocurrencies

More information

Accounting for crypto assets mining and validation issues

Accounting for crypto assets mining and validation issues Accounting Tax Global IFRS Viewpoint Accounting for crypto assets mining and validation issues What s the issue? Currently, IFRS does not provide specific guidance on accounting for crypto assets. This

More information

Blockchain made Simple

Blockchain made Simple Blockchain made Simple Rhonda Okamoto, Blockchain & Cryptocurrency Enthusiast rhondaokamoto@gmail.com 609-433-1442 What is Blockchain? When and Where is Blockchain useful? What is the difference between

More information

/// BLOCKCHAIN TECHNOLOGY THAT S READY TO ROLL

/// BLOCKCHAIN TECHNOLOGY THAT S READY TO ROLL WHITE PAPER /// BLOCKCHAIN TECHNOLOGY THAT S READY TO ROLL Blockchain is dominating digital transformation conversations within financial services and other sectors seeking to overhaul high-inertia/high-cost

More information

Building Blockchain Solutions

Building Blockchain Solutions Provide Authenticity and Trust to all information you create, process, store and distribute Digital Disruption Is Here The application of new digital technologies causes seismic upheavals in all markets:

More information

BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING. Jessica B. Lee, Partner, Advanced Media and Technology

BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING. Jessica B. Lee, Partner, Advanced Media and Technology BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING Jessica B. Lee, Partner, Advanced Media and Technology jblee@loeb.com July 2018 1 Today s Topics Blockchain basics Smart contracts and permissioned

More information

Blockchain Demystified

Blockchain Demystified Blockchain Demystified DR THEODOSIS MOUROUZIS (CIIM, UCL CBT, CYPRUS BLOCKCHAIN TECHNOLOGIES) Cyprus Blockchain Technologies Centre The Cyprus Blockchain Technologies Ltd. is a non-profit organization

More information

Blockchain and Internet of Things: Why a Perfect Match. Fabio Antonelli - Head of FBK - CREATE-NET Research Center

Blockchain and Internet of Things: Why a Perfect Match. Fabio Antonelli - Head of FBK - CREATE-NET Research Center Blockchain and Internet of Things: Why a Perfect Match Fabio Antonelli - fantonelli@fbk.eu Head of OpenIoT@ FBK - CREATE-NET Research Center About me Fabio Antonelli Head of OpenIoT Research Unit in FBK

More information

Table of contents. 2

Table of contents. 2 Whitepaper Table of contents Table of contents... 2 Overview... 3 TrillionToken... 3 Sports Betting Platform... 3 Cryptocurrency... 3 Blockchain technology... 3 Ethereum network... 5 TrillionToken token...

More information

Blockchain Overview. Amr Eid Cloud Architect, Cloud Platform, MEA

Blockchain Overview. Amr Eid Cloud Architect, Cloud Platform, MEA Blockchain Overview Amr Eid Cloud Architect, Cloud Platform, MEA amreid@eg.ibm.com History Business / Academic 1991: The first crypto secured chain of blocks How to time-stamp a digital document Bitcoin

More information

Blockchain & The Hollywood Supply Chain

Blockchain & The Hollywood Supply Chain HITS: Fall 2017 - Innovation & Technology: Hollywood 2025 October 23, 2017 October 18, 2017 2:50 3:10 PM Skirball Cultural Center Los Angeles, CA Blockchain & The Hollywood Supply Chain Steve Wong DXC

More information

LEADING THE WAY GLOBAL SPECIALIST RISK ADVISER & BROKER JLT SOUTH AFRICA #SAAFF2018

LEADING THE WAY GLOBAL SPECIALIST RISK ADVISER & BROKER JLT SOUTH AFRICA   #SAAFF2018 LEADING THE WAY GLOBAL SPECIALIST RISK ADVISER & BROKER JLT SOUTH AFRICA www.za.jlt.com #SAAFF2018 Demystifying Blockchain & its Impact on the Supply Chain Louise Wiggett August 2018 Blockchain The Start

More information

Blockchain and Risk ISACA Northern UK, April 20 th, Mike Small CEng, FBCS, CITP Senior Analyst Kuppinger Cole

Blockchain and Risk ISACA Northern UK, April 20 th, Mike Small CEng, FBCS, CITP Senior Analyst Kuppinger Cole Blockchain and Risk ISACA Northern UK, April 20 th, 2016 Mike Small CEng, FBCS, CITP Senior Analyst Kuppinger Cole Mike.Small@kuppingercole.com Agenda Mike Small KuppingerCole Trust and Integrity The Bitcoin

More information

INTRODUCTION TO THE BLOCKCHAIN ERRIN ICT Working Group Meeting on Blockchain June 13, Javier Prieto IoT Digital Innovation Hub

INTRODUCTION TO THE BLOCKCHAIN ERRIN ICT Working Group Meeting on Blockchain June 13, Javier Prieto IoT Digital Innovation Hub INTRODUCTION TO THE BLOCKCHAIN ERRIN ICT Working Group Meeting on Blockchain June 13, 2018 Content Bitcoin Beyond bitcoin The blockchain is an incorruptible digital ledger of economic transactions that

More information

Blockchain-based Traceability in Agri-Food Supply Chain Management: A practical Implementation

Blockchain-based Traceability in Agri-Food Supply Chain Management: A practical Implementation Blockchain-based Traceability in Agri-Food Supply Chain Management: A practical Implementation Miguel Pincheira Caro, Muhammand Salek Ali, Massimo Vecchio and Raffaele Giaffreda Agenda What is a Blockchain?

More information

Blockchain / Distributed Ledger Technology

Blockchain / Distributed Ledger Technology Blockchain / Distributed Ledger Technology Emerging Legal Issues and Business Trends Michael D. Palage (Michael@Palage.com) Blockchain: Hip or Hype 2 Blockchain/DLT - Cryptocurrency October 2008 White

More information

Blockchain in Insurance: An Introduction

Blockchain in Insurance: An Introduction Blockchain in Insurance: An Introduction Asha Vellaikal Head, Marsh Digital Labs asha.vellaikal@marsh.com April, 2018 What Is Blockchain? Blockchain is a distributed ledger technology a ledger maintained

More information

Digital Transformation A Focus on Blockchain

Digital Transformation A Focus on Blockchain Digital Transformation A Focus on Blockchain Tristan Relly Director, Financial Advisory June 2018 Digital Transformation in action The Fourth Industrial Revolution Late 18 th Century Late 19 th Century

More information

Blockchain Series Part 1 of 4:

Blockchain Series Part 1 of 4: Blockchain Series Part 1 of 4: Blockchain 101 It s Not Just Cryptocurrency #HASHTAG SPEAKERS Glynna Christian Partner, Co-Head Global Tech Transactions Orrick Michaela Ross Tech & Telecom Reporter Bloomberg

More information

Blockchain - Technologies for the Automotive Industry

Blockchain - Technologies for the Automotive Industry Blockchain - Technologies for the Automotive Industry AAGinkgo Ginkgo Management Management Consulting ConsultingWhite Publication Paper HAMBURG SHANGHAI SINGAPORE ZURICH 2014 2017 www.ginkgo.com 1 Introduction

More information

THE FUTURE OF BLOCKCHAIN WITH IOT. Ama Asare

THE FUTURE OF BLOCKCHAIN WITH IOT. Ama Asare THE FUTURE OF BLOCKCHAIN WITH IOT Ama Asare user-centric, Internet-connected, complex IOT HEADLINES Creepy IoT teddy bear leaks >2 million parents and kids voice messages [2017] IoT gadgets flooded DNS

More information

DeMarche Putting Research To Work Page 1

DeMarche Putting Research To Work Page 1 DeMarche Putting Research To Work Page 1 www.demarche.com (913) 384-4994 Cryptocurrency and the Institutional Investor DeMarche Putting Research To Work Page 2 Mark Andes Consultant & Manager of Alternatives

More information

primechain building blockchains for a better world

primechain building blockchains for a better world primechain building blockchains for a better world 8 steps to building blockchain solutions Rohas Nagpal, Primechain Technologies Pvt. Ltd. 8 steps to building blockchain solutions When Blockchain technology

More information

Alexandros Fragkiadakis, FORTH-ICS, Greece

Alexandros Fragkiadakis, FORTH-ICS, Greece Alexandros Fragkiadakis, FORTH-ICS, Greece Outline Trust management and trust computation Blockchain technology and its characteristics Blockchain use-cases for IoT Smart contracts Blockchain challenges

More information

Blockchain. Deepak Agarwal ICMA Conference Presenter

Blockchain. Deepak Agarwal ICMA Conference Presenter Blockchain Deepak Agarwal ICMA Conference Presenter Deepak Agarwal Plante Moran Plante Moran fast facts Agenda Blockchain overview Public sector initiatives Blockchain Overview What is blockchain? A blockchain

More information

How Blockchain Technology Changes Marketing

How Blockchain Technology Changes Marketing How Blockchain Technology Changes Marketing Campbell R. Harvey Duke University and NBER @camharvey Version: May 1, 2018 Agenda Understanding blockchain Impact on marketing Questions Campbell R. Harvey

More information

THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN

THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN THE SOFEROX PROJECT THE TWIN-CHAIN BLOCKCHAIN Soferox isn t just an exchange. We have created a new style blockchain that is basically Ethereum on steroids. We create a new style of chaining that will

More information

I TECHNOLOGY Blockchain Concepts Blockchain 20

I TECHNOLOGY Blockchain Concepts Blockchain 20 I TECHNOLOGY 17 1 Blockchain Concepts 19 1.1 Blockchain 20 1.1.1 Blockchain Evolution 21 Blockchain Structure 22 Blockchain Characteristics 22 Blockchain Application Example: Escrow 23 1.3 Blockchain Stack

More information

Instrumenting Accountability in MAS with Blockchain

Instrumenting Accountability in MAS with Blockchain Instrumenting Accountability in MAS with Blockchain Fernando Gomes Papi [UFSC] Jomi Fred Hübner [UFSC] Maiquel de Brito [IFRS] [UFSC] Federal University of Santa Catarina - Brazil [IFRS] Federal Institute

More information

Blockchain & Bitcoin. Länsstyrelserna David Bauman

Blockchain & Bitcoin. Länsstyrelserna David Bauman Blockchain & Bitcoin Länsstyrelserna 2017-03-28 David Bauman Agenda What is Money? What is Bitcoin & Blockchain? How does it Work? Areas of Application Future Public Sector Questions What is Currency?

More information

Committee on WIPO Standards (CWS)

Committee on WIPO Standards (CWS) E CWS/6/4 REV. ORIGINAL: ENGLISH DATE: SEPTEMBER 6, 2018 Committee on WIPO Standards (CWS) Sixth Session Geneva, October 15 to 19, 2018 CREATION OF A TASK TO PREPARE RECOMMENDATIONS FOR BLOCKCHAIN Document

More information

CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY...

CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY... CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY... 7 DECENTRALIZATION... 8 SECURITY FEATURES... 8 CROSS

More information

chainfrog WHAT ARE SMART CONTRACTS?

chainfrog WHAT ARE SMART CONTRACTS? chainfrog WHAT ARE SMART CONTRACTS? WHAT ARE SMART CONTRACTS AND WHERE AND WHY WOULD YOU USE THEM A question I get asked again and again at lectures and conferences is, what exactly are smart contracts?

More information

Blockchain in Healthcare

Blockchain in Healthcare Blockchain in Healthcare Presented to the Kentucky HFMA Chapter Tom Skoog, Principal July 19, 2018 What are Blockchain and Bitcoin and How Can They Be Used? Bitcoin and Blockchain - - what s the difference

More information

What Blockchain Means For Your Organization s Insurance Program

What Blockchain Means For Your Organization s Insurance Program What Blockchain Means For Your Organization s Insurance Program Bradley Arant Boult Cummings LLP Presented by Katherine J. Henry and Brendan W. Hogan November 2, 2017 Bradley Arant Boult Cummings LLP Attorney-Client

More information

blockchain bitcoin cryptography currency Blockchain: The Next Big Digital Disruptor for CFOs cryptocurrency exchange transaction financial market

blockchain bitcoin cryptography currency Blockchain: The Next Big Digital Disruptor for CFOs cryptocurrency exchange transaction financial market cryptography business digital virtual currency network transaction internet coin cryptocurrency market blockchain ledger data exchange electronic payments business technology money contract transaction

More information

Technical Line. A holder s accounting for cryptocurrencies. What you need to know. Overview

Technical Line. A holder s accounting for cryptocurrencies. What you need to know. Overview No. 2018-12 18 October 2018 Technical Line A holder s accounting for cryptocurrencies In this issue: Overview... 1 Blockchain, cryptocurrencies and tokens... 2 Tokens... 3 A holder s accounting for cryptocurrencies...

More information

How Will the Distributed Ledger Change the Customer Experience?

How Will the Distributed Ledger Change the Customer Experience? THE BLOCKCHAIN EFFECT: How Will the Distributed Ledger Change the Customer Experience? Scott Furlong ISG White Paper 2018 Information Services Group, Inc. All Rights Reserved Introduction As we march toward

More information

Copyright Scottsdale Institute All Rights Reserved.

Copyright Scottsdale Institute All Rights Reserved. Copyright Scottsdale Institute 2017. All Rights Reserved. No part of this document may be reproduced or shared with anyone outside of your organization without prior written consent from the author(s).

More information

Investing in the Blockchain Ecosystem

Investing in the Blockchain Ecosystem Introduction When investors hear the term Blockchain, most probably think of cryptocurrencies (which are digital currencies, operated independently from a central bank), with Bitcoin being the most well-known.

More information

arxiv: v1 [q-fin.gn] 6 Dec 2016

arxiv: v1 [q-fin.gn] 6 Dec 2016 THE BLOCKCHAIN: A GENTLE FOUR PAGE INTRODUCTION J. H. WITTE arxiv:1612.06244v1 [q-fin.gn] 6 Dec 2016 Abstract. Blockchain is a distributed database that keeps a chronologicallygrowing list (chain) of records

More information

Block chain Technology:Concept of Digital Economics

Block chain Technology:Concept of Digital Economics MPRA Munich Personal RePEc Archive Block chain Technology:Concept of Digital Economics Ovais Ahmed 24 August 2017 Online at https://mpra.ub.uni-muenchen.de/80967/ MPRA Paper No. 80967, posted 26 August

More information

Making Blockchain Real for Governments

Making Blockchain Real for Governments Making Blockchain Real for Governments Networks of Trusted Data V1.0 August 8 th 2016 Page 1 Imagine if You can see all places your food has traveled from the farm to your table Before you left the auto

More information

How Blockchain Can Help Secure Connected Devices

How Blockchain Can Help Secure Connected Devices Portfolio Media. Inc. 111 West 19 th Street, 5th Floor New York, NY 10011 www.law360.com Phone: +1 646 783 7100 Fax: +1 646 783 7161 customerservice@law360.com How Blockchain Can Help Secure Connected

More information

Blockchain: An introduction and use-cases June 12 th, 2018

Blockchain: An introduction and use-cases June 12 th, 2018 Blockchain: An introduction and use-cases June 12 th, 2018 Agenda What we will cover today An introduction to Blockchain Blockchain for CFO Proof-of-Concepts Round up 2018 Deloitte Belgium Blockchain:

More information

Bitcoin. CS 161: Computer Security Prof. Raluca Ada Popa. April 11, 2019

Bitcoin. CS 161: Computer Security Prof. Raluca Ada Popa. April 11, 2019 Bitcoin CS 161: Computer Security Prof. Raluca Ada Popa April 11, 2019 What is Bitcoin? Bitcoin is a cryptocurrency: a digital currency whose rules are enforced by cryptography and not by a trusted party

More information

Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel

Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel Presenting a live 90-minute webinar with interactive Q&A Healthcare, Blockchain and Smart Contracts: Emerging Issues for Healthcare Counsel Leveraging Distributed Ledger Technology in Healthcare, Protecting

More information

The Blockchain Identity

The Blockchain Identity Innovation and Cryptoventures The Blockchain Identity Campbell R. Harvey Duke University and NBER Revised January 19, 2018 3 Blockchain is a technology There is no the blockchain blockchain is a technology.

More information

Harnessing Commodity Markets Commodities and Blockchain - Distributed Ledger Technology

Harnessing Commodity Markets Commodities and Blockchain - Distributed Ledger Technology Harnessing Commodity Markets Commodities and Blockchain - Distributed Ledger Technology Jean-Marc Bonnefous Energy Risk Summit, London 22/23 June 2016 Blockchain and Commodity Markets The Basics of Blockchain

More information

TECHNICAL WHITEPAPER. Your Commercial Real Estate Business on the Blockchain. realestatedoc.io

TECHNICAL WHITEPAPER. Your Commercial Real Estate Business on the Blockchain. realestatedoc.io TECHNICAL WHITEPAPER Your Commercial Real Estate Business on the Blockchain realestatedoc.io IMPORTANT: YOU MUST READ THE FOLLOWING DISCLAIMER IN FULL BEFORE CONTINUING The Token Generation Event ( TGE

More information

MASTERNET.IO WHITEPAPER WHITEPAPER

MASTERNET.IO WHITEPAPER WHITEPAPER www.masternet.io MASTERNET.IO WHITEPAPER WHITEPAPER Contents 5 Bitcoin and Blockchain 6 Solving the essential problem of every transaction 8 How Blockchain changes our lives 9 Context 10 Problem 12 How

More information

Bitcoin. CS 161: Computer Security Prof. Raluca Ada Poipa. April 24, 2018

Bitcoin. CS 161: Computer Security Prof. Raluca Ada Poipa. April 24, 2018 Bitcoin CS 161: Computer Security Prof. Raluca Ada Poipa April 24, 2018 What is Bitcoin? Bitcoin is a cryptocurrency: a digital currency whose rules are enforced by cryptography and not by a trusted party

More information

IEW. OINT OF NOTHER ROM BLOCKCHAIN 101 // EXECUTIVE DECK. Marcelo T. de Alvear 405 Oficina # 9 Ciudad de Buenos Aires Argentina

IEW. OINT OF NOTHER ROM BLOCKCHAIN 101 // EXECUTIVE DECK. Marcelo T. de Alvear 405 Oficina # 9 Ciudad de Buenos Aires Argentina // Marcelo T. de Alvear 405 Oficina # 9 Ciudad de Buenos Aires Argentina // T + 54 11 5352 1259 hi @ atixlabs.com // www.atixlabs.com ROM NOTHER OINT OF IEW. BLOCKCHAIN 101 // EXECUTIVE DECK > IT S NOT

More information

Let s Learn Blockchain Blockchain 101. April 11, 2018

Let s Learn Blockchain Blockchain 101. April 11, 2018 Let s Learn Blockchain Blockchain 101 April 11, 2018 1 Today s Session Blockchain 101 will provide a broad overview of the principles of decentralization and the current state of blockchain technology.

More information

chainfrog BLOCKCHAIN AND GDPR

chainfrog BLOCKCHAIN AND GDPR chainfrog BLOCKCHAIN AND GDPR BLOCKCHAIN AND GDPR HOW TO SQUARE PRIVACY AND DISTRIBUTED LEDGERS In 2016 the European Union passed the General Data Protection Regulation (GDPR) in order to give European

More information

The Blockchain Trevor Hyde

The Blockchain Trevor Hyde The Blockchain Trevor Hyde Bitcoin I Bitcoin is a cryptocurrency introduced in 2009 by the mysterious Satoshi Nakomoto. I Satoshi Nakomoto has never been publicly identified. Bitcoin Over the past year

More information

Blockchain and distributed ledger technology at Travelport

Blockchain and distributed ledger technology at Travelport Blockchain and distributed ledger technology at Travelport A Travelport white paper Enterprise Architecture April 2018 2018 Travelport All rights reserved. Travelport, Apollo, Galileo, Worldspan and the

More information

Uses of Blockchain in Supply Chain Traceability

Uses of Blockchain in Supply Chain Traceability Uses of Blockchain in Supply Chain Traceability Marek Laskowski and Henry Kim Schulich School of Business, York University http://blockchain.lab.yorku.ca 1 Agenda Cryptographic Foundations Blockchain (what

More information

Blockchain and Bitcoin: Impact on Insurance Industry

Blockchain and Bitcoin: Impact on Insurance Industry Blockchain and Bitcoin: Impact on Insurance Industry ACLI Financial & Investment Roundtable Sea Island, Georgia Edmund J. Zaharewicz Shareholder Carlton Fields Jorden Burt, P.A. March 19, 2018 The views

More information

The BitShares Blockchain

The BitShares Blockchain The BitShares Blockchain Introduction Stichting BitShares Blockchain Foundation Zutphenseweg 6 7418 AJ Deventer Netherlands Chamber of Commerce: 66190169 http://www.bitshares.foundation info@bitshares.foundation

More information

The Abjcoin white paper Nigeria s blockchain solution for global payment

The Abjcoin white paper Nigeria s blockchain solution for global payment 1 ABJ COIN THE FIRST NIGERIAN BLOCKCHAIN SOLUTION FOR GLOBAL PAYMENT WHITE PAPER LAST UPDATED 7/09/2017. 2 ABSTRACT Welcome to the white paper contract of Nigeria s first cryptocurrency, this contract

More information

November 2018 Abstract

November 2018 Abstract etxcoin@outlook.com November 2018 Abstract A purely peer-to-peer version of electronic cash scalable and friendly to use would allow online payments to be sent directly from one party to another without

More information

Andrés Araya Falcone Gerente de Tecnologia Bolsa de Comercio de Santiago, Chile

Andrés Araya Falcone Gerente de Tecnologia Bolsa de Comercio de Santiago, Chile Andrés Araya Falcone Gerente de Tecnologia Bolsa de Comercio de Santiago, Chile Rajiv Chodhari Vice President, Financial Markets & Wealth Management IBM, Estados Unidos the thing that's driving bitcoin

More information

The Blockchain Identity

The Blockchain Identity The Blockchain Identity Campbell R. Harvey Duke University, NBER and Investment Strategy Advisor, Man Group, plc Revised September 16, 2016 Imagine Closing on a house with No title insurance Minimal legal

More information

PROPOSED INTER- AGENCY AGREEMENT (IAA) PILOT

PROPOSED INTER- AGENCY AGREEMENT (IAA) PILOT White Paper BLOCKCHAIN AND INTRAGOVERNMENTAL TRANSFERS (IGT): PROPOSED INTER- AGENCY AGREEMENT (IAA) PILOT Prepared for the Bureau of the Fiscal Service In accordance with FAR Part 15.201, this submission

More information

Banking: operation transformation. 15 June 2016

Banking: operation transformation. 15 June 2016 Banking: operation transformation 15 June 2016 Blockchain the transaction makeover 15 June 2016 Luis Pastor Head of IT Consulting and Global Blockchain leader Grant Thornton Spain When the trust relies

More information

Blockchains and the future of finance

Blockchains and the future of finance Blockchains and the future of finance David Yermack NYU Stern School of Business National Bureau of Economic Reseach FinTech UBS s trading floor, Stamford, Ct., USA 2005 2016 The blockchain When will the

More information

Safe Harbour FORWARD-LOOKING STATEMENTS

Safe Harbour FORWARD-LOOKING STATEMENTS Safe Harbour FORWARD-LOOKING STATEMENTS Certain statements in this presentation relating to the Company s operating and business plans are "forwardlooking statements" within the meaning of securities legislation.

More information

Blockchain 2.0: Smart Contracts

Blockchain 2.0: Smart Contracts Blockchain 2.0: Smart Contracts Karan Bharadwaj August 7, 2016 The relevance of blockchain technology to the financial world has grown substantially over the last few years. An important aspect of the

More information

Legal aspects of Blockchain Technology. Martin von Haller Grønbæk, Partner Bird & Bird LLP, Copenhagen DIKU Business Club 11 January 2017

Legal aspects of Blockchain Technology. Martin von Haller Grønbæk, Partner Bird & Bird LLP, Copenhagen DIKU Business Club 11 January 2017 Legal aspects of Blockchain Technology Martin von Haller Grønbæk, Partner Bird & Bird LLP, Copenhagen DIKU Business Club 11 January 2017 My background Tech startups #CPHFTW NordicMakers.vc (FDIH, OSL)

More information

an introduction to Blockchain Technology

an introduction to Blockchain Technology an introduction to Blockchain Technology PETER LANGELA send a photo over the internet send a photo over the internet copy send a photo over the internet X copy X send money over the internet send money

More information

BLOCKCHAIN: IN SEARCH OF A BUSINESS CASE

BLOCKCHAIN: IN SEARCH OF A BUSINESS CASE BLOCKCHAIN: IN SEARCH OF A BUSINESS CASE PRESENTATION BY CHRISTOPHER WHALEN OCTOBER 7, 2016 KROLL BOND RATING AGENCY, INC What is a blockchain? The blockchain is the enabling technology behind the bitcoin

More information

A block chain based decentralized exchange

A block chain based decentralized exchange A block chain based decentralized exchange Harsh Patel Harsh.patel54@gmail.com Abstract. A pure peer to peer version of the exchange system would allow all parties access to the market without relying

More information

WIZBL WHITE PAPER 5th Generation of Blockchain Technology. v 0.8 content subject to change 2018 WIZBL. All rights reserved.

WIZBL WHITE PAPER 5th Generation of Blockchain Technology. v 0.8 content subject to change 2018 WIZBL. All rights reserved. WIZBL WHITE PAPER 5th Generation of Blockchain Technology v 0.8 content subject to change 2018 WIZBL. All rights reserved. DISCLAIMER This White Paper is intended to provide general information and is

More information

BLOCKCHAIN/CRYPTOCURRENCIES AND CYBERSECURITY, THREATS AND OPPORTUNITIES

BLOCKCHAIN/CRYPTOCURRENCIES AND CYBERSECURITY, THREATS AND OPPORTUNITIES The 9 th International Conference on Business Information Security (BISEC-2017), 18 th October 2017, Belgrade, Serbia BLOCKCHAIN/CRYPTOCURRENCIES AND CYBERSECURITY, THREATS AND OPPORTUNITIES ALEKSANDAR

More information

Hive Project Whitepaper

Hive Project Whitepaper Hive Project Whitepaper May 2017 Abstract With the emergence of blockchain technology and smart contracts, businesses no longer have to rely on centralized intermediaries when making transactions or obtaining

More information

Blockchain risk management Risk functions need to play an active role in shaping blockchain strategy

Blockchain risk management Risk functions need to play an active role in shaping blockchain strategy Blockchain risk management Risk functions need to play an active role in shaping blockchain strategy Is your organization prepared for the new risks posed by the introduction of a blockchain framework?

More information

FLASH TOKEN WHITE PAPER

FLASH TOKEN WHITE PAPER FLASH TOKEN WHITE PAPER 2017 Blockchain Technology Cryptocurrency and the Economy Cryptocurrency Market The Flash Company Mining Benefits in Business Company Structure FLASH TOKEN ICO: the Order of Implementation

More information

Crypto-assets and crypto-businesses a regulatory and legal issues

Crypto-assets and crypto-businesses a regulatory and legal issues Crypto-assets and crypto-businesses a regulatory and legal issues Commercial Court CPD seminar 13 February 2019 Mark Sneddon Adjunct Professor of Law Monash University Partner, Holley Nethercote and Principal

More information

Introduction to Blockchain Rick McMullin, bitheads, inc.

Introduction to Blockchain Rick McMullin, bitheads, inc. Introduction to Blockchain Rick McMullin, bitheads, inc. mcmullin@bitheads.com What we will cover What is blockchain? History and examples of a few blockchains The crypto craze Why use a blockchain? What

More information

BLOCKCHAIN EVOLUTION. The shifting perception of blockchain and the potential impact on businesses, governments and the investment landscape.

BLOCKCHAIN EVOLUTION. The shifting perception of blockchain and the potential impact on businesses, governments and the investment landscape. The shifting perception of blockchain and the potential impact on businesses, governments and the investment landscape. Introduction The following commentary is intended to provide a brief introduction

More information

L3. Blockchains and Cryptocurrencies

L3. Blockchains and Cryptocurrencies L3. Blockchains and Cryptocurrencies Alice E. Fischer September 6, 2018 Blockchains and Cryptocurrencies... 1/16 Blockchains Transactions Blockchains and Cryptocurrencies... 2/16 Blockchains, in theory

More information

Bulls. Hedge. Fund WHITE PAPER. Version

Bulls. Hedge. Fund WHITE PAPER. Version Bulls Hedge Fund WHITE PAPER Version 1.0.0 2018-07-10 Table of Content Overview of cryptocurrency Current status of cryptocurrency investment Agenda of cryptocurrency Utility of hedge fund Traditional

More information

Blockchain: Where are We and Where are We Heading?

Blockchain: Where are We and Where are We Heading? Blockchain: Where are We and Where are We Heading? Objectives Define the underlying technologies of blockchain Describe some shortcomings of blockchain Describe the accounting profession s interest in

More information

Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control

Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control R. R. Brooks rrb@g.clemson.edu Clemson University Electrical and Computer Engineering September 20 th, 2018 1

More information

Blockchain & beleggingen. NBA Amsterdam, 28 mei 2018

Blockchain & beleggingen. NBA Amsterdam, 28 mei 2018 Blockchain & beleggingen NBA Amsterdam, 28 mei 2018 Introductie Dennis de Vries Joined in 2015 as senior manager Audit serving financial institutions Appointed lead KPMG Digital Ledger Services Netherlands

More information

Global Financial Systems Chapter 21 Technology

Global Financial Systems Chapter 21 Technology Global Financial Systems Chapter 21 Technology Jon Danielsson London School of Economics 2018 To accompany Global Financial Systems: Stability and Risk http://www.globalfinancialsystems.org/ Published

More information

New Kids on the Blockchain: RIM Blockchain Applications Today & Tomorrow

New Kids on the Blockchain: RIM Blockchain Applications Today & Tomorrow New Kids on the Blockchain: RIM Blockchain Applications Today & Tomorrow Q. Scott Kaye, Partner, Rimon Law John Isaza, Information Governance Solutions, LLC AGENDA What is Blockchain? How it works Forming

More information

WHO NEEDS THE BLOCKCHAIN AND WHY? (OR WHY NOT) David V. Croft

WHO NEEDS THE BLOCKCHAIN AND WHY? (OR WHY NOT) David V. Croft WHO NEEDS THE BLOCKCHAIN AND WHY? (OR WHY NOT) David V. Croft 1 INTRODUCTION Concepts: Blockchain History Cryptocurrency Smart contracts Mining Industry use: Securities and ICO s KYC/AML Real Estate IOT

More information

Blockchain Basics with focus on Energy

Blockchain Basics with focus on Energy Blockchain Basics with focus on Energy Energy Blockchain Webinar Series: Webinar #2 July 13, 2018 July 13 th 2018 Tony Giroti, tony@energy-blockchain.org CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM,

More information

Blockchain for Education & Research Webinar. December 6, 2016

Blockchain for Education & Research Webinar. December 6, 2016 Blockchain for Education & Research Webinar December 6, 2016 Agenda Blockchain basics & potential use cases Promises & challenges Major players & areas of activity Potential use cases in education & research

More information