Introduction to Blockchain

Size: px
Start display at page:

Download "Introduction to Blockchain"

Transcription

1 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 Content Copyright 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 1

2 Your Presenter Tony Giroti 25+ years in IT Bachelor and Masters in Electrical & Computer Engineering Developed Distributed Computing Platforms Developed High Availability Transaction Processing Applications Designed Fault-Tolerant, Massively-Scalable Supercomputers Entrepreneur, Founded a few Startups Spent last 12 yrs in Energy, Smartgrid and now Energy Blockchain Emeritus Council, Board member in US DOE GWAC, NIST SGIP 5 USPTO Patents Chairman, Energy Blockchain Consortium Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 2

3 Disclaimer Any product, individual or company mentioned in this webinar should not be construed as an endorsement by the Energy Blockchain Consortium. We have avoided the use of any names by choice so any mention is purely coincidental and for illustrative or informational purposes only. All participants are expected to conduct in the webinar per the professional, business like and common sense norms. Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, 3

4 Energy Blockchain Webinar Series Series created by Energy Blockchain Consortium FREE to anyone registering (energy-blockchain.org/webinars) 12 Webinars: Held First Friday of every to 1pm EST 2018: Jun 1, Jul 6, Aug 3, Sep 7, Oct 5, Nov 2, Dec : Jan 4, Feb 1, Mar 1, Apr 5, May 3 Webinars are also available for offline viewing About Energy Blockchain Consortium: A non-profit consortium of Companies interested in using Blockchain technology to solve the most compelling problems in the Energy industry. Join as members. energy-blockchain.org or send me an tony@energy-blockchain.org Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 4

5 Topics How Blockchain started, Bitcoins and What is Blockchain? How does Blockchain work? A conceptual Blockchain Application (Example) What is the hype all about? The Energy Blockchain Is there any danger using Blockchain? What is its practical use in Energy industry (Example)? Energy Blockchain Potential Next Steps Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 5

6 Blockchain: How it all started? The Great Recession ( ) and the Financial Crisis ( ) Global Economic downturn Pseudo name Satoshi Nakamoto created Bitcoin paper Aug 18 th 08 Bitcoin.org domain, Jan 3 rd 09 Bitcoin started, May 22 nd K BTC Pizza! Blockchain & Bitcoin are not the same Blockchain = technology, Bitcoin = app Bitcoin is a cryptocurrency a digital asset Digital Currency. Fixed supply 21M coins (rarity of Gold) Blockchain & Cryptography to control its creation & management A Fiat currency $, etc. Today: Blockchain for Tracking and Buying & Selling of any Goods or Assets Payments are not always necessary Also known as Digital Ledger Technology (DLT) Technology itself provides trust so intermediaries are not needed Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 6

7 What is Blockchain? The World Today A Company Bank, Utility, Insurance, ISO, Retailer Application The World with Blockchain (Next Gen. of Distributed Computing Platform) Company A Company B Company C Company D Blockchain Node A Blockchain Node B Blockchain Node C Blockchain Node D Business Logic SmartContractX SmartContractX SmartContractX SmartContractX Database Ledger A Ledger B Ledger C Ledger D Centralized Control (w or w/o distribution) Data: Company has 1 or more databases Business Logic: Company runs biz process Control: Company controls Data & App Trust: The Company is the Trusted Party Decisions: Made by The company History: The Company knows it Changes: Made by The Company Transactions: In Company s Database De-Centralized Control (Nodes are connected via P2P Network) Data in multiple databases i.e. in distributed Ledgers so multiple nodes have Same Data Business Logic: Same SmartContract runs in multiple companies Control: 1 Company DOES NOT Control Data & App. Who does? Individuals (Us), Node operators, others Trust: Blockchain technology is the Trusted Party & NOT company (So no people trust required Trustless Decisions: All Participants must agree on the Validity (CONSENSUS) History: All Participants know where the data came from (PROVENANCE) Changes: Data and SmartContract Logic CANNOT be changed (IMMUTABILITY) Transactions: Any Shared ledgers has ownership of assets or completion of transaction (FINALITY) Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 7

8 How Blockchain works? 1 3 widgets Example: Andy sold 3 widgets to Bob. Rate is $1 per unit. Andy Company A $3 2 Blockchain Node A SmartContract: Amt = Units x 1 Ledger A Tx Bob $3 4 Tx Company B Blockchain Node B SmartContract: Amt = Units x 1 Ledger B 6 Provisional Unconfirmed Transactions Memory Pool Tx 7 Tx Company C Blockchain Node SmartContract: Amt = Units x 1 Ledger C Provisional Unconfirmed Transactions Memory Pool Tx Ty 9 3 Node A Creates a digitally signed TRANSACTION (a) 3 Widgets from Andy to Bob Tx (b) $3 from Bob to Andy 5 Node B: VERIFICATION of Transaction (a) Does it comply with Blockchain rule (b) Is its Digital Signature ok (c) Are there any conflicts with prev transactions 8 Node C: VERIFICATION of Transaction (a) Does it comply with Blockchain rule (b) Is its Digital Signature ok (c) Are there any conflicts Like Transactions, BLOCKS also Propagated from Node to Node and linked as a Chain. Hence BLOCKCHAIN 11 Periodically VALIDATORS create Blocks (a) If Node C was a VALIDATOR it creates a BLOCK in Ledger C (b) VALIDATOR is rewarded (from transaction charge) Hash: 32 bytes unique ID of BLOCK Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 8 10 Link to Prev Hash Time Stamp A set of Transactions Tx Ty

9 Inner Workings: Consensus, Trust How do validators validate a transaction and block? What is the agreement? Who s in control? Distributed trustless Consensus is the Primary Innovation of Blockchain PoW PoS PoA 1 Proof of Work Anyone with compute power can do All actors solve math problem The winner is the leader with brute power The Miner Leader creates a block. Others verify Leader is financially rewarded Cheating is difficult. 32TwH per year Flaw: Miner > 51% resource can hijack 2 Proof of Stake Created to solve energy issue Brings mining back into the chain Actors w/ stake replace energy use Leader who creates block is chosen deterministically by their stake Min % stake may be required to participate 3 Proof of Authority Only pre-approved accounts are Validators Authority Nodes Earn the right, uphold high standard, reputation 4 Multi-signature 5 Practical Byzantine Fault Tolerance (BFT) Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 9

10 Inner Workings: Smart Contract Computer SW to enforce pre neg-ed contract in distributed environment Nick Szabo coined circa 1994 Transaction mgmt. protocol Key Points No 3 rd parties needed Each transaction is trackable and irreversible (immutable) Provides security superior to traditional contract law Reduces transaction costs associated with contracting Advance but Foundational Topics to understand Custom Logic possible with degrees of Turing-completeness Byzantine Fault Tolerance (BFT): Built-in feature of Blockchains Smart Contract = (a) replicate asset registries, (b) with cryptographic has chains, (b) Contract execution, (d) BFT replication, (e) Transaction management Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 10

11 A Blockchain Application A Blockchain App An app that allows me to sell widgets at $1 per unit and discount of 10% over 10 units The World with Blockchain (Nodes are connected via P2P network) Company A Company B Company C Company D Blockchain Node A Blockchain Node B Blockchain Node C Blockchain Node D Smart ContractX: Rate $1 per unit with 10% disc. for over 10 units SmartContractX SmartContractX SmartContractX SmartContractX Transactions Tx, Ty, Ta, Tb, Tc.. : Ledger A Ledger B Ledger C Ledger D - Andy sold 3 widgets to Bob: Bob Andy $3 - Cathy sold 10 widget to Dan: Dan Cathy $9 - Emily sold 1 widgets to Frank: Emily Frank $1 Block 123 BLOCK hash Block 124 BLOCK Hash Block 125 BLOCK Hash Block 126 BLOCK Hash - Gina sold Previous Block Hash Previous Block Hash Previous Block Hash Previous Block Hash Time Stamp Time Stamp Time Stamp Time Stamp Blocks - 123, 124, 125, 126 Transactions Tx Ty Transactions Ta Transactions Tc Tc Tc Transactions Td Te Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 11

12 What is the hype all about? No Monopolies Multi-fold increase in Security capability Cost Overheads can be significantly reduced Rise of the Scaled Intermediaries Game Changing Benefits Decision is encoded in code & Validators Individuals can be in control of their data Blockchain is Decentralized Blockchain empowers Decision Maker Blockchain can Disintermediate Blockchain is based on Democratization A simple minority cannot hijack the value for the masses Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 12

13 Energy Blockchain Use of Blockchain in Energy Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, 13

14 Energy Blockchain The use of Blockchain in Energy industry is Energy Blockchain. Coined Circa Feb 2018 by the Energy Blockchain Consortium Tracking Energy assets or use for trading & payments Electricity, water, gas, oil, gas, energy data, from Gen. to Consumption Track any Asset, any Data, Process any Transaction, Perform instant Settlements P2P trading, Wholesale Electricity Trading on ISO with market participants Use in both Regulated markets & De-Regulated markets Permissioned Blockchain: Perfect for Utilities, Oil & Gas co., Regulators, Policy Makers Huge Advantage: Cheaper transactions, Lower latencies, Higher Control No need for ICO, cryptocurrency or rely on exchanges & anonymous users No danger from Immutability of Smart Contract Issues Use PoS or PoA for Consensus and Validation (not PoW) Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, 14

15 Energy Blockchain Use Peer to Peer Energy Trading Wholesale Market Settlement Energy Data Management Energy Forecasting Energy M&V Net Energy Metering DER Service Coordination Grid Security Customer Data & Service Retail Billing EV Charging Energy Storage Microgrid Network operator REC & Carbon Trading Price Responsive Demand Response Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, 15

16 P2P Trading - Transactive Energy Transaction P C O 1. Price Signals (optional) Produces Electricity I P C U O ISO / RTO Producer Consumer Utility Operations Micro Grid IT Grid / Blockchain 8 B U 1 Electricity Grid Energy Market Note: P & C may be connected to a feeder line originating from the same substation or the two maybe on different feeder lines on two substations I 3. Places Order with pre-negotiated price with P or (b) Buys via Exchange, Consumes Electricity 4. Removes KWH from Producer into Grid 5. Balancing Function, Manage Load, Frequency, Power Factor 6. SmartContract, Billing and Settlement 7. Proof of Authority (Confirmation), Customer Service 8. Proof of Stake (Other) B Blockchain Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 16

17 Energy Blockchain Potential? Bi-Directional DERs Massive Transformation Prosumers Renewables EV Smartgrid Off Grid Storage Disintermediate Blockchain + = Accelerated Disruption Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 17

18 Other Blockchain terms? Digital Wallet: Like a Global Bank Account. E.g. Bitcoin Wallet. Hash Function: Is a SW algorithm to map data of any size to fixed size Popular Digital Currencies: Bitcoin BTC, Ethereum ETH, Ripple XRP, Bitcoin Cash BCH, Cardano ADA, Litecoin LTC Some popular Blockchains: Ethereum ($75B): In 2017, 3 our of 4 projects developed on Ethereum Ripple ($30B): Banking - Real time Settlement & Currency Exchange IOTA ($15B): Specializes in IoT. Consensus is Tangle Qtum ($5B): Combines Bitcoin and Ethereum with PoS Coinbase ($2B): Digital Currency Wallet and Exchange Hyperledger (Apache foundation) ICO: Initial Coin offering Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 18

19 What Next? Questions & Ideas : Contact Tony Giroti, tony@energy-blockchain.org Go to energy-blockchain.org/webinars to register or watch next webinars Come Join the Energy Blockchain Consortium and be part of this journey Don t do it alone or with unknown players Work with Peers and Partners and manage this Disruption smartly Get involved in real Blockchain projects and implementations The Energy Blockchain Consortium energy-blockchain.org Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, tony@energy-blockchain.org 19

20 Thank You Contact Information Tony Giroti Jun 1, 2018 CONTENT COPYRIGHT 2018, ENERGY BLOCKCHAIN CONSORTIUM, Tony Giroti, 20

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

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

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

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

Introduction to Blockchain Technology

Introduction to Blockchain Technology Introduction to Blockchain Technology Current Trends in Artificial Intelligence Volker Strobel PhD student @ IRIDIA 23 February 2017 Part I: Bitcoin: Idea, Basics, Technology Part II: Altcoins, Use cases,

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

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

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

A System-of-System Model

A System-of-System Model A System-of-System Model Claudio Lima, Ph.D. Blockchain Engineering Council BEC, Co-Founder IEEE DLT/Blockchain Standards, Vice-Chair, Chair NIST, September 17 th 2018 Disclaimer This presentation expresses

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

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

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

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

Understanding Blockchain & its implications for financial professionals

Understanding Blockchain & its implications for financial professionals Understanding Blockchain & its implications for financial professionals Professor George M. Giaglis Director, Institute for the Future, University of Nicosia http://unic.ac.cy/blockchain giaglis.g@unic.ac.cy

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

Digital Assets Industry Report August 2018

Digital Assets Industry Report August 2018 Digital Assets Industry Report August 2018 Introduction The Digital Asset Industry Report is a monthly report that summarises major developments in the cryptocurrency industry and provides a snapshot of

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

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

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

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

Version 1.0. The Blockchain An architectural view

Version 1.0. The Blockchain An architectural view Version 1.0 The Blockchain An architectural view Version 1.0 TOC 1. Introduction of Presenters 5. Equilibrium of the blockchain ecosystem 2. Origins of the blockchain 6. Types of blockchains 3. Basic Principles

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

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

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

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

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

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

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

For insurers Blockchain is the new black

For insurers Blockchain is the new black For insurers Blockchain is the new black Navigating the hype and understanding threats and opportunities September 20 Customer Centricity Dr. Magdalena Ramada (WTW Research and Innovation Center) 20 Willis

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

Proof of work and Proof of stake explanation

Proof of work and Proof of stake explanation Bitspace White paper is a living document. We are constantly upgrading our white paper to answer all your questions and provide all information you could possibly need in understanding Bitspace ecosystem

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

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

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

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 101. Featuring: MNP & The CSE Date: December 4, 2018

Blockchain 101. Featuring: MNP & The CSE Date: December 4, 2018 Blockchain 101 Featuring: MNP & The CSE Date: December 4, 2018 Presenters Maruf Raza, CPA, CA National Director of Public Companies maruf.raza@mnp.ca George Huang, CPA, CA Senior Manager, Public Companies

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

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

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

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

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

Understanding Cryptocurrency (updated May 2018) Ari Paul CIO, Managing Partner BlockTower Capital

Understanding Cryptocurrency (updated May 2018) Ari Paul CIO, Managing Partner BlockTower Capital Understanding Cryptocurrency (updated May 2018) Ari Paul CIO, Managing Partner BlockTower Capital 1 What is cryptocurrency? Cryptocurrency is at the intersection of game theory, cryptography, computer

More information

Federal Reserve Bank of Chicago

Federal Reserve Bank of Chicago Federal Reserve Bank of Chicago Blockchain and Financial Market Innovation Rebecca Lewis, John McPartland, and Rajeev Ranjan June 2017 PDP 2017-03 * Working papers are not edited, and all opinions and

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

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

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

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

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

IOV: a Blockchain Communication System

IOV: a Blockchain Communication System IOV: a Blockchain Communication System December 2017 - February 2018 Antoine Herzog a, Serge Karim Ganem b, Isabella Dell c, and Florin Dzeladini d a antoine@iov.one; b karim@iov.one; c isabella@iov.one;

More information

Practical Blockchain: Navigating Through The Hall of Mirrors. Sandy Carielli Director of Security Technologies Entrust Datacard

Practical Blockchain: Navigating Through The Hall of Mirrors. Sandy Carielli Director of Security Technologies Entrust Datacard Practical Blockchain: Navigating Through The Hall of Mirrors Sandy Carielli Director of Security Technologies Entrust Datacard Quick Survey QUICK SURVEY "Blockchain In Banking: Success Depends On Technology

More information

MARKET RESEARCH REPORT

MARKET RESEARCH REPORT Q1 MARKET RESEARCH REPORT 218 Report is prepared by Cryptology Labs: Konstantin Zherebtcov. Head of Cryptology Labs Daria Patanina. Analyst at Cryptology Labs cryptology.com Contents Total Market Capitalization

More information

CREDITS. A New Blockchain Generation

CREDITS. A New Blockchain Generation A New Blockchain Generation PROBLEMS OF BLOCKCHAIN Now we can distinguish the following technical problems of the platforms: 1. LOW NETWORK CAPACITY 2. TIME OF PAYMENTS AND SMART CONTRACT EXECUTION 3.

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

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

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

THE MOST INNOVATIVE AND LUCRATIVE WAY TO EARN BITCOIN.

THE MOST INNOVATIVE AND LUCRATIVE WAY TO EARN BITCOIN. THE MOST INNOVATIVE AND LUCRATIVE WAY TO EARN BITCOIN Abstract... Our Goal... The Marketplaces Issues... What is Kubic Coin?. What we do?... Why we use Ethereum?... Fast and Smooth Investment System...

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

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

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

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

21 st Geneva Report on the World Economy. Peterson Institute Presentation September 26, 2018

21 st Geneva Report on the World Economy. Peterson Institute Presentation September 26, 2018 21 st Geneva Report on the World Economy Peterson Institute Presentation September 26, 2018 1 Satoshi Nakamoto: Bitcoin P2P e-cash paper October 31, 2008 I've been working on a new electronic cash system

More information

Bitcoin (BTC) C$4,943 (US$3,745) November 26, 3:15 pm

Bitcoin (BTC) C$4,943 (US$3,745) November 26, 3:15 pm Bitcoin (BTC) C$4,943 (US$3,745) General Cryptocurrency News: According to Aon Risk Solutions, there is currently US$6 billion in available cryptocurrency insurance coverage for crypto-related crimes.

More information

Digital Assets Industry Report September 2018

Digital Assets Industry Report September 2018 Digital Assets Industry Report September 2018 Introduction The Digital Asset Industry Report is a monthly report that summarizes major developments in the cryptocurrency industry and provides a snapshot

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

THE. Thought leadership and insights from Frontier Advisors

THE. Thought leadership and insights from Frontier Advisors THE Thought leadership and insights from Frontier Advisors Issue 139 August 2018 Melinda joined Frontier as an Associate in 2014, before being promoted to Consultant, and provides investment research and

More information

Bitcoin and why it will change the world

Bitcoin and why it will change the world Bitcoin and why it will change the world Luv Khemani What is Bitcoin? Brief History of Bitcoin - Bitcoin Design paper released in 2008 by an annonymous programmer calling himself Satoshi Nakamoto - Bitcoin

More information

The Developing Role of Blockchain Report 2017 of World Energy Council (WEC) in collaboration with PricewaterhouseCoopers (PwC)

The Developing Role of Blockchain Report 2017 of World Energy Council (WEC) in collaboration with PricewaterhouseCoopers (PwC) Seoul July 5, 2018 The Developing Role of Blockchain Report 2017 of World Energy Council (WEC) in collaboration with PricewaterhouseCoopers (PwC) Dr. Axel von Perfall www.pwc.com/blockchain After hitting

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

Security threats on Blockchain and its countermeasures

Security threats on Blockchain and its countermeasures Security threats on Blockchain and its countermeasures Nidhee Rathod 1, Prof. Dilip Motwani 2 1Dept. of Computer Engineering, Vidyalankar Institute of Technology, Maharashtra, India 2Dept. of Computer

More information

Mining Market Overview

Mining Market Overview NANO MINING TOKEN NanoPool is an end-to-end cryptocurrency mining services provider. It is launching NANOMining Token (NANO), a utility token based on ERC-20 standard on Ethereum Blockchain. NANO will

More information

BITCOIN. sdffdfdfd. Fundamental Asset Overview

BITCOIN. sdffdfdfd. Fundamental Asset Overview BITCOIN sdffdfdfd Fundamental Asset Overview Fundamental Asset Overview Contents Asset Research Brief Overview. 2 Investible Asset. 2 Key Metrics. 3 Underlying Technology.. 3 Technical Details... 3 Project

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

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

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

BLOCKCHAINS MINING NUMBERS NOT GOLD

BLOCKCHAINS MINING NUMBERS NOT GOLD BLOCKCHAINS MINING NUMBERS NOT GOLD PRESENTED BY DESPITE A FAMILY IN FINANCE I VE MADE ONLY ONE INVESTMENT Living in Malaysia for 20 Years Building Web Applications for 15 Years Building Tech Communities

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

CME Bitcoin Futures The Basics

CME Bitcoin Futures The Basics CME Bitcoin Futures The Basics January 2018 Dave Lerman Senior Director, Education CME Group David.lerman@cmegroup.com Disclaimer Neither futures trading nor swaps trading are suitable for all investors,

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

Your Own Crypto Bank

Your Own Crypto Bank Your Own Crypto Bank 1 Welcome to CoinInvestBox CoinInvestBox is a decentralized Peer to Peer lending platform that applies Block chain Technology. Where you can deposits your crypto currency and Earn

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

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

Building a Blockchain Government. Presented By : Mike Myburgh, Principal Architect - Office of the CTO 27 April 2018

Building a Blockchain Government. Presented By : Mike Myburgh, Principal Architect - Office of the CTO  27 April 2018 Building a Blockchain Government Presented By : Mike Myburgh, Principal Architect - Office of the CTO www.linkedin.com/in/mmyburgh 27 April 2018 CONFIDENTIALITY The following information is confidential

More information

Lyves Trustworthy payments despite anonymity. Version 2.4.1

Lyves Trustworthy payments despite anonymity. Version 2.4.1 Lyves Trustworthy payments despite anonymity Version 2.4.1 1. INTRODUCTION 4 1.1. Blockchain 4 1.1.1. About Blockchain 4 1.1.2. Cryptocurrency 8 1.2. Lyves 10 1.2.1. Our Vision 10 1.2.2. Our Team 12 2.

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

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

Bitcoin (BTC) C$8, (US$6,308.36) October 29, 3:15 pm

Bitcoin (BTC) C$8, (US$6,308.36) October 29, 3:15 pm Bitcoin (BTC) C$8,283.19 (US$6,308.36) General Cryptocurrency News: Forbes announced the launch of Forbes CryptoMarkets last week, a crypto tracking portal which licenses to use the Forbes brand name.

More information

RGC brings a Revolutionary Lending Platform in Cryptocurrency Market WHITEPAPER

RGC brings a Revolutionary Lending Platform in Cryptocurrency Market WHITEPAPER RGC brings a Revolutionary Lending Platform in Cryptocurrency Market WHITEPAPER Contents Introduction...3 Vision...3 Solution...3 ICO...4 ICO Rounds...4 Investment Opportunity...5 Lending Opportunity...5

More information

Blockchain als Treiber des Internet der Dinge Ideen aus dem Bosch IoT Lab

Blockchain als Treiber des Internet der Dinge Ideen aus dem Bosch IoT Lab Blockchain als Treiber des Internet der Dinge Ideen aus dem Bosch IoT Lab VW AutoUni 26. Oktober 2017 Prof. Dr. Markus Weinberger Hochschule Aalen Studiengang Internet der Dinge Markus.Weinberger@hs-aalen.de

More information

Blockchain Impact on Architecture & Security. Emanuele Galdi Rome, September 28 th #CWIN17

Blockchain Impact on Architecture & Security. Emanuele Galdi Rome, September 28 th #CWIN17 Blockchain Impact on Architecture & Security Emanuele Galdi Rome, September 28 th #CWIN17 The Blockchain is a lot like sex in high school: everyone is talking about it, nobody really knows how to do it,

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

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

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

STAKING COIN STAKING LENDING MINING WHITE PAPER

STAKING COIN STAKING LENDING MINING WHITE PAPER STAKING COIN STAKING LENDING MINING WHITE PAPER TABLE OF CONTENT 1 INTRODUCTION 1.1 COIN OVERVIEW 1.2 ROAD MAP 2 COIN DETAILS 2.1 COIN SPECIFICATIONS 2.2 COIN FEATURES 2.3 PRE-SALE EXPENDITURE 2.4 ICO

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