SlideShare a Scribd company logo
BlockChain
for the banker
Bohdan Szymanik, March 2016
It’s a fair assessment…
http://www.businessinsider.com/what-is-blockchain-barclays-2016-3
Many of the concepts are not simple;
the subject matter expertise to make
choices is extremely rare; the impact
to conventional business and banking
in particular is very poorly understand
apart from …. ‘it’ll be big!’
The BlockChain 101
Distributed (peer to peer) ledger that is made fully transparent and inherently accurate thanks to the magic of
cryptography.
# 1234 # 3456
Blocks of transactions . Linked together . Cryptographically signed (tamper proof)
The whole point is to have all transactions ordered such that no double-spending can occur.
Peers have strong
identity
(private/public key
pairs)
All peers have access to all transaction blocks and all
transactions contained therein.
The task of chaining blocks together is made purposely
hard but easily verifiable by using the concept of Proof of
Work.
Why?
To stop fraudulent creation of transactions and blocks.
Why do proof of work? You get to earn a bit of digital
cash for your efforts.
Just to be clear, when we say transaction here, consider that a settlement transaction.
What we have is a distributed, transparent ledger with settlement. This means the end of
the traditional backoffice settlement function.
http://www.afr.com/technology/data-wars-the-banks-awaken-20160319-gnmfac
https://www.gov.uk/government/publications/distributed-ledger-technology-blackett-review
https://www.linkedin.com/in/leannekemp ,
http://everledger.io - diamond tracking with
distributed ledger and smart contracts
Corporate actions resulting from company announcements currently
handled manually. Ripe for smart contract application based on
information flowing from payers to payees via blockchain.
The bankers view
http://www.pwc.co.nz/financial-services-industry-sector/publications/blurred-lines-how-fintech-is-shaping-financial-services-global-fintech-report-2016/
“…544 CEOs, heads of innovation, CIOs and top mgmt. across 46 countries including NZ…”
Really!
Looks like they have a bit to learn.
So basically they
know nothing
PwC advise that “This lack of understanding may lead market participants to underestimate the potential
impact of blockchain on their activities.”
Proof of Work, Proof of Stake, Consensus by bet and Prediction Markets
https://blog.ethereum.org/2015/12/28/understanding-serenity-part-2-casper/
The whole point of Proof of Work has been to achieve consensus over transaction ordering.
Proof of Work is something computationally hard to do but easy to verify.
Common method being brute force discovery of a hash (SHA256 etc).
Are there other ways to get ordering easier, faster?
Proof of Stake says give greater accountability to those with the most to lose. It’s like modelling the
blockchain mining process as a probability game. But…
Here’s an interesting observation:
Proof of Work is just a specialised case of making a bet on a block. You can achieve consensus by betting.
In general,
A BlockChain is a prediction market on itself.
(Straight copy from Ethereum blog follows)
https://blog.ethereum.org/2015/12/28/understanding-serenity-part-2-casper/
Mining a block means spending electricity on proof of work.
Every second this might cost E,
with chance of succeeding in that second being p,
for which you get reward R in all forks containing your block and
zero rewards in other chains.
Odds look like this: E : p*R-E.
Eg:
p = 1 in 1 million chances per second of succeeding
E = $0.007
R = 25BTC ~ $10,000 USD
 0.000001 * 10000 – 0.007 = 0.003
Cf electricity cost of 0.007
=> 7:3 odds ie 70% probability of the chain your working on will
win.
Which is why we can represent Proof of Work with Proof of Stake.
Not only are blockchains prediction markets in and of
themselves, but you can use them to run prediction
markets.
https://azure.microsoft.com/en-us/blog/azure-blockchain-update-6
Battle of the BlockChains
Digital currency with a
distributed ledger. The
original distributed ledger.
Token: BitCoin
Market value: $6.5b
6,000 nodes
BitCoin holders: 13m
Transactions/day: 250,000
Max TPS: 7
Years in existence: 7¼
Distributed ledger with a
VM specification for the
operation of smart
contracts. Focussed on
building distributed
apps.
Token: Ether (which
converts to ‘gas’ to drive
apps)
Market value: $1bn
5,100 nodes
Ether holders:?
Transactions/day: 25,000
Max TPS:?
Years in existence: 2¼
Distributed ledger that works with
international currency gateways.
Linux Foundation open community distributed
ledger made up of contributions from IBM
(Open Blockchain), Ripple (Ripple ledger and
Ripple NuDB), Digital Asset Holdings
(blockchain server), and Blockstream
(“elements”). Aims to support smart client
apps a la Ethereum.
The (BitCoin) scalability challenge
# 1234 # 3456
# 1234 # 3456
# 1234 # 3456
# 1234 # 3456
If every peer has every transaction block from the very beginning, then is
this thing gonna scale?
Nope.
BitCoin Blocks are 1MB with 4000 txns
@ (current) 7 tps => 151 Blocks to transfer to nodes/day
@ global 70,000 tps => 1.5 million Blocks/day or 1.5TB/day data
This is too hard.
Transactions wouldn’t be instant.
Costs would force very high transaction fees.
You couldn’t do micropayments.
Seriously, does everyone in the world need to know I bought a coffee?
To scale, something’s gotta give.
BlockChain history thus far: >60GB
The BitCoin Lightening Network
Process some of the transactions off chain inside Payment Channels and provide a net settlement mechanism.
Payment channels enable commerce between two parties for a period of time with just the net position managed
on the BlockChain. It’s an example of a Smart Contract.
The involved parties open a payment channel – the information is stored on the BlockChain.
The involved parties operate the payment channel for a period of time.
The involved parties settle the net amount and close the channel on the BlockChain.
What Lightening Network does is follow the pattern of legacy financial systems. Managing the period of time to
clear net positions is just… clearing. We do it with inter-bank settlement each day. Clearing provides a managed
window for dispute resolution – credit card schemes like VISA have a particularly long dispute periods like 180 days.
In addition, proposals to groom/prune the
How do you govern a peer to peer network?
Developers Miners Users
BitCoin Foundation want 75% of miners to agree
BitCoin Classic – hey, what’s that cf BitCoin Core? You’re confused? I’m very confused!
BitCoin Core team want ‘near-universal agreement’
What’s required to implement a change to BitCoin?
China’s BitCoin community want 90% of the network hash-rate to agree
Who is Satoshi Nakamoto?”
Who controls Ethereum?
IMHO it all seems pretty unsatisfying at the
moment!
Smart contracts
What if, in the definition of a transaction, you could embed some rules?
Effectively some programs that define what you do with the transaction?
This is a smart contract.
Example,
errant car driver + Internet of
Things device + Smart Contracts
=> rapidly worsening insurance.
Digital rights and event management can
be simplified through smart contracts.
Micropayment for every action.
Pay just for what you use.
Meter ticks over when you take a ride or
watch some content.
What’s the smart contract end game?
What’s commerce really?
Isn’t it just about the execution of contracts?
AI + Smart Contracts + IoT
http://recode.net/2016/03/15/amazon-echo-the-invisible-platform/
http://www.theverge.com/2016/3/15/11213518/alphago-deepmind-go-match-5-result
Ethereum takes Smart Contracts into a generalised computing platform = Web3
Ethereum Virtual Machine
Turing complete ie general purpose computing
Contract defining languages: Solidity, serpent or LLL
Examples:
Create an Open auction
Create a Blind auction
Create your own digital currency (a la BitCoin)
Nightmare scenario: we replace CTO's and CEO's with machines and we get the same behaviours
capitalism with transnational companies but without any accountability. Decentralized autonomous
corporations pay no taxes, respect no environmental laws and instantly migrate to places where labour
laws are lax and humans are cheaper. They fund pirates and hire autonomous mercenary drones to
protect their fleets of drug trafficking autonomous submarines. Since robots aren't afraid of death, can't
be jailed and don't spend money on prostitutes and caviar, DACs soon outcompete all mafia bosses and
drug cartels lords.
https://www.reddit.com/r/ethereum/comments/2dxruc/can_someone_come_up_with_some_examples_on_how/
Example:
voting contract
Web3 refers to ‘the
decentralised web’.
On Ethereum there
are no web servers.
Everything is
decentralised.
Frontends have
HTML/Javascript
encoded UIs and the
backend is on the
blockchain.
Lending in a Web3 world
What’s the point of the blockchain again?
It’s a distributed database of connected information that is intrinsically accurate.
OK, what’s a loan contract? It’s a financial contract that varies over time between two or parties. The variation is
the result of rules related to:
Origination and
Repayment.
So we can use the blockchain to hold information from the time of prospect enquiry through to fulfilment to the
completion of repayment.
We could extend the blockchain out to associated parties like the lawyers and store documentation and of course…
get related party signatures.
Or, we can just remove the lawyers and the bankers…
If the blockchain and smart contract were broad enough to include information to wills/land registers/companies
office etc – then what point the bank?
Event risk modelling and estimation could simply be considered part of the smart contract.
Any other examples of potential use? Plenty…
Authenticating academic certificates - https://www.holbertonschool.com/faq
Voting processes such Denmark’s Liberal Alliance internal election process and West Virginia
University’s student body (interesting transcript).
Online music
What about the regulators?
http://www.theguardian.com/technology/2016/mar/14/facebook-google-whatsapp-plan-increase-encryption-fbi-apple
Regulators and cryptography aren’t a
match made in heaven.
The anonymity of BitCoin really does
make it a platform for crime.
https://www.cryptocoinsnews.com/report-two-venezuelans-arrested-mining-bitcoin/
So just what are the impacts on banking again?
1. We know BlockChains give us a mechanism to have accurate, transparent representations of ledgers. This will
remove cost in expensive payment processing eg international/wholesale and possibly equity trades.
2. We know there are scalability challenges but with Proof of Stake and off chain processing like the BitCoin
Lightening Network we can lift TPS up to retail volume.
3. We know that Ethereum is showing us a new approach to distributed applications – Web3 – which could enable
distributed, smart contracts.
4. We know that the smart contracts can be very smart – eg they could include risk model development and
execution.
5. Gosh, it really could be very big!

More Related Content

What's hot

Introduction to Blockchain and Recordkeeping
Introduction to Blockchain and RecordkeepingIntroduction to Blockchain and Recordkeeping
Introduction to Blockchain and Recordkeeping
Peter Van Garderen
 
Cryptocurrencies: The Mechanics Economic and Finance
Cryptocurrencies: The Mechanics Economic and FinanceCryptocurrencies: The Mechanics Economic and Finance
Cryptocurrencies: The Mechanics Economic and Finance
Ernie Teo
 
Unchain Blockchain by Eva Rez
Unchain Blockchain by Eva RezUnchain Blockchain by Eva Rez
Unchain Blockchain by Eva Rez
rezeva
 
Decentralised Transactions and Accounts with Blockchain
Decentralised Transactions and Accounts with BlockchainDecentralised Transactions and Accounts with Blockchain
Decentralised Transactions and Accounts with Blockchain
aharth
 
Bitcoin Protocols 1.0 and 2.0 Explained in the Series: Blockchain: The Inform...
Bitcoin Protocols 1.0 and 2.0 Explained in the Series: Blockchain: The Inform...Bitcoin Protocols 1.0 and 2.0 Explained in the Series: Blockchain: The Inform...
Bitcoin Protocols 1.0 and 2.0 Explained in the Series: Blockchain: The Inform...
Melanie Swan
 
Bitcoin: Not just a currency but an IoT facilitator
Bitcoin: Not just a currency but an IoT facilitatorBitcoin: Not just a currency but an IoT facilitator
Bitcoin: Not just a currency but an IoT facilitator
Robin Teigland
 
Blockchain rewires financial markets / IBM
Blockchain  rewires financial markets / IBMBlockchain  rewires financial markets / IBM
Blockchain rewires financial markets / IBM
Diego Alberto Tamayo
 
Blockchain technology and applications from a financial perspective
Blockchain technology and applications from a financial perspectiveBlockchain technology and applications from a financial perspective
Blockchain technology and applications from a financial perspective
Vittorio Zinetti
 
Blockchain powering the internet of value
Blockchain powering the internet of value  Blockchain powering the internet of value
Blockchain powering the internet of value
Diego Alberto Tamayo
 
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
Vincent Olislagers
 
A Strategist's Guide to Blockchain
A Strategist's Guide to BlockchainA Strategist's Guide to Blockchain
A Strategist's Guide to Blockchain
Strategy&, a member of the PwC network
 
Blockchain Finance
Blockchain FinanceBlockchain Finance
Blockchain Finance
rmsams
 
Bitcoin presentation
Bitcoin presentationBitcoin presentation
Bitcoin presentation
Francis Pouliot
 
Bitcoin Sharing session @ Stanford CEO
Bitcoin Sharing session @ Stanford CEOBitcoin Sharing session @ Stanford CEO
Bitcoin Sharing session @ Stanford CEO
Tom Ding
 
Blockchain Technology - Application and Benefits [17 May 2016]
Blockchain Technology - Application and Benefits [17 May 2016]Blockchain Technology - Application and Benefits [17 May 2016]
Blockchain Technology - Application and Benefits [17 May 2016]Mick Motion-Wise
 
CBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primerCBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primer
Blockstrap.com
 
Blockchain As An Enabler_16 July 2016_David Lee_Final
Blockchain As An Enabler_16 July 2016_David Lee_FinalBlockchain As An Enabler_16 July 2016_David Lee_Final
Blockchain As An Enabler_16 July 2016_David Lee_FinalDavid Lee Kuo Chuen 李国权
 
Blockchain technology and its’ usecases in computer networks
Blockchain technology and its’ usecases in computer networksBlockchain technology and its’ usecases in computer networks
Blockchain technology and its’ usecases in computer networks
Sabidur Rahman
 
The blockchain disruption
The blockchain disruptionThe blockchain disruption
The blockchain disruption
Beerajaah Sswain
 
Blockchain in 2016 - Advanced Distributed Ledger Technologies
Blockchain in 2016 - Advanced Distributed Ledger TechnologiesBlockchain in 2016 - Advanced Distributed Ledger Technologies
Blockchain in 2016 - Advanced Distributed Ledger Technologies
Howard Smith
 

What's hot (20)

Introduction to Blockchain and Recordkeeping
Introduction to Blockchain and RecordkeepingIntroduction to Blockchain and Recordkeeping
Introduction to Blockchain and Recordkeeping
 
Cryptocurrencies: The Mechanics Economic and Finance
Cryptocurrencies: The Mechanics Economic and FinanceCryptocurrencies: The Mechanics Economic and Finance
Cryptocurrencies: The Mechanics Economic and Finance
 
Unchain Blockchain by Eva Rez
Unchain Blockchain by Eva RezUnchain Blockchain by Eva Rez
Unchain Blockchain by Eva Rez
 
Decentralised Transactions and Accounts with Blockchain
Decentralised Transactions and Accounts with BlockchainDecentralised Transactions and Accounts with Blockchain
Decentralised Transactions and Accounts with Blockchain
 
Bitcoin Protocols 1.0 and 2.0 Explained in the Series: Blockchain: The Inform...
Bitcoin Protocols 1.0 and 2.0 Explained in the Series: Blockchain: The Inform...Bitcoin Protocols 1.0 and 2.0 Explained in the Series: Blockchain: The Inform...
Bitcoin Protocols 1.0 and 2.0 Explained in the Series: Blockchain: The Inform...
 
Bitcoin: Not just a currency but an IoT facilitator
Bitcoin: Not just a currency but an IoT facilitatorBitcoin: Not just a currency but an IoT facilitator
Bitcoin: Not just a currency but an IoT facilitator
 
Blockchain rewires financial markets / IBM
Blockchain  rewires financial markets / IBMBlockchain  rewires financial markets / IBM
Blockchain rewires financial markets / IBM
 
Blockchain technology and applications from a financial perspective
Blockchain technology and applications from a financial perspectiveBlockchain technology and applications from a financial perspective
Blockchain technology and applications from a financial perspective
 
Blockchain powering the internet of value
Blockchain powering the internet of value  Blockchain powering the internet of value
Blockchain powering the internet of value
 
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
 
A Strategist's Guide to Blockchain
A Strategist's Guide to BlockchainA Strategist's Guide to Blockchain
A Strategist's Guide to Blockchain
 
Blockchain Finance
Blockchain FinanceBlockchain Finance
Blockchain Finance
 
Bitcoin presentation
Bitcoin presentationBitcoin presentation
Bitcoin presentation
 
Bitcoin Sharing session @ Stanford CEO
Bitcoin Sharing session @ Stanford CEOBitcoin Sharing session @ Stanford CEO
Bitcoin Sharing session @ Stanford CEO
 
Blockchain Technology - Application and Benefits [17 May 2016]
Blockchain Technology - Application and Benefits [17 May 2016]Blockchain Technology - Application and Benefits [17 May 2016]
Blockchain Technology - Application and Benefits [17 May 2016]
 
CBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primerCBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primer
 
Blockchain As An Enabler_16 July 2016_David Lee_Final
Blockchain As An Enabler_16 July 2016_David Lee_FinalBlockchain As An Enabler_16 July 2016_David Lee_Final
Blockchain As An Enabler_16 July 2016_David Lee_Final
 
Blockchain technology and its’ usecases in computer networks
Blockchain technology and its’ usecases in computer networksBlockchain technology and its’ usecases in computer networks
Blockchain technology and its’ usecases in computer networks
 
The blockchain disruption
The blockchain disruptionThe blockchain disruption
The blockchain disruption
 
Blockchain in 2016 - Advanced Distributed Ledger Technologies
Blockchain in 2016 - Advanced Distributed Ledger TechnologiesBlockchain in 2016 - Advanced Distributed Ledger Technologies
Blockchain in 2016 - Advanced Distributed Ledger Technologies
 

Viewers also liked

Bitcoin Market Summary - Spark Capital - Produced by Oxana Kunets
Bitcoin Market Summary - Spark Capital - Produced by Oxana KunetsBitcoin Market Summary - Spark Capital - Produced by Oxana Kunets
Bitcoin Market Summary - Spark Capital - Produced by Oxana Kunets
Andrew Parker
 
Build your own block chain
Build your own block chainBuild your own block chain
Build your own block chain
Bohdan Szymanik
 
Distributed ledger technology: beyond block chain
Distributed ledger technology: beyond block chainDistributed ledger technology: beyond block chain
Distributed ledger technology: beyond block chain
bis_foresight
 
Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...
Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...
Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...
Melanie Swan
 
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
Paul Brody
 
How does a blockchain work?
How does a blockchain work?How does a blockchain work?
How does a blockchain work?
Deloitte UK
 
ви наш найкращ - випуск 3
ви наш  найкращ  - випуск 3ви наш  найкращ  - випуск 3
ви наш найкращ - випуск 3NathalieLi
 
Block chain chronicles
Block chain chroniclesBlock chain chronicles
Block chain chronicles
Noah Chen
 

Viewers also liked (8)

Bitcoin Market Summary - Spark Capital - Produced by Oxana Kunets
Bitcoin Market Summary - Spark Capital - Produced by Oxana KunetsBitcoin Market Summary - Spark Capital - Produced by Oxana Kunets
Bitcoin Market Summary - Spark Capital - Produced by Oxana Kunets
 
Build your own block chain
Build your own block chainBuild your own block chain
Build your own block chain
 
Distributed ledger technology: beyond block chain
Distributed ledger technology: beyond block chainDistributed ledger technology: beyond block chain
Distributed ledger technology: beyond block chain
 
Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...
Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...
Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...
 
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
 
How does a blockchain work?
How does a blockchain work?How does a blockchain work?
How does a blockchain work?
 
ви наш найкращ - випуск 3
ви наш  найкращ  - випуск 3ви наш  найкращ  - випуск 3
ви наш найкращ - випуск 3
 
Block chain chronicles
Block chain chroniclesBlock chain chronicles
Block chain chronicles
 

Similar to BlockChain for the Banker

AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
AWIP Pink Innov Blockchain Workshop deck - May 23, 2019AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
Samantha Reynolds
 
A beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdfA beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdf
Akash Agrawal
 
Unchain Blockchain by Eva Rez
Unchain Blockchain by Eva RezUnchain Blockchain by Eva Rez
Unchain Blockchain by Eva Rez
rezeva
 
Blockchain analysis: 2016-11-23 MeetUp FinTech Marketpay.io - LemonPay.me
Blockchain analysis: 2016-11-23 MeetUp FinTech Marketpay.io - LemonPay.meBlockchain analysis: 2016-11-23 MeetUp FinTech Marketpay.io - LemonPay.me
Blockchain analysis: 2016-11-23 MeetUp FinTech Marketpay.io - LemonPay.me
Juan Ignacio Pérez Sacristán
 
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018
Chuck Bair
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компаний
Positive Hack Days
 
Abhishek jaiswal blockchain
Abhishek jaiswal blockchainAbhishek jaiswal blockchain
Abhishek jaiswal blockchain
Abhishek Jaiswal
 
Blockchain
BlockchainBlockchain
Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0
samossummit
 
blockchain
blockchainblockchain
blockchain
MdMahfuzurRahman83
 
Blockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptxBlockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptx
The NorthCap University
 
P5 to blockchain or not to blockchain
P5 to blockchain or not to blockchainP5 to blockchain or not to blockchain
P5 to blockchain or not to blockchain
devid8
 
Ethereum Mining How To
Ethereum Mining How ToEthereum Mining How To
Ethereum Mining How To
Nugroho Gito
 
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
Ogilvy Consulting
 
Blockchain an introduction_n_li
Blockchain an introduction_n_liBlockchain an introduction_n_li
Blockchain an introduction_n_li
nikinew1
 
An Introduction to Blockchains
An Introduction to BlockchainsAn Introduction to Blockchains
An Introduction to Blockchains
Dr. Nikolaus Lipusch
 
Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018
Frederick Ng
 
Becoming a blockchain professional
Becoming a blockchain professionalBecoming a blockchain professional
Becoming a blockchain professional
Portia Burton
 
Blockchain. A Guide For Beginners
Blockchain. A Guide For BeginnersBlockchain. A Guide For Beginners
Blockchain. A Guide For Beginners
ElifTech
 
The Potential of Blockchain Technology
The Potential of Blockchain TechnologyThe Potential of Blockchain Technology
The Potential of Blockchain Technology
Pioneers.io
 

Similar to BlockChain for the Banker (20)

AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
AWIP Pink Innov Blockchain Workshop deck - May 23, 2019AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
 
A beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdfA beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdf
 
Unchain Blockchain by Eva Rez
Unchain Blockchain by Eva RezUnchain Blockchain by Eva Rez
Unchain Blockchain by Eva Rez
 
Blockchain analysis: 2016-11-23 MeetUp FinTech Marketpay.io - LemonPay.me
Blockchain analysis: 2016-11-23 MeetUp FinTech Marketpay.io - LemonPay.meBlockchain analysis: 2016-11-23 MeetUp FinTech Marketpay.io - LemonPay.me
Blockchain analysis: 2016-11-23 MeetUp FinTech Marketpay.io - LemonPay.me
 
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компаний
 
Abhishek jaiswal blockchain
Abhishek jaiswal blockchainAbhishek jaiswal blockchain
Abhishek jaiswal blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0
 
blockchain
blockchainblockchain
blockchain
 
Blockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptxBlockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptx
 
P5 to blockchain or not to blockchain
P5 to blockchain or not to blockchainP5 to blockchain or not to blockchain
P5 to blockchain or not to blockchain
 
Ethereum Mining How To
Ethereum Mining How ToEthereum Mining How To
Ethereum Mining How To
 
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
 
Blockchain an introduction_n_li
Blockchain an introduction_n_liBlockchain an introduction_n_li
Blockchain an introduction_n_li
 
An Introduction to Blockchains
An Introduction to BlockchainsAn Introduction to Blockchains
An Introduction to Blockchains
 
Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018
 
Becoming a blockchain professional
Becoming a blockchain professionalBecoming a blockchain professional
Becoming a blockchain professional
 
Blockchain. A Guide For Beginners
Blockchain. A Guide For BeginnersBlockchain. A Guide For Beginners
Blockchain. A Guide For Beginners
 
The Potential of Blockchain Technology
The Potential of Blockchain TechnologyThe Potential of Blockchain Technology
The Potential of Blockchain Technology
 

Recently uploaded

Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
Alex Pruden
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
Pixlogix Infotech
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Zilliz
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 

Recently uploaded (20)

Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 

BlockChain for the Banker

  • 1. BlockChain for the banker Bohdan Szymanik, March 2016
  • 2. It’s a fair assessment… http://www.businessinsider.com/what-is-blockchain-barclays-2016-3 Many of the concepts are not simple; the subject matter expertise to make choices is extremely rare; the impact to conventional business and banking in particular is very poorly understand apart from …. ‘it’ll be big!’
  • 3. The BlockChain 101 Distributed (peer to peer) ledger that is made fully transparent and inherently accurate thanks to the magic of cryptography. # 1234 # 3456 Blocks of transactions . Linked together . Cryptographically signed (tamper proof) The whole point is to have all transactions ordered such that no double-spending can occur. Peers have strong identity (private/public key pairs) All peers have access to all transaction blocks and all transactions contained therein. The task of chaining blocks together is made purposely hard but easily verifiable by using the concept of Proof of Work. Why? To stop fraudulent creation of transactions and blocks. Why do proof of work? You get to earn a bit of digital cash for your efforts.
  • 4. Just to be clear, when we say transaction here, consider that a settlement transaction. What we have is a distributed, transparent ledger with settlement. This means the end of the traditional backoffice settlement function. http://www.afr.com/technology/data-wars-the-banks-awaken-20160319-gnmfac
  • 5. https://www.gov.uk/government/publications/distributed-ledger-technology-blackett-review https://www.linkedin.com/in/leannekemp , http://everledger.io - diamond tracking with distributed ledger and smart contracts Corporate actions resulting from company announcements currently handled manually. Ripe for smart contract application based on information flowing from payers to payees via blockchain.
  • 6. The bankers view http://www.pwc.co.nz/financial-services-industry-sector/publications/blurred-lines-how-fintech-is-shaping-financial-services-global-fintech-report-2016/ “…544 CEOs, heads of innovation, CIOs and top mgmt. across 46 countries including NZ…” Really! Looks like they have a bit to learn.
  • 7. So basically they know nothing PwC advise that “This lack of understanding may lead market participants to underestimate the potential impact of blockchain on their activities.”
  • 8. Proof of Work, Proof of Stake, Consensus by bet and Prediction Markets https://blog.ethereum.org/2015/12/28/understanding-serenity-part-2-casper/ The whole point of Proof of Work has been to achieve consensus over transaction ordering. Proof of Work is something computationally hard to do but easy to verify. Common method being brute force discovery of a hash (SHA256 etc). Are there other ways to get ordering easier, faster? Proof of Stake says give greater accountability to those with the most to lose. It’s like modelling the blockchain mining process as a probability game. But… Here’s an interesting observation: Proof of Work is just a specialised case of making a bet on a block. You can achieve consensus by betting. In general, A BlockChain is a prediction market on itself.
  • 9. (Straight copy from Ethereum blog follows) https://blog.ethereum.org/2015/12/28/understanding-serenity-part-2-casper/ Mining a block means spending electricity on proof of work. Every second this might cost E, with chance of succeeding in that second being p, for which you get reward R in all forks containing your block and zero rewards in other chains. Odds look like this: E : p*R-E. Eg: p = 1 in 1 million chances per second of succeeding E = $0.007 R = 25BTC ~ $10,000 USD  0.000001 * 10000 – 0.007 = 0.003 Cf electricity cost of 0.007 => 7:3 odds ie 70% probability of the chain your working on will win. Which is why we can represent Proof of Work with Proof of Stake.
  • 10. Not only are blockchains prediction markets in and of themselves, but you can use them to run prediction markets. https://azure.microsoft.com/en-us/blog/azure-blockchain-update-6
  • 11. Battle of the BlockChains Digital currency with a distributed ledger. The original distributed ledger. Token: BitCoin Market value: $6.5b 6,000 nodes BitCoin holders: 13m Transactions/day: 250,000 Max TPS: 7 Years in existence: 7¼ Distributed ledger with a VM specification for the operation of smart contracts. Focussed on building distributed apps. Token: Ether (which converts to ‘gas’ to drive apps) Market value: $1bn 5,100 nodes Ether holders:? Transactions/day: 25,000 Max TPS:? Years in existence: 2¼ Distributed ledger that works with international currency gateways. Linux Foundation open community distributed ledger made up of contributions from IBM (Open Blockchain), Ripple (Ripple ledger and Ripple NuDB), Digital Asset Holdings (blockchain server), and Blockstream (“elements”). Aims to support smart client apps a la Ethereum.
  • 12. The (BitCoin) scalability challenge # 1234 # 3456 # 1234 # 3456 # 1234 # 3456 # 1234 # 3456 If every peer has every transaction block from the very beginning, then is this thing gonna scale? Nope. BitCoin Blocks are 1MB with 4000 txns @ (current) 7 tps => 151 Blocks to transfer to nodes/day @ global 70,000 tps => 1.5 million Blocks/day or 1.5TB/day data This is too hard. Transactions wouldn’t be instant. Costs would force very high transaction fees. You couldn’t do micropayments. Seriously, does everyone in the world need to know I bought a coffee? To scale, something’s gotta give. BlockChain history thus far: >60GB
  • 13. The BitCoin Lightening Network Process some of the transactions off chain inside Payment Channels and provide a net settlement mechanism. Payment channels enable commerce between two parties for a period of time with just the net position managed on the BlockChain. It’s an example of a Smart Contract. The involved parties open a payment channel – the information is stored on the BlockChain. The involved parties operate the payment channel for a period of time. The involved parties settle the net amount and close the channel on the BlockChain. What Lightening Network does is follow the pattern of legacy financial systems. Managing the period of time to clear net positions is just… clearing. We do it with inter-bank settlement each day. Clearing provides a managed window for dispute resolution – credit card schemes like VISA have a particularly long dispute periods like 180 days. In addition, proposals to groom/prune the
  • 14. How do you govern a peer to peer network? Developers Miners Users BitCoin Foundation want 75% of miners to agree BitCoin Classic – hey, what’s that cf BitCoin Core? You’re confused? I’m very confused! BitCoin Core team want ‘near-universal agreement’ What’s required to implement a change to BitCoin? China’s BitCoin community want 90% of the network hash-rate to agree Who is Satoshi Nakamoto?” Who controls Ethereum? IMHO it all seems pretty unsatisfying at the moment!
  • 15. Smart contracts What if, in the definition of a transaction, you could embed some rules? Effectively some programs that define what you do with the transaction? This is a smart contract. Example, errant car driver + Internet of Things device + Smart Contracts => rapidly worsening insurance.
  • 16. Digital rights and event management can be simplified through smart contracts. Micropayment for every action. Pay just for what you use. Meter ticks over when you take a ride or watch some content.
  • 17. What’s the smart contract end game? What’s commerce really? Isn’t it just about the execution of contracts? AI + Smart Contracts + IoT http://recode.net/2016/03/15/amazon-echo-the-invisible-platform/ http://www.theverge.com/2016/3/15/11213518/alphago-deepmind-go-match-5-result
  • 18. Ethereum takes Smart Contracts into a generalised computing platform = Web3 Ethereum Virtual Machine Turing complete ie general purpose computing Contract defining languages: Solidity, serpent or LLL Examples: Create an Open auction Create a Blind auction Create your own digital currency (a la BitCoin) Nightmare scenario: we replace CTO's and CEO's with machines and we get the same behaviours capitalism with transnational companies but without any accountability. Decentralized autonomous corporations pay no taxes, respect no environmental laws and instantly migrate to places where labour laws are lax and humans are cheaper. They fund pirates and hire autonomous mercenary drones to protect their fleets of drug trafficking autonomous submarines. Since robots aren't afraid of death, can't be jailed and don't spend money on prostitutes and caviar, DACs soon outcompete all mafia bosses and drug cartels lords. https://www.reddit.com/r/ethereum/comments/2dxruc/can_someone_come_up_with_some_examples_on_how/
  • 19. Example: voting contract Web3 refers to ‘the decentralised web’. On Ethereum there are no web servers. Everything is decentralised. Frontends have HTML/Javascript encoded UIs and the backend is on the blockchain.
  • 20. Lending in a Web3 world What’s the point of the blockchain again? It’s a distributed database of connected information that is intrinsically accurate. OK, what’s a loan contract? It’s a financial contract that varies over time between two or parties. The variation is the result of rules related to: Origination and Repayment. So we can use the blockchain to hold information from the time of prospect enquiry through to fulfilment to the completion of repayment. We could extend the blockchain out to associated parties like the lawyers and store documentation and of course… get related party signatures. Or, we can just remove the lawyers and the bankers… If the blockchain and smart contract were broad enough to include information to wills/land registers/companies office etc – then what point the bank? Event risk modelling and estimation could simply be considered part of the smart contract.
  • 21. Any other examples of potential use? Plenty… Authenticating academic certificates - https://www.holbertonschool.com/faq Voting processes such Denmark’s Liberal Alliance internal election process and West Virginia University’s student body (interesting transcript). Online music
  • 22. What about the regulators? http://www.theguardian.com/technology/2016/mar/14/facebook-google-whatsapp-plan-increase-encryption-fbi-apple Regulators and cryptography aren’t a match made in heaven. The anonymity of BitCoin really does make it a platform for crime.
  • 24. So just what are the impacts on banking again? 1. We know BlockChains give us a mechanism to have accurate, transparent representations of ledgers. This will remove cost in expensive payment processing eg international/wholesale and possibly equity trades. 2. We know there are scalability challenges but with Proof of Stake and off chain processing like the BitCoin Lightening Network we can lift TPS up to retail volume. 3. We know that Ethereum is showing us a new approach to distributed applications – Web3 – which could enable distributed, smart contracts. 4. We know that the smart contracts can be very smart – eg they could include risk model development and execution. 5. Gosh, it really could be very big!