Introduction to Blockchain Technology

Size: px
Start display at page:

Download "Introduction to Blockchain Technology"

Transcription

1 Introduction to Blockchain Technology Current Trends in Artificial Intelligence Volker Strobel PhD IRIDIA 23 February 2017

2 Part I: Bitcoin: Idea, Basics, Technology Part II: Altcoins, Use cases, Blockchain applications 2

3 Part I: Bitcoin: Idea, Basics, Technology Part II: Altcoins, Blockchain applications, Use cases 3

4 Bitcoin is a digital currency without the need of banks and governments Government Bank Alice transaction 4 Bob Peer 1 Peer 2

5 Why would you want to remove the bank? save costs transaction speed don t trust the bank be anonymous be able to pay ideological reasons censorship non-reversible transactions micropayments payments triggered by events flexibility 5

6 Developing a peer-to-peer financial system poses many challenges: How to validate transactions? How to create new money? How to trust the system? How to prevent double-spending? How to reach consensus on who owns what?? 6

7 7

8 Understand the Blockchain in Two Minutes by the Institute for the Future (IFTF) ( 8

9 Every participant keeps his/her own copy of the ledger Peer-to-peer network 9

10 To transfer Bitcoin tokens, participants publicly announce transactions Transaction: Send 3 Bitcoins from Alice to Bob Is this transaction really from Alice? 10

11 Digital Signatures Public-key cryptography document private/secret key (sk) signature public key (pk) sign( document, sk) = signature verify( document, pk, signature) = bool 11

12 A quick example of digital signatures Distribute public key: gpg --armor --output volker.gpg export Import public key (on another machine): gpg --import volker.gpg Create message: echo "hello blockchain" > msg.txt Sign message: gpg --clearsign -o sig.gpg msg.txt Send sig.gpg via Verify message (on another machine): gpg --verify sig.gpg 12

13 How to ensure that everyone has the same version of? Peer-to-peer network Majority consensus? => Sybil attacks 13

14 You trust the ledger with the highest amount of computational work (often called the longest chain but it s rather the strongest chain) work: 2 79 work: 2 80 work: 2 79 work: 2 76 work:

15 The computational work is calculated based on the expected amount of calculated hashes Hash function: any function that can be used to map data (x) of arbitrary size to data of fixed size (y): hash(x) = y x y Cryptographic hash function: non-reversible hash function (and ideally some other features): Given y, very hard to find x x y 15

16

17 Mining (Proof of Work): Find solution to a mathematical puzzle that can only be solved by brute force (trial & error) 1. Immutability: Set order of transactions (changing anything requires to re-mine ) 2. Consensus based on amount of mining work 17

18

19 Mining is a race: As a miner you want to be the first to find the solution to get a reward (tx fees and block reward) <Data> PoW mining <coinbase tx> <Data> 19

20 The blockchain is build of blocks: chunks of data Block k - 1 Block k Block k + 1 Header hash(<data>) prev Hash hash(<data>) prev Hash hash(<data>) prev Hash Body <Data> <Data> <Data> 20

21 Changing data in a previous block would require an attacker to redo the Proof-of-Work of all later blocks 21

22 In Bitcoin the average block number is 10 minutes The target value is dynamically adjusted (every 2016 blocks) 22

23 The data in the blocks is created by transactions and sent to peers Transaction: Send 3 Bitcoin from Alice to Bob 23

24 Every node in the network checks if a transaction is valid transaction receiver address hash of prev. tx sender public key sender signature Valid signature No overspending No double-spending cryptocurrency 24

25 How do you own a Bitcoin? coinbase transaction miner address transaction receiver address UTXO transaction receiver address hash of prev. tx hash of prev. tx cryptocurrency sender public key sender public key sender signature sender signature cryptocurrency cryptocurrency A Bitcoin is a chain of signed transactions (i.e. every coin has a history). The owner of a Bitcoin owns the private key corresponding to an unspent transaction output (UTXO). 25

26 How to cheat/attack? Pool of unconfirmed transactions transaction A pays B transaction A pays A Send conflicting transaction Which own will end up in the blockchain? 26

27 Wait for confirmations Block k Block k + 1 transaction transaction <Data> 0 confirmations 1 confirmation 2 confirmations 27

28 Short summary: The main building blocks of Bitcoin are: - Peer-to-peer network - Public ledger - Digital Signatures - Proof-of-Work (Mining) - Blockchain 28

29 How to participate in the Bitcoin network? Download a wallet Get Bitcoins (e.g. from a friend or from an exchange such as kraken.com) 29

30 Part I: Bitcoin: Idea, Basics, Technology Part II: Altcoins, Use cases, Blockchain applications 30

31 Quite early, people realized that Bitcoin is just one application build on blockchain technology Appearance of Altcoins Image source: See also 31

32 Use cases of Altcoins financial records domain name registration voting medical records artificial intelligence? 32

33 Peer-to-peer network 33

34 Peer-to-peer network <Data> <Data> <Data> <Data> <Data> <Data> <Data> <Data> 34

35 Image source:

36 Financial transactions Arbitrary decentralized applications Bitcoin Blockchain 1.0 Ethereum Blockchain 2.0 Image source:

37 Use case of Ethereum: Blockchain-based smart contracts: programming code executed via blockchain technology tamper-proof code without any possibility of downtime, censorship, fraud or third-party interference (ethereum.org) main programming language: Solidity (online IDE at 37

38 Traditional crowdfunding centralized crowdfunding platform (e.g. kickstarter.com) needs trust all-or-nothing Project (e.g. smartwatch) needs trust backers Image source: - money really send to the project? - transparency - potentially high fees 38

39 Ethereum-based crowdfunding (see for an implementation in Solidity) transaction Block k - 1 Block k Block k + 1 <Data> <Data> <Data> transaction transaction decentralized crowdfunding platform based on Ethereum trustless: all-or-nothing Project (e.g. smartwatch) needs trust - decentralized (no single point of failure) - guaranteed execution of the transfer - transparency - immutable - potentially lower fees backers 39

40 Blockchain Technology and AI? 40

41 (Very simplified) comparison between AI and Blockchain Technology Artificial Intelligence Blockchain Technology probabilistic deterministic black box transparent computationally complex algorithms lightweight programs (smart contracts) See also YouTube talk Blockchain + AI = Decentralized Artificial Intelligence by Siraj Raval ( 41

42 How AI might improve blockchain technology AI Blockchain Scalability More useful mining algorithm Intelligent interfaces 42

43 How blockchain technology might improve AI Blockchain AI Huge amount of data / easy collection of data Transparency (public history of actions audit trail) Increase trust Marketplace for data/models 43

44 Example Blockchain AI projects (most of these projects are at an early stage of development) Decentralized privacy-preserving machine learning: (openmined.org) Identity validation of AI Agents ( AI as a service (monetarize AI) ( 44

45 My PhD thesis Blockchain-based smart contracts for the secure coordination of robot swarms 45

46 A blockchain is a decentralized database where everyone can participate Peer-to-peer network 46

47 A blockchain is a decentralized database where everyone can participate Robot peer-to-peer network 47

48 Byzantine robots show arbitrary faulty or malicious behavior Motor broken! Infrared module broken! GPS connection lost! Programming code not updated! Tamper with messages! laboratory experiments real-world applications 48

49 Goal: Develop a framework for programming secure robot swarms For more details, see: V.Strobel, E. Castello Ferrer, M. Dorigo Managing Byzantine Robots via Blockchain Technology in a Swarm Robotics Collective Decision Making Scenario. To appear in Proceedings of the 17th Conference on Autonomous Agents and MultiAgent Systems. International Foundation for Autonomous Agents and Multiagent Systems (AAMAS 2018). 49

50 Research ideas / open Research questions Can the Proof-of-Work be replaced by something more useful (e.g. training of a neural network)? What are use cases for blockchain technology? Possibilities and limitations of combining AI technologies and blockchain technology? 50

51 What could you do? Build a decentralized (AI?) application with Ethereum 51

52 Further material Mastering Bitcoin by Andreas M. Antonopoulos ( Coursera online course ( Cryptocurrency news ( 52

53 Thank you! Volker Strobel

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

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

Computer Security. 13. Blockchain & Bitcoin. Paul Krzyzanowski. Rutgers University. Spring 2018

Computer Security. 13. Blockchain & Bitcoin. Paul Krzyzanowski. Rutgers University. Spring 2018 Computer Security 13. Blockchain & Bitcoin Paul Krzyzanowski Rutgers University Spring 2018 April 18, 2018 CS 419 2018 Paul Krzyzanowski 1 Bitcoin & Blockchain Bitcoin cryptocurrency system Introduced

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

Surface Web/Deep Web/Dark Web

Surface Web/Deep Web/Dark Web Cryptocurrency Surface Web/Deep Web/Dark Web How to Get Data? Where Hacking, Cyber Fraud, and Money Laundering Intersect How to Pay? Digital Currency What is Bitcoin? https://youtu.be/aemv9ukpazg Bitcoin

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

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

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

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

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

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

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

$110100$010. Crypto Currencies. Good or Evil? 10$ $100010

$110100$010. Crypto Currencies. Good or Evil? 10$ $100010 100110101$110100$010 Crypto Currencies Good or Evil? 0 1 0 $ 0 1 1 0 1 0 1 0 1 1 0 $ 1 1 1 0 0 1 0 1 What are Crypto-Currencies Crypto-currencies, such as Bitcoin, are digital currencies that rely on cryptographic

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 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

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

Cryptocurrency and Blockchain Technology

Cryptocurrency and Blockchain Technology Cryptocurrency and Blockchain Technology Mohammad Sayad Haghighi, PhD, SMIEEE Assistant Professor sayad@ut.ac.ir University of Tehran, Iran 1 How did it start? We had Hash Chains in cryptography before.

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

Blockchain and the possible impact on testing. New technology needs new testing?

Blockchain and the possible impact on testing. New technology needs new testing? Specialisten in vooruitgang Blockchain and the possible impact on testing. New technology needs new testing? Jeroen Rosink TestCon Vilnius October 18 th 2018 Software testen Business Process Transformation

More information

BITCOINS and CRYPTOCURRENCIES How It Works. Principal Consultant CISA, CISSP

BITCOINS and CRYPTOCURRENCIES How It Works. Principal Consultant CISA, CISSP BITCOINS and CRYPTOCURRENCIES How It Works Drexx@Laggui.com Principal Consultant CISA, CISSP Requirement: Unlearn many things that you thought you were very certain about. Have an open mind. Covered topics

More information

LinkedIn /in/petkanic/

LinkedIn /in/petkanic/ This is the first time in a history of a mankind when we are able to permanently record the history of a mankind. Yes, blockchain is a bubble. And it s going to burst. But that s amazing! Because only

More information

The Blockchain Technology

The Blockchain Technology The Blockchain Technology Mooly Sagiv Tel Aviv University http://www.cs.tau.ac.il/~msagiv/courses/blockchain.html msagiv@acm.org Advisory Board Shelly Grossman Noam Rinetzky Ittai Abraham Guy Golan-Gueta

More information

whitepaper Abstract Introduction Features Special Functionality Roles in DiQi network Application / Use cases Conclusion

whitepaper Abstract Introduction Features Special Functionality Roles in DiQi network Application / Use cases Conclusion whitepaper Abstract Introduction Features Special Functionality Roles in DiQi network Application / Use cases Conclusion Abstract DiQi (pronounced Dee Chi) is a decentralized platform for smart property.

More information

The Blockchain: What It is & Why It Matters to Us

The Blockchain: What It is & Why It Matters to Us The Blockchain: What It is & Why It Matters to Us Douglas C. Schmidt & Abhishek Dubey Vanderbilt University This work has been funded in part by Siemens, Varian, & Accenture Overview of the Presentation

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

Introduction to Blockchain

Introduction to Blockchain Introduction to Blockchain with focus on Energy June 1 st 2018 Tony Giroti tony@energy-blockchain.org Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org

More information

Komodo Platform Overview

Komodo Platform Overview Komodo Platform Overview w w w. k o m o d o p l a t f o r m. c o m Goldenman Korean Ambassador KOMODO basic information Category : Privacy, Platform ICO Date : 2016 년 9-10 월 Total supply : 200,000,000

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

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

Bitcoin, Blockchain Technology, Block Chain Ecosystem : What You Need to Know?

Bitcoin, Blockchain Technology, Block Chain Ecosystem : What You Need to Know? Bitcoin, Blockchain Technology, Block Chain Ecosystem : What You Need to Know? Speaker : Zuriati Ahmad Zukarnain Designation : Associate Professor Company : Universiti Putra Malaysia Bitcoin, Blockchain

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

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: 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

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

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

NEOGOLD whitepaper NEOGOLD NEOGOLD

NEOGOLD whitepaper NEOGOLD NEOGOLD whitepaper ABSTRACT Thank you for taking your time to read this whitepaper for the Neo-Gold project. The information herein was simplified to make it understandable for both experts and novice in the cryptocurrency

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

An introduction. Dr Ken Boness

An introduction. Dr Ken Boness An introduction Dr Ken Boness 1 Evident Proof is A digital platform, underpinned by blockchain technology, which ensures that data transactions, events and documents can be used as dependable evidence

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

Level 2, HTLC, SegWit

Level 2, HTLC, SegWit Innovation and Cryptoventures Level 2, HTLC, SegWit Campbell R. Harvey Duke University and NBER February 19, 2018 2 Transactions per Second https://en.bitcoin.it/wiki/scalability Visa processes about 2,000

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

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

Bitcoins and Blockchains

Bitcoins and Blockchains Bitcoins and Blockchains 1 Bitcoins? 2 Properties of money Symbolises value Substitutes value Proof of ownership Easy to transfer Agreed upon value Difficult to forge/limited supply Needs little storage

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

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 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

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

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

Blockchain and the Maritime Industry

Blockchain and the Maritime Industry MARCH 2018 Blockchain and the Maritime Industry An introduction We will look at A review of the current transactional ecosystem The blockchain concept Smart contracts Q&A Current Shipping Transactional

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: Applica.ons, Security Promises and Internals

Blockchain: Applica.ons, Security Promises and Internals Blockchain: Applica.ons, Security Promises and Internals Cyber Security & Informa3on Systems Informa3on Analysis Center (CSIAC) Dr. Yuzhe (Richard) Tang Department of EECS, Syracuse University Dec. 19,

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

Crypto-Philanthropy: Virtual Currency and the Future of Charitable Giving

Crypto-Philanthropy: Virtual Currency and the Future of Charitable Giving Crypto-Philanthropy: Virtual Currency and the Future of Charitable Giving Presentation to the San Francisco Foundation: Professional Advisers Luncheon Jon D. Feldhammer May 18, 2018 Perkins Coie LLP JON

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

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

In the future, many kinds of cryptocurrencies will be born, and service competition will increase.

In the future, many kinds of cryptocurrencies will be born, and service competition will increase. A financial revolution will be triggered by the birth of Blockchain! When people began to say this, most people did not attempt to listen to it. Several years have passed since then, and only some people

More information

Decrypting Blockchain Technology: Basic Concepts & Legal Issues

Decrypting Blockchain Technology: Basic Concepts & Legal Issues Decrypting Blockchain Technology: Basic Concepts & Legal Issues The blockchain is a global spreadsheet -- an incorruptible digital ledger of economic transactions that can be programmed to record not just

More information

Certified Program in Blockchain Technology & Management

Certified Program in Blockchain Technology & Management Certified Program in Blockchain Technology & Management 4 Months Weekend Learning Projects & Case Studies An exhaustive Blockchain program designed to produce super-qualified leaders in this emerging technological

More information

Blockchain: from electronic cash to redefining trust

Blockchain: from electronic cash to redefining trust Blockchain: from electronic cash to redefining trust Gabriel Aleixo researcher ITS Rio BLOCKCHAIN TECHNOLOGY Provides a new way for transferring and storing data in multiple aspects, without relying on

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

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

BitShares is. a decentralized network. All About BitShares in Infographics

BitShares is. a decentralized network. All About BitShares in Infographics BitShares is a decentralized network It is operated by those who participate No single government or company controls it 1 LEARN MORE About the Benefits> BitShares has digital tokens These have the properties

More information

Bitcoin. Based on Bitcoin Tutorial presentation by Joseph Bonneau, Princeton University. Bonneau slides marked JB

Bitcoin. Based on Bitcoin Tutorial presentation by Joseph Bonneau, Princeton University. Bonneau slides marked JB Bitcoin Based on Bitcoin Tutorial presentation by Joseph Bonneau, Princeton University Bonneau slides marked JB Bitcoin Snapshot: October 2, 2015 Bitcoin is a combination of several things: a currency,

More information

Metro: A peer-to-peer cross-chain digital asset exchange

Metro: A peer-to-peer cross-chain digital asset exchange Metro: A peer-to-peer cross-chain digital asset exchange Metro.software 2018 metrosoftware@zoho.com Abstract The pegged sidechain technology allows us to safely move assets from the asset mainchain to

More information

Blockchain for financials

Blockchain for financials Blockchain for financials An introduction to core functionality October 2017 What is a blockchain (or distributed ledger)? A distributed ledger is a system that allows parties who don t fully trust each

More information

A Comprehensive Reference Model for Blockchain-based Distributed Ledger Technology

A Comprehensive Reference Model for Blockchain-based Distributed Ledger Technology A Comprehensive Reference Model for Blockchain-based Distributed Ledger Technology Andreas Ellervee 1, Raimundas Matulevičius 1, Nicolas Mayer 2 1 Institute of Computer Science, University of Tartu, Estonia,

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

DRAFT Dsion is. Startup Funding on Blockchain Platform

DRAFT Dsion is. Startup Funding on Blockchain Platform DRAFT 1.0.9 Dsion is Startup Funding on Blockchain Platform 2 Dsion White Paper Startup Funding on Blockchain Platform CONTENTS 1. What is Dsion? 5 1) Dsion Summary 5 1-1) Absence of a Fair and Secure

More information

How Blockchain Will Change the Way You Develop Medical Devices

How Blockchain Will Change the Way You Develop Medical Devices How Blockchain Will Change the Way You Develop Medical Devices Presented on April 5 2018, by Jad Mubaslat, Founder of BitQuick Jad Mubaslat: Let's forget about how many of you have invested in Bitcoin.

More information

In this article, I describe the technology behind Bitcoin s blockchain, and

In this article, I describe the technology behind Bitcoin s blockchain, and Blockchain Hype or Hope? RADIA PERLMAN Radia Perlman s work has had a profound impact on how computer networks function today, enabling huge networks, like the Internet, to be robust, scalable, and largely

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

Blockchain Demystified for Business Intelligence Professionals

Blockchain Demystified for Business Intelligence Professionals Blockchain Demystified for Business Intelligence Professionals Jennifer Stirrup Director Data Relish Ltd Jen Stirrup Boutique Consultancy Owner of Data Relish Postgraduate degrees in Artificial Intelligence

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

CSCI 1800 Cybersecurity and International Relations. Bitcoins and Blockchains John E. Savage

CSCI 1800 Cybersecurity and International Relations. Bitcoins and Blockchains John E. Savage CSCI 1800 Cybersecurity and International Relations Bitcoins and Blockchains John E. Savage Overview of the Talk We describe the bitcoin system, which supports monetary exchange without a central authority

More information

Bitcoin Currency & Blockchain Technology

Bitcoin Currency & Blockchain Technology Bitcoin Currency & Blockchain Technology April 27, 2018 Stephen Burns, CFA Vice President, Portfolio Manager Endowment and Foundation Investments Glenmede 215-419-6958 Stephen.Burns@Glenmede.com How seriously

More information

Whitepaper. 1

Whitepaper. 1 Whitepaper 1 www.quantumproject.org Table of contents Overview... 4 Quantum project... 5 Quantum token... 5 Presale period... Issuance of tokens... Trading of tokens... Token buybacks... Destruction process...

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

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

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

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 Technologies: A Tutorial for Engineering Faculty and Researchers

Blockchain Technologies: A Tutorial for Engineering Faculty and Researchers Blockchain Technologies: A Tutorial for Engineering Faculty and Researchers Nitin Kalé and Bhaskar Krishnamachari Monday, December 4, 2017 10:00am-12:00pm About Us Nitin Kalé Associate Professor of Engineering

More information

Blockchain explained. by Jerome Kehrli

Blockchain explained. by Jerome Kehrli by Jerome Kehrli Witten on Friday Oct 07, 2016 The blockchain and blockchain related topics are becoming increasingly discussed and studied nowadays. There is not one single day where I don't hear about

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

Cryptocurrencies (Session I) Computer Science and Law

Cryptocurrencies (Session I) Computer Science and Law Cryptocurrencies (Session I) Computer Science and Law Outline Part 1 SoK: Research Perspectives and Challenges for Bitcoin and Cryptocurrencies Part 2 Advancing a Framework for Regulating Cryptocurrency

More information

Changing Data Protection: Heading towards a Blockchain-Operated Future

Changing Data Protection: Heading towards a Blockchain-Operated Future SESSION ID: SDS-R02 Changing Data Protection: Heading towards a Blockchain-Operated Future Eugene Aseev Head of Singapore R&D Centre Acronis @toxzique Agenda Blockchain yesterday Background Blockchain

More information

Auditing in the Crypto-Asset Sector

Auditing in the Crypto-Asset Sector Auditing in the Crypto-Asset Sector Introduction Many of the reporting issuers in Canada s crypto-asset sector obtained material crypto-asset holdings or engaged in material crypto-mining activity during

More information

Digital Evolution and overcoming business ethical dilemmas

Digital Evolution and overcoming business ethical dilemmas Digital Evolution and overcoming business ethical dilemmas Nii N. Quaynor, Ghana Dot Com, Accra, Ghana At ACCA Africa Member Convention, Addis Ababa, 6 December 2017 1 Digital Evolution Computer science

More information

Smart Contracts on Blockchain Platforms

Smart Contracts on Blockchain Platforms Smart Contracts on Blockchain Platforms Prof. Dr. Florian Matthes 24.1.2019, Juristische Gesellschaft Augsburg e.v. Chair of Software Engineering for Business Information Systems (sebis) Faculty of Informatics

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

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

FinTech Revolution What s ahead? Belvedere Capital Advisor

FinTech Revolution What s ahead? Belvedere Capital Advisor FinTech Revolution What s ahead? Fintech Revolution The crypto currency bubble Reasons for Bear Market 1. Compliance Concerns 2. Lack of tangible applications / mainstream adoption 02 // 23 Fintech Revolution

More information

CS /441: Blockchains and Cryptocurrencies

CS /441: Blockchains and Cryptocurrencies CS 601.641/441: Blockchains and Cryptocurrencies Instructor: Abhishek Jain Spring 2018 Instructor: Abhishek Jain CS 601.641/441: Blockchains and CryptocurrenciesSpring 2018 1 / 11 What is a Blockchain

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

Distributed Ledger Technology

Distributed Ledger Technology Distributed Ledger Technology Leveraging Blockchain for ESA's Success Torben David Trainee, DG-SD Supervised by Gianluigi Baldesi ESA HQ, Strategy Department 11/09/2017 ESA UNCLASSIFIED - For Official

More information

What Is BlockChain? X

What Is BlockChain? X WHITEPAPER 2 The BlockChain Network Illustrated What Is BlockChain? The BlockChain was first made public in 2009 with the advent of the Bitcoin, the first digital currency. Technically speaking Blockchain

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

Table of Contents Introduction. 1 What is Bittrado?... 2 Vision. 3 Mission. 4 ICO.. 7 How to start with Bittrado?... 6 How will Bittrado work?...

Table of Contents Introduction. 1 What is Bittrado?... 2 Vision. 3 Mission. 4 ICO.. 7 How to start with Bittrado?... 6 How will Bittrado work?... Table of Contents 1. Introduction. 1 2. What is Bittrado?... 2 3. Vision. 3 4. Mission. 4 5. ICO.. 7 6. How to start with Bittrado?... 6 7. How will Bittrado work?... 5 8. Trading.. 10 9. Lending. 11 10.

More information

Introduction to Blockchains. John Kelsey, NIST

Introduction to Blockchains. John Kelsey, NIST Introduction to Blockchains John Kelsey, NIST Overview Prologue: A chess-by-mail analogy What problem does a blockchain solve? How do they work? Hash chains Deciding what blocks are valid on the chain

More information

Loyalty program on the Credits blockchain platform Building a program with blockchain and smart contracts. Issuing tokens as loyalty points.

Loyalty program on the Credits blockchain platform Building a program with blockchain and smart contracts. Issuing tokens as loyalty points. Loyalty program on the Credits blockchain platform Building a program with blockchain and smart contracts. Issuing tokens as loyalty points. Disadvantages of the current loyalty programs Complicated procedure

More information

INTRODUCTION BLOCKCHAIN TECHNOLOGIES. Nyenrode Breukelen, 28 March 2017 M. Oskar van Deventer

INTRODUCTION BLOCKCHAIN TECHNOLOGIES. Nyenrode Breukelen, 28 March 2017 M. Oskar van Deventer INTRODUCTION BLOCKCHAIN TECHNOLOGIES Nyenrode Breukelen, 28 March 2017 M. Oskar van Deventer BLOCKCHAIN RAISES MANY QUESTIONS What is this "blockchain" stuff that everybody is talking about? Concrete examples

More information