SlideShare ist ein Scribd-Unternehmen logo
1 von 50
Downloaden Sie, um offline zu lesen
DEMYSTIFYING
BLOCKCHAINS
PRESENTED BY


.
SLIDE #
RUBEN TAN
2
Co-Founder & CTO of Neuroware
Technologist for life
Close to 15 years of software development
Co-founded Javascript Developers of
Malaysia Facebook Group
Frequent speaker on various technologists
Ruben Tan

ruben@neuroware.io
SLIDE # 3
… Malaysian company from 500 Startups
… to provide public blockchain APIs and toolkits
… Non-financial, blockchain-agnostic solutions
… Bank-backed Blockchain Hackathon in Singapore
1st
NEUROWARE - FIRST IN MANY THINGS
BLOCKCHAINS
Broad definitions
SLIDE # 5
Bitcoin Blockchain
DIFFERENTIATING BITCOIN AND BLOCKCHAINS
SLIDE # 6
Bitcoin Blockchain
DIFFERENTIATING BITCOIN AND BLOCKCHAINS
A peer-to-peer payment system
Open participation
Complete transparency
Identity/Audit obfuscation
A collection of technologies
Distributed by nature
Has a consensus algorithm
Enabling innovation
SLIDE # 7
GENERAL TRAITS OF BLOCKCHAINS
Blockchain stores data
Ledgers, DNS records, etc
Immutable once recorded
Everybody has a copy
Blockchain is a network
Fully distributed
Peer to peer connection
Has a consensus algorithm
Blockchain is infrastructure
Enables trust-less interaction
Enables high automation
Creates new business models
BITCOIN
The first blockchain
SLIDE # 9
Released in 2009 by Satoshi Nakamoto
Nobody knows who Satoshi Nakamoto is - this is a good thing!
USD 13 per coin in 2013, USD 1000+ per coin in 2017
Processing over 200k daily transactions… and growing
Market capitalisation at USD 17 trillion!
HISTORY OF BITCOIN
SLIDE # 10
Bitcoin stores a ledger
Each node stores a complete

copy of all transactions
Miner nodes work to secure

the ledger from attacks and

also mint new coins
Bitcoin is a network
Fully distributed, no central

authority controls it
Open participation where

anybody can join, or even

start mining coins
Bitcoin is p2p digital cash
Enables almost instant payments

to anybody anywhere in the world
Has escrow and multi-signature

features, thus making it possible to

automate settlements
BITCOIN TRAITS
SLIDE # 11
A bitcoin node stores a ledger of all transactions that has ever happened
The ledger is made out of blocks
Each block contains a series of transactions at a specific point of time
Each block contains condensed information about the previous block
This forms a chain of blocks which cannot be broken
DIVING DEEPER INTO BITCOIN
Block 1
T T T
T T T
T
Block 2
T T T
T T T
T T
Block 3
T T T
T T T
T T T
Block 4
T T T
T T T
SLIDE # 12
DIVING DEEPER INTO BITCOIN
Each node is connected to one another, maintaining a list of peers
Nodes stay consistent with each other through a consensus algorithm
called proof of work
New transactions can be created on any node, and once created is relayed
to other nodes
Transactions are packed into new blocks on the blockchain through a
process called mining
SLIDE # 13
PEER TO PEER GOSSIP
New transactions can be created on any node, and once created is relayed
to other nodes
Any node can create a transaction
New transactions are relayed to other nodes using a gossip protocol
New transactions reside in a pool
Miner nodes eventually will receive a copy of the transaction
T my node
miner
SLIDE # 14
DIVING DEEPER INTO BITCOIN
Miners are special nodes with the capability to add blocks to the chain
Miners ensure that everybody’s data is always consistent
Miners are also a source of new coins
Every time a new block is added to the chain, the miner that added it is
rewarded with newly created bitcoins
Miners must perform a proof-of-work to gain the right to add a block to
the chain
Miner Miner Miner Miner Miner Miner Miner
SLIDE # 15
Miner Miner Miner Miner Miner Miner Miner
Thousands of miners race to solve a math puzzle
MINING PROCESS
SLIDE # 16
Miner Miner Miner Miner Miner Miner Miner
First to solve gets the right to add a new block
MINING PROCESS
SLIDE # 17
Miner Miner Miner Miner Miner Miner Miner
Miner is rewarded with new coins and transaction fees
MINING PROCESS
Block 1
T T T
T T T
T
Block 2
T T T
T T T
T T
Block 3
T T T
T T T
T T T
Block 4
T T T
T T T
New Block
T T T
T T
New block with proof-of-work is broadcasted to all other nodes
SLIDE # 18
Auto-adjusting difficulty acts as traffic control
AUTO-ADJUSTING DIFFICULTY
SLIDE # 19
EARLY MINING RIGS
SLIDE # 20
MODERN MINING RIGS
SLIDE # 21
BITCOIN
Completely autonomous and fully open
participation with no central authority
Comes with high programmability to allow for
the creation of smart contracts easily
Neutral platform with strong consistency
guarantees to allow trustless transactions
BITCOIN VS CONVENTIONAL
CONVENTIONAL
Low autonomy using highly propriety
infrastructure and subject to strict regulations
Hard to automate and digitise due to existing
infrastructure and regulations
Requires users to trust institutions that may or
may not have their best interests in mind
THE IMPLICATIONS
Back to blockchains please?
SLIDE # 23
EVOLUTION OF TOPOLOGIES/BUSINESS MODELS
CloudCentralised Distributed
Single point of failure
Expensive to scale
Basically outsourced
infrastructure
Mitigates failure
Requires trust
More secure as more
nodes exist/join
Highly resilient to data
loss and attacks
Evolution
SLIDE # 24
EVOLUTION OF BUSINESS MODELS
CloudCentralised Distributed
Telephone Service
Walmart
Taxi Services
Whatsapp
Amazon
Uber
Firechat
Open Bazaar
Lazooz
Evolution
SLIDE # 25
PROBLEM WITH DISTRIBUTED TOPOLOGY
Distributed systems are subject to byzantine attacks
where malicious nodes can issue faulty updates
Any distributed system (even centralised ones) need to
have a consensus algorithm to ensure consistency
Consensus is always a tradeoff - there is no one
single perfect algorithm for all situations
Blockchains is distributed by nature:
Needs a way to ensure consistency between nodes
Must have a consensus algorithm that works
SLIDE # 26
BENEFITS OF BLOCKCHAINS
Save cost - move from expensive client-server
oriented structure (and cost of running/renting a
complete data centre) to utilising commodity hardware
Enable innovation - blockchains can be used to
create ecosystems with open participation, which in
turn will create new business models/opportunities
Strong fundamentals - most blockchains have
strong cryptography fundamentals, better base to
work on than to rely on custom implementations
Trustless neutrality - blockchains are neutral, and
can be used as a platform to conduct transactions
without the need of an intervening third-party
SLIDE # 27
SAVING COST THROUGH DECENTRALISING
Save cost - move from expensive client-server oriented structure (and cost
of running/renting a complete data centre) to utilising commodity hardware
Data centre rental/building cost
Hardware cost
Electricity cost
Maintenance personnel salary
Security hardware cost
Security personnel cost
SLIDE # 28
SAVING COST THROUGH DECENTRALISING
Save cost - move from expensive client-server oriented structure (and cost
of running/renting a complete data centre) to utilising commodity hardware
Data centre rental/building cost
Hardware cost
Electricity cost
Maintenance personnel salary
Security hardware cost
Security personnel cost
SLIDE # 29
ENABLING INNOVATION THROUGH ECOSYSTEMS
Enable innovation - blockchains can be used to create ecosystems with
open participation, which in turn will create new business models/
opportunities
Internal
Services
Firewall
Business
Contracts
Integration
System
Startup
Vendor
Public API
Research
Roadblocks are
everywhere!
SLIDE # 30
ENABLING INNOVATION THROUGH ECOSYSTEMS
Enable innovation - blockchains can be used to create ecosystems with
open participation, which in turn will create new business models/
opportunities
Internal
Services
Blockchain Startup
Vendor
ResearchBlockchain
Blockchain
Blockchain
Lower barrier of
entry and better
ecosystem
Open participation
drives innovation
SLIDE # 31
RELY ON BLOCKCHAIN’S STRONG FUNDAMENTALS
Strong fundamentals - most blockchains have strong cryptography
fundamentals, better base to work on than to rely on custom
implementations
SWIFT network lost 81
million USD to a cyber heist
in 2016
LinkedIn was breached,
more than 117 million
accounts compromised
SLIDE # 32
RELY ON BLOCKCHAIN’S STRONG FUNDAMENTALS
Strong fundamentals - most blockchains have strong cryptography
fundamentals, better base to work on than to rely on custom
implementations
Immutable Data Strong Cryptography Strong Consistency
Blockchains
SLIDE # 33
STREAMLINE PROCESSES THROUGH NEUTRALITY
Trustless neutrality - blockchains are neutral, and can be used as a
platform to conduct transactions without the need of an intervening third-
party
Corporate
A
Corporate
B
Database DatabaseWhose data can I trust?
SLIDE # 34
STREAMLINE PROCESSES THROUGH NEUTRALITY
Trustless neutrality - blockchains are neutral, and can be used as a
platform to conduct transactions without the need of an intervening third-
party
Corporate
A
Corporate
B
All nodes are equal and
consistent, no trust needed
Blockchains Blockchains
LANDSCAPE ANALYSIS
The monumental impact of blockchains
SLIDE # 36
Immutable, tamper-proof audit-trail
Data easily shared and verified, forced transaction through protocol
Vastly increased security, less vulnerable to attack or outage
Programmable contracts that can radically reduce human errors and costs
“While Fintech Disrupts Banks,
the Blockchains Disrupt Fintech"
PwC, March 2016 Global FinTech Report
ENABLING AND DISRUPTIVE TECHNOLOGY
SLIDE # 37
As of January 2016, more than 60 banks and leading financial institutions have made
statements confirming that they are actively working on blockchain projects.
TAKING THE FINANCE WORLD BY STORM
SLIDE # 38
multiple blockchains for cross-
boarder payments and loyalty
Exploring KYC and AML
via the blockchains
Patented a blockchain
based wire transfer system
Blockchain based
loyalty platform
Blockchain based
remittance platform
Blockchain based
trade finance platform
Custom blockchain

for settlements
BIG NAMES IN THE INDUSTRY
SLIDE #
BITCOIN TRADING VOLUME
39
SLIDE #
FINANCIAL GIANTS ENTERING THE FRAY
40
SLIDE #
CONSORTIUMS ARE FORMING WORLDWIDE
41
SLIDE #
BLOCKCHAIN EMBASSY ASIA
42
SLIDE #
BLOCKCHAIN ECOSYSTEM
43
SLIDE #
HONG KONG 2016 BUDGET PLAN
44
‘Government will encourage the industry and relevant
organisations to explore the application of “Blockchain”
technology in the financial services industry, with a view to
developing its potential to reduce suspicious transactions and
bring down transaction costs.’
63rd paragraph, 2016 Hong Kong Budget Plan
SLIDE #
SINGAPORE
45
There are other technologies, like blockchains, which is used
for bitcoin, but can also be used for many other applications
like real-time gross settlement, or trade finance verification. So
our banks and our regulators must keep up to date and up to
scratch with these developments
UOB 80th anniversary dinner, Prime Minister Lee
SLIDE #
ZUG, SWITZERLAND
46
The city of Zug, Switzerland, has announced it will pilot a
bitcoin payments project that will allow local citizens to pay for
public services using digital currency.
SLIDE #
DELAWARE, UNITED STATES
47
‘Amendments to Sections 219, 224 and 232 and related
provisions are intended to provide specific statutory authority
for Delaware corporations to use networks of electronic
databases (examples of which are described currently as
'distributed ledgers' or a 'blockchain') for the creation and
maintenance of corporate records, including the corporation’s
stock ledger’
Delaware moving towards accepting corporate
records on the blockchain
SLIDE #
SENEGAL AND TUNISIA
48
Placed national currency on the blockchain, or converted
national currency into digital form on the blockchain
BLOCKCHAINS - Q&A?
A gateway into distributed technologies
THANK YOU
LEARN MORE ABOUT
http://neuroware.io

Weitere ähnliche Inhalte

Was ist angesagt?

Structured approach to blockchain and consensus techniques
Structured approach to blockchain and consensus techniquesStructured approach to blockchain and consensus techniques
Structured approach to blockchain and consensus techniquesVasiliy Suvorov
 
Introduction to Blockchain and Decentralized Apps
Introduction to Blockchain and Decentralized AppsIntroduction to Blockchain and Decentralized Apps
Introduction to Blockchain and Decentralized AppsCisco DevNet
 
Blockchain and Smart Contracts
Blockchain and Smart ContractsBlockchain and Smart Contracts
Blockchain and Smart ContractsNelson Rosario
 
Security in the blockchain
Security in the blockchainSecurity in the blockchain
Security in the blockchainBellaj Badr
 
Blockchain; how it works, and why you should care
Blockchain; how it works, and why you should careBlockchain; how it works, and why you should care
Blockchain; how it works, and why you should careVincent Olislagers
 
Blockchain - preparing for the next steps
Blockchain - preparing for the next stepsBlockchain - preparing for the next steps
Blockchain - preparing for the next stepsSebastien Meunier
 
BLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAIN
BLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAINBLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAIN
BLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAINETCenter
 
How does a blockchain work?
How does a blockchain work?How does a blockchain work?
How does a blockchain work?Deloitte UK
 
Smart contractjp smartcontract_about
Smart contractjp smartcontract_aboutSmart contractjp smartcontract_about
Smart contractjp smartcontract_aboutTomoaki Sato
 
Web3 Security: The Blockchain is Your SIEM
Web3 Security: The Blockchain is Your SIEMWeb3 Security: The Blockchain is Your SIEM
Web3 Security: The Blockchain is Your SIEMTal Be'ery
 
State Of Smart Contract Platforms from Smart Contract JP
State Of Smart Contract Platforms from Smart Contract JP State Of Smart Contract Platforms from Smart Contract JP
State Of Smart Contract Platforms from Smart Contract JP Tomoaki Sato
 
Security and privacy with blockchain
Security and privacy with blockchainSecurity and privacy with blockchain
Security and privacy with blockchainCeline George
 
How Bitcoin 2.0 Will Shape the Future of Business
How Bitcoin 2.0 Will Shape the Future of BusinessHow Bitcoin 2.0 Will Shape the Future of Business
How Bitcoin 2.0 Will Shape the Future of Businessclark800
 
Bitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainBitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainJitendra Chittoda
 
Cisco ICON Speaker Series: Blockchain - Technology that is revolutionizing th...
Cisco ICON Speaker Series: Blockchain - Technology that is revolutionizing th...Cisco ICON Speaker Series: Blockchain - Technology that is revolutionizing th...
Cisco ICON Speaker Series: Blockchain - Technology that is revolutionizing th...Vishnu Pendyala
 
Blockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureBlockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureMelanie Swan
 
Crypto currency secrets
Crypto currency secretsCrypto currency secrets
Crypto currency secretsSahir
 
201803 Daniel Dewar NYC Bar - Blockchain & Fintech Applications
201803 Daniel Dewar NYC Bar - Blockchain & Fintech Applications201803 Daniel Dewar NYC Bar - Blockchain & Fintech Applications
201803 Daniel Dewar NYC Bar - Blockchain & Fintech ApplicationsPaperchain
 

Was ist angesagt? (20)

Structured approach to blockchain and consensus techniques
Structured approach to blockchain and consensus techniquesStructured approach to blockchain and consensus techniques
Structured approach to blockchain and consensus techniques
 
Introduction to Blockchain and Decentralized Apps
Introduction to Blockchain and Decentralized AppsIntroduction to Blockchain and Decentralized Apps
Introduction to Blockchain and Decentralized Apps
 
Blockchain and Smart Contracts
Blockchain and Smart ContractsBlockchain and Smart Contracts
Blockchain and Smart Contracts
 
Security in the blockchain
Security in the blockchainSecurity in the blockchain
Security in the blockchain
 
Blockchain; how it works, and why you should care
Blockchain; how it works, and why you should careBlockchain; how it works, and why you should care
Blockchain; how it works, and why you should care
 
Blockchain - preparing for the next steps
Blockchain - preparing for the next stepsBlockchain - preparing for the next steps
Blockchain - preparing for the next steps
 
BLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAIN
BLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAINBLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAIN
BLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAIN
 
How does a blockchain work?
How does a blockchain work?How does a blockchain work?
How does a blockchain work?
 
Smart contractjp smartcontract_about
Smart contractjp smartcontract_aboutSmart contractjp smartcontract_about
Smart contractjp smartcontract_about
 
Web3 Security: The Blockchain is Your SIEM
Web3 Security: The Blockchain is Your SIEMWeb3 Security: The Blockchain is Your SIEM
Web3 Security: The Blockchain is Your SIEM
 
State Of Smart Contract Platforms from Smart Contract JP
State Of Smart Contract Platforms from Smart Contract JP State Of Smart Contract Platforms from Smart Contract JP
State Of Smart Contract Platforms from Smart Contract JP
 
1. ibm blockchain explained
1. ibm blockchain explained1. ibm blockchain explained
1. ibm blockchain explained
 
Security and privacy with blockchain
Security and privacy with blockchainSecurity and privacy with blockchain
Security and privacy with blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
How Bitcoin 2.0 Will Shape the Future of Business
How Bitcoin 2.0 Will Shape the Future of BusinessHow Bitcoin 2.0 Will Shape the Future of Business
How Bitcoin 2.0 Will Shape the Future of Business
 
Bitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainBitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & Blockchain
 
Cisco ICON Speaker Series: Blockchain - Technology that is revolutionizing th...
Cisco ICON Speaker Series: Blockchain - Technology that is revolutionizing th...Cisco ICON Speaker Series: Blockchain - Technology that is revolutionizing th...
Cisco ICON Speaker Series: Blockchain - Technology that is revolutionizing th...
 
Blockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureBlockchain: The Information Technology of the Future
Blockchain: The Information Technology of the Future
 
Crypto currency secrets
Crypto currency secretsCrypto currency secrets
Crypto currency secrets
 
201803 Daniel Dewar NYC Bar - Blockchain & Fintech Applications
201803 Daniel Dewar NYC Bar - Blockchain & Fintech Applications201803 Daniel Dewar NYC Bar - Blockchain & Fintech Applications
201803 Daniel Dewar NYC Bar - Blockchain & Fintech Applications
 

Andere mochten auch

Leveraging zeromq for node.js
Leveraging zeromq for node.jsLeveraging zeromq for node.js
Leveraging zeromq for node.jsRuben Tan
 
Consensus in distributed computing
Consensus in distributed computingConsensus in distributed computing
Consensus in distributed computingRuben Tan
 
Bitcoin Challenges - The Dawn of Trustless Computing
Bitcoin Challenges - The Dawn of Trustless ComputingBitcoin Challenges - The Dawn of Trustless Computing
Bitcoin Challenges - The Dawn of Trustless ComputingMichele Mostarda
 
Some Thoughts On Bitcoin
Some Thoughts On BitcoinSome Thoughts On Bitcoin
Some Thoughts On BitcoinDan Kaminsky
 
What is Bitcoin? How Bitcoin works in under 5 minutes.
What is Bitcoin? How Bitcoin works in under 5 minutes.What is Bitcoin? How Bitcoin works in under 5 minutes.
What is Bitcoin? How Bitcoin works in under 5 minutes.Ryan Shea
 
Block chain 101 what it is, why it matters
Block chain 101  what it is, why it mattersBlock chain 101  what it is, why it matters
Block chain 101 what it is, why it mattersPaul Brody
 
CBGTBT - Part 4 - Mining
CBGTBT - Part 4 - MiningCBGTBT - Part 4 - Mining
CBGTBT - Part 4 - MiningBlockstrap.com
 
Introduction to bitcoin
Introduction to bitcoinIntroduction to bitcoin
Introduction to bitcoinWolf McNally
 
Bitcoin: The Internet of Money
Bitcoin: The Internet of MoneyBitcoin: The Internet of Money
Bitcoin: The Internet of Moneywinklevosscap
 
Cracking the Facebook Coding Interview
Cracking the Facebook Coding InterviewCracking the Facebook Coding Interview
Cracking the Facebook Coding InterviewGayle McDowell
 

Andere mochten auch (10)

Leveraging zeromq for node.js
Leveraging zeromq for node.jsLeveraging zeromq for node.js
Leveraging zeromq for node.js
 
Consensus in distributed computing
Consensus in distributed computingConsensus in distributed computing
Consensus in distributed computing
 
Bitcoin Challenges - The Dawn of Trustless Computing
Bitcoin Challenges - The Dawn of Trustless ComputingBitcoin Challenges - The Dawn of Trustless Computing
Bitcoin Challenges - The Dawn of Trustless Computing
 
Some Thoughts On Bitcoin
Some Thoughts On BitcoinSome Thoughts On Bitcoin
Some Thoughts On Bitcoin
 
What is Bitcoin? How Bitcoin works in under 5 minutes.
What is Bitcoin? How Bitcoin works in under 5 minutes.What is Bitcoin? How Bitcoin works in under 5 minutes.
What is Bitcoin? How Bitcoin works in under 5 minutes.
 
Block chain 101 what it is, why it matters
Block chain 101  what it is, why it mattersBlock chain 101  what it is, why it matters
Block chain 101 what it is, why it matters
 
CBGTBT - Part 4 - Mining
CBGTBT - Part 4 - MiningCBGTBT - Part 4 - Mining
CBGTBT - Part 4 - Mining
 
Introduction to bitcoin
Introduction to bitcoinIntroduction to bitcoin
Introduction to bitcoin
 
Bitcoin: The Internet of Money
Bitcoin: The Internet of MoneyBitcoin: The Internet of Money
Bitcoin: The Internet of Money
 
Cracking the Facebook Coding Interview
Cracking the Facebook Coding InterviewCracking the Facebook Coding Interview
Cracking the Facebook Coding Interview
 

Ähnlich wie Demystifying blockchains

Paradigm shift: from the bitcoin Blockchain to Networked Computing
Paradigm shift: from the bitcoin Blockchain to Networked ComputingParadigm shift: from the bitcoin Blockchain to Networked Computing
Paradigm shift: from the bitcoin Blockchain to Networked Computingkumar641
 
IRJET- Blockchain Technology
IRJET- Blockchain TechnologyIRJET- Blockchain Technology
IRJET- Blockchain TechnologyIRJET Journal
 
Neuroware.io at FINNOVASIA KL - 2016
Neuroware.io at FINNOVASIA KL - 2016Neuroware.io at FINNOVASIA KL - 2016
Neuroware.io at FINNOVASIA KL - 2016Mark Smalley
 
BLOCKCHAIN TECHNOLOGY.ppt
BLOCKCHAIN TECHNOLOGY.pptBLOCKCHAIN TECHNOLOGY.ppt
BLOCKCHAIN TECHNOLOGY.pptjishnub8
 
Accelerate Blockchain slideshare
Accelerate Blockchain slideshareAccelerate Blockchain slideshare
Accelerate Blockchain slideshareCertus Solutions
 
Abhishek jaiswal blockchain
Abhishek jaiswal blockchainAbhishek jaiswal blockchain
Abhishek jaiswal blockchainAbhishek Jaiswal
 
Blockchain based Banking System
Blockchain based Banking SystemBlockchain based Banking System
Blockchain based Banking SystemGaurav Singh
 
IRJET- Secure Online Voting Systems using Block of Chunks
IRJET-  	  Secure Online Voting Systems using Block of ChunksIRJET-  	  Secure Online Voting Systems using Block of Chunks
IRJET- Secure Online Voting Systems using Block of ChunksIRJET Journal
 
Blockchain English
Blockchain EnglishBlockchain English
Blockchain EnglishMing Sun
 
InitVerse Blockchain - Explore Blockchain Investing.pdf
InitVerse Blockchain - Explore Blockchain Investing.pdfInitVerse Blockchain - Explore Blockchain Investing.pdf
InitVerse Blockchain - Explore Blockchain Investing.pdfInitVerse Blockchain
 
Blockchain for Accounting & Assurance
Blockchain for Accounting & AssuranceBlockchain for Accounting & Assurance
Blockchain for Accounting & AssuranceEryk Budi Pratama
 
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance Kellton Tech Solutions Ltd
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain TechnologyNimmy Solomon
 

Ähnlich wie Demystifying blockchains (20)

Paradigm shift: from the bitcoin Blockchain to Networked Computing
Paradigm shift: from the bitcoin Blockchain to Networked ComputingParadigm shift: from the bitcoin Blockchain to Networked Computing
Paradigm shift: from the bitcoin Blockchain to Networked Computing
 
IRJET- Blockchain Technology
IRJET- Blockchain TechnologyIRJET- Blockchain Technology
IRJET- Blockchain Technology
 
Neuroware.io at FINNOVASIA KL - 2016
Neuroware.io at FINNOVASIA KL - 2016Neuroware.io at FINNOVASIA KL - 2016
Neuroware.io at FINNOVASIA KL - 2016
 
blockchain.pdf
blockchain.pdfblockchain.pdf
blockchain.pdf
 
Blockchain ppt
Blockchain pptBlockchain ppt
Blockchain ppt
 
BLOCKCHAIN TECHNOLOGY.ppt
BLOCKCHAIN TECHNOLOGY.pptBLOCKCHAIN TECHNOLOGY.ppt
BLOCKCHAIN TECHNOLOGY.ppt
 
Blockchain
BlockchainBlockchain
Blockchain
 
The Education Blockchain
The Education BlockchainThe Education Blockchain
The Education Blockchain
 
Accelerate Blockchain slideshare
Accelerate Blockchain slideshareAccelerate Blockchain slideshare
Accelerate Blockchain slideshare
 
blockchain governance : opportunities and challenges
 blockchain governance : opportunities and challenges blockchain governance : opportunities and challenges
blockchain governance : opportunities and challenges
 
Abhishek jaiswal blockchain
Abhishek jaiswal blockchainAbhishek jaiswal blockchain
Abhishek jaiswal blockchain
 
Blockchain based Banking System
Blockchain based Banking SystemBlockchain based Banking System
Blockchain based Banking System
 
IRJET- Secure Online Voting Systems using Block of Chunks
IRJET-  	  Secure Online Voting Systems using Block of ChunksIRJET-  	  Secure Online Voting Systems using Block of Chunks
IRJET- Secure Online Voting Systems using Block of Chunks
 
Blockchain English
Blockchain EnglishBlockchain English
Blockchain English
 
InitVerse Blockchain - Explore Blockchain Investing.pdf
InitVerse Blockchain - Explore Blockchain Investing.pdfInitVerse Blockchain - Explore Blockchain Investing.pdf
InitVerse Blockchain - Explore Blockchain Investing.pdf
 
Blockchain for Accounting & Assurance
Blockchain for Accounting & AssuranceBlockchain for Accounting & Assurance
Blockchain for Accounting & Assurance
 
blockchain
blockchainblockchain
blockchain
 
Blockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptxBlockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptx
 
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 

Mehr von Ruben Tan

Basic distributed systems principles
Basic distributed systems principlesBasic distributed systems principles
Basic distributed systems principlesRuben Tan
 
Defensive programming in Javascript and Node.js
Defensive programming in Javascript and Node.jsDefensive programming in Javascript and Node.js
Defensive programming in Javascript and Node.jsRuben Tan
 
Client-side storage
Client-side storageClient-side storage
Client-side storageRuben Tan
 
Distributed app development with nodejs and zeromq
Distributed app development with nodejs and zeromqDistributed app development with nodejs and zeromq
Distributed app development with nodejs and zeromqRuben Tan
 
How we git - commit policy and code review
How we git - commit policy and code reviewHow we git - commit policy and code review
How we git - commit policy and code reviewRuben Tan
 
NodeHack #2 - MVP
NodeHack #2 - MVPNodeHack #2 - MVP
NodeHack #2 - MVPRuben Tan
 
40 square's git workflow
40 square's git workflow40 square's git workflow
40 square's git workflowRuben Tan
 
Unit testing for 40 square software
Unit testing for 40 square softwareUnit testing for 40 square software
Unit testing for 40 square softwareRuben Tan
 

Mehr von Ruben Tan (8)

Basic distributed systems principles
Basic distributed systems principlesBasic distributed systems principles
Basic distributed systems principles
 
Defensive programming in Javascript and Node.js
Defensive programming in Javascript and Node.jsDefensive programming in Javascript and Node.js
Defensive programming in Javascript and Node.js
 
Client-side storage
Client-side storageClient-side storage
Client-side storage
 
Distributed app development with nodejs and zeromq
Distributed app development with nodejs and zeromqDistributed app development with nodejs and zeromq
Distributed app development with nodejs and zeromq
 
How we git - commit policy and code review
How we git - commit policy and code reviewHow we git - commit policy and code review
How we git - commit policy and code review
 
NodeHack #2 - MVP
NodeHack #2 - MVPNodeHack #2 - MVP
NodeHack #2 - MVP
 
40 square's git workflow
40 square's git workflow40 square's git workflow
40 square's git workflow
 
Unit testing for 40 square software
Unit testing for 40 square softwareUnit testing for 40 square software
Unit testing for 40 square software
 

Kürzlich hochgeladen

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 

Kürzlich hochgeladen (20)

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

Demystifying blockchains

  • 2. SLIDE # RUBEN TAN 2 Co-Founder & CTO of Neuroware Technologist for life Close to 15 years of software development Co-founded Javascript Developers of Malaysia Facebook Group Frequent speaker on various technologists Ruben Tan
 ruben@neuroware.io
  • 3. SLIDE # 3 … Malaysian company from 500 Startups … to provide public blockchain APIs and toolkits … Non-financial, blockchain-agnostic solutions … Bank-backed Blockchain Hackathon in Singapore 1st NEUROWARE - FIRST IN MANY THINGS
  • 5. SLIDE # 5 Bitcoin Blockchain DIFFERENTIATING BITCOIN AND BLOCKCHAINS
  • 6. SLIDE # 6 Bitcoin Blockchain DIFFERENTIATING BITCOIN AND BLOCKCHAINS A peer-to-peer payment system Open participation Complete transparency Identity/Audit obfuscation A collection of technologies Distributed by nature Has a consensus algorithm Enabling innovation
  • 7. SLIDE # 7 GENERAL TRAITS OF BLOCKCHAINS Blockchain stores data Ledgers, DNS records, etc Immutable once recorded Everybody has a copy Blockchain is a network Fully distributed Peer to peer connection Has a consensus algorithm Blockchain is infrastructure Enables trust-less interaction Enables high automation Creates new business models
  • 9. SLIDE # 9 Released in 2009 by Satoshi Nakamoto Nobody knows who Satoshi Nakamoto is - this is a good thing! USD 13 per coin in 2013, USD 1000+ per coin in 2017 Processing over 200k daily transactions… and growing Market capitalisation at USD 17 trillion! HISTORY OF BITCOIN
  • 10. SLIDE # 10 Bitcoin stores a ledger Each node stores a complete
 copy of all transactions Miner nodes work to secure
 the ledger from attacks and
 also mint new coins Bitcoin is a network Fully distributed, no central
 authority controls it Open participation where
 anybody can join, or even
 start mining coins Bitcoin is p2p digital cash Enables almost instant payments
 to anybody anywhere in the world Has escrow and multi-signature
 features, thus making it possible to
 automate settlements BITCOIN TRAITS
  • 11. SLIDE # 11 A bitcoin node stores a ledger of all transactions that has ever happened The ledger is made out of blocks Each block contains a series of transactions at a specific point of time Each block contains condensed information about the previous block This forms a chain of blocks which cannot be broken DIVING DEEPER INTO BITCOIN Block 1 T T T T T T T Block 2 T T T T T T T T Block 3 T T T T T T T T T Block 4 T T T T T T
  • 12. SLIDE # 12 DIVING DEEPER INTO BITCOIN Each node is connected to one another, maintaining a list of peers Nodes stay consistent with each other through a consensus algorithm called proof of work New transactions can be created on any node, and once created is relayed to other nodes Transactions are packed into new blocks on the blockchain through a process called mining
  • 13. SLIDE # 13 PEER TO PEER GOSSIP New transactions can be created on any node, and once created is relayed to other nodes Any node can create a transaction New transactions are relayed to other nodes using a gossip protocol New transactions reside in a pool Miner nodes eventually will receive a copy of the transaction T my node miner
  • 14. SLIDE # 14 DIVING DEEPER INTO BITCOIN Miners are special nodes with the capability to add blocks to the chain Miners ensure that everybody’s data is always consistent Miners are also a source of new coins Every time a new block is added to the chain, the miner that added it is rewarded with newly created bitcoins Miners must perform a proof-of-work to gain the right to add a block to the chain Miner Miner Miner Miner Miner Miner Miner
  • 15. SLIDE # 15 Miner Miner Miner Miner Miner Miner Miner Thousands of miners race to solve a math puzzle MINING PROCESS
  • 16. SLIDE # 16 Miner Miner Miner Miner Miner Miner Miner First to solve gets the right to add a new block MINING PROCESS
  • 17. SLIDE # 17 Miner Miner Miner Miner Miner Miner Miner Miner is rewarded with new coins and transaction fees MINING PROCESS Block 1 T T T T T T T Block 2 T T T T T T T T Block 3 T T T T T T T T T Block 4 T T T T T T New Block T T T T T New block with proof-of-work is broadcasted to all other nodes
  • 18. SLIDE # 18 Auto-adjusting difficulty acts as traffic control AUTO-ADJUSTING DIFFICULTY
  • 19. SLIDE # 19 EARLY MINING RIGS
  • 20. SLIDE # 20 MODERN MINING RIGS
  • 21. SLIDE # 21 BITCOIN Completely autonomous and fully open participation with no central authority Comes with high programmability to allow for the creation of smart contracts easily Neutral platform with strong consistency guarantees to allow trustless transactions BITCOIN VS CONVENTIONAL CONVENTIONAL Low autonomy using highly propriety infrastructure and subject to strict regulations Hard to automate and digitise due to existing infrastructure and regulations Requires users to trust institutions that may or may not have their best interests in mind
  • 22. THE IMPLICATIONS Back to blockchains please?
  • 23. SLIDE # 23 EVOLUTION OF TOPOLOGIES/BUSINESS MODELS CloudCentralised Distributed Single point of failure Expensive to scale Basically outsourced infrastructure Mitigates failure Requires trust More secure as more nodes exist/join Highly resilient to data loss and attacks Evolution
  • 24. SLIDE # 24 EVOLUTION OF BUSINESS MODELS CloudCentralised Distributed Telephone Service Walmart Taxi Services Whatsapp Amazon Uber Firechat Open Bazaar Lazooz Evolution
  • 25. SLIDE # 25 PROBLEM WITH DISTRIBUTED TOPOLOGY Distributed systems are subject to byzantine attacks where malicious nodes can issue faulty updates Any distributed system (even centralised ones) need to have a consensus algorithm to ensure consistency Consensus is always a tradeoff - there is no one single perfect algorithm for all situations Blockchains is distributed by nature: Needs a way to ensure consistency between nodes Must have a consensus algorithm that works
  • 26. SLIDE # 26 BENEFITS OF BLOCKCHAINS Save cost - move from expensive client-server oriented structure (and cost of running/renting a complete data centre) to utilising commodity hardware Enable innovation - blockchains can be used to create ecosystems with open participation, which in turn will create new business models/opportunities Strong fundamentals - most blockchains have strong cryptography fundamentals, better base to work on than to rely on custom implementations Trustless neutrality - blockchains are neutral, and can be used as a platform to conduct transactions without the need of an intervening third-party
  • 27. SLIDE # 27 SAVING COST THROUGH DECENTRALISING Save cost - move from expensive client-server oriented structure (and cost of running/renting a complete data centre) to utilising commodity hardware Data centre rental/building cost Hardware cost Electricity cost Maintenance personnel salary Security hardware cost Security personnel cost
  • 28. SLIDE # 28 SAVING COST THROUGH DECENTRALISING Save cost - move from expensive client-server oriented structure (and cost of running/renting a complete data centre) to utilising commodity hardware Data centre rental/building cost Hardware cost Electricity cost Maintenance personnel salary Security hardware cost Security personnel cost
  • 29. SLIDE # 29 ENABLING INNOVATION THROUGH ECOSYSTEMS Enable innovation - blockchains can be used to create ecosystems with open participation, which in turn will create new business models/ opportunities Internal Services Firewall Business Contracts Integration System Startup Vendor Public API Research Roadblocks are everywhere!
  • 30. SLIDE # 30 ENABLING INNOVATION THROUGH ECOSYSTEMS Enable innovation - blockchains can be used to create ecosystems with open participation, which in turn will create new business models/ opportunities Internal Services Blockchain Startup Vendor ResearchBlockchain Blockchain Blockchain Lower barrier of entry and better ecosystem Open participation drives innovation
  • 31. SLIDE # 31 RELY ON BLOCKCHAIN’S STRONG FUNDAMENTALS Strong fundamentals - most blockchains have strong cryptography fundamentals, better base to work on than to rely on custom implementations SWIFT network lost 81 million USD to a cyber heist in 2016 LinkedIn was breached, more than 117 million accounts compromised
  • 32. SLIDE # 32 RELY ON BLOCKCHAIN’S STRONG FUNDAMENTALS Strong fundamentals - most blockchains have strong cryptography fundamentals, better base to work on than to rely on custom implementations Immutable Data Strong Cryptography Strong Consistency Blockchains
  • 33. SLIDE # 33 STREAMLINE PROCESSES THROUGH NEUTRALITY Trustless neutrality - blockchains are neutral, and can be used as a platform to conduct transactions without the need of an intervening third- party Corporate A Corporate B Database DatabaseWhose data can I trust?
  • 34. SLIDE # 34 STREAMLINE PROCESSES THROUGH NEUTRALITY Trustless neutrality - blockchains are neutral, and can be used as a platform to conduct transactions without the need of an intervening third- party Corporate A Corporate B All nodes are equal and consistent, no trust needed Blockchains Blockchains
  • 35. LANDSCAPE ANALYSIS The monumental impact of blockchains
  • 36. SLIDE # 36 Immutable, tamper-proof audit-trail Data easily shared and verified, forced transaction through protocol Vastly increased security, less vulnerable to attack or outage Programmable contracts that can radically reduce human errors and costs “While Fintech Disrupts Banks, the Blockchains Disrupt Fintech" PwC, March 2016 Global FinTech Report ENABLING AND DISRUPTIVE TECHNOLOGY
  • 37. SLIDE # 37 As of January 2016, more than 60 banks and leading financial institutions have made statements confirming that they are actively working on blockchain projects. TAKING THE FINANCE WORLD BY STORM
  • 38. SLIDE # 38 multiple blockchains for cross- boarder payments and loyalty Exploring KYC and AML via the blockchains Patented a blockchain based wire transfer system Blockchain based loyalty platform Blockchain based remittance platform Blockchain based trade finance platform Custom blockchain
 for settlements BIG NAMES IN THE INDUSTRY
  • 40. SLIDE # FINANCIAL GIANTS ENTERING THE FRAY 40
  • 41. SLIDE # CONSORTIUMS ARE FORMING WORLDWIDE 41
  • 44. SLIDE # HONG KONG 2016 BUDGET PLAN 44 ‘Government will encourage the industry and relevant organisations to explore the application of “Blockchain” technology in the financial services industry, with a view to developing its potential to reduce suspicious transactions and bring down transaction costs.’ 63rd paragraph, 2016 Hong Kong Budget Plan
  • 45. SLIDE # SINGAPORE 45 There are other technologies, like blockchains, which is used for bitcoin, but can also be used for many other applications like real-time gross settlement, or trade finance verification. So our banks and our regulators must keep up to date and up to scratch with these developments UOB 80th anniversary dinner, Prime Minister Lee
  • 46. SLIDE # ZUG, SWITZERLAND 46 The city of Zug, Switzerland, has announced it will pilot a bitcoin payments project that will allow local citizens to pay for public services using digital currency.
  • 47. SLIDE # DELAWARE, UNITED STATES 47 ‘Amendments to Sections 219, 224 and 232 and related provisions are intended to provide specific statutory authority for Delaware corporations to use networks of electronic databases (examples of which are described currently as 'distributed ledgers' or a 'blockchain') for the creation and maintenance of corporate records, including the corporation’s stock ledger’ Delaware moving towards accepting corporate records on the blockchain
  • 48. SLIDE # SENEGAL AND TUNISIA 48 Placed national currency on the blockchain, or converted national currency into digital form on the blockchain
  • 49. BLOCKCHAINS - Q&A? A gateway into distributed technologies
  • 50. THANK YOU LEARN MORE ABOUT http://neuroware.io