SlideShare a Scribd company logo
1 of 29
Sidechains: weaving a network of
blockchains with Bitcoin
Hive event
February 17, 2016
Adam Back, PhD
Bitcoin vs Fiat
Bitcoin: virtual commodity
- creation via gold-like virtual mining
- supply limited mathematically
- electronic but with real-time assay
- cash-like bearer/fast final settlement
- same speed & low cost globally
- digital scarcity
- download wallet software & use
Fiat: USD, EUR etc
- prudence of central bank
- QE, inflation
- hyperinflation, capital controls
- often slow settlement wires, cards
- slow & expensive internationally
- political scarcity / moral hazard
- account & identity based
November 2015
2
The Blockchain is a Ledger
Source: bitcoin.org
November 2015
3
Traditional Ledgers
Closed
Systems
Hacked &
Accessed
High Transaction Fees Laborious Verifications
Slow Centralized
November 2015
4
Bitcoin advantages
Bitcoin
- trustless: machine verifiable integrity
- automated real-time audit
- open network
- secure open protocol
- used over open internet
- permissionless, like internet
- fast pace of innovation
- low fees
Banks
- trust: reputation & integrity of issuer
- annual manual audit
- private network
- insecure protocol based on trust
- used over leased lines / VPN
- need permission from competition
- high barrier to entry
- high fees
November 2015
5
Blockchain Ledgers
Open Sourced
Cryptographically Secure
Network Verified Beyond Borders
Fast Decentralized
November 2015
6
blockchain to sidechain
Blockchain
- Bitcoin uses distributed ledger called a blockchain
- applications for wider finance: shares, bonds, derivatives, structured products
- currently slow reconciliation based settlement T+2 etc
- current blockchain is bitcoin only
- can extend blockchain to support wider applications: “sidechain”
- bitcoin connected chain with mechanism to move assets between chains
- think of sidechain as internetworking protocol for blockchain tracked assets
- defines interoperability and network transportability of electronic assets
November 2015
7
Blockchain Challenges
Limited scalability & cautious development
7 transaction/second limit
Bitcoin only
Fragmentation resulting from
off-blockchain transactions & alt-coins
November 2015
8
Solution: Extend Bitcoin Innovation
via Sidechains
about sidechains
Sidechains
- can extend blockchain to support wider applications: “sidechain”
- bitcoin connected chain with mechanism to move assets between chains
- think of sidechain as internetworking protocol for blockchain tracked assets
- defines interoperability and network transportability of electronic assets
- sidechain extends Bitcoin protocol to track issued assets (native coloring)
November 2015
10
sidechains how
Bitcoin
suspend bitcoin ->
( coin frozen … )
proof returned <-
( maturity period … )
[potential fraud proof]
reanimated bitcoin
( coin in use again … )
Sidechain
-> proof of suspend allows move
( sidechain use.. )
-> return coin
November 2015
11
supporting p2p sidechains
Sidechains
- need new op-codes to suspend and verify compact return proof
- soft-forkable
- compact proof (with skiplist using lucky extra work)
- ½ time get extra 0 bit, ¼ get two extra 0 bit, allow further skip
- makes PoW preserving compact proof membership in same chain
November 2015
12
sidechain security model
Sidechains security
- incentive from bitcoin fees
- (optional) consensus rule to peg ½ of subsidy directly to sidechain
- have to maintain hash lead for maturity period (day)
- fraud proofs prevent precomputation
- different model but somewhat analogous to main chain:
- ... this level of hostile hash power could revert exchange deposits
- hybrid model with federated signer & hashrate (40%:60%)
November 2015
13
major version usecase
software upgrade
- can use a sidechain to do major refactoring on a live beta
- migrate coins after it becomes goes from beta to stable
- users who need features early can use the beta
- safer than making invasive changes on live chain
- faster development cycle
November 2015
14
experimental chain usecase
do other interesting things
- replace chain logic (ethereum script but with bitcoin: rootstock)
- zerocash
- snarks
- hivemind (prediction betting)
- elements alpha sidechain
- … http://elementsproject.org
- different chain parameters (block-size <- current hot topic)
- different block intervals
- but primarily an extension mechanism not a scaling solution
- lightning, duplex payment channels layer 2 are scaling
November 2015
15
liquid sidechain
interexchange settlement
- deposit coins into liquid
- move coins faster for arbitrage, market making, virtual order book
- later add support for USD, EUR with exchange or separate issuer
- > 12 bitcoin exchanges coming soon
- confidential transactions default on (prevent front running)
November 2015
16
Blockchain without Bitcoin
Blockchain
- mining security (or hybrid)
- trustless interchain transfer
- automated trust
- secure tokenized asset
- independently validated
- open, permissionless
- necessarily publicly auditable
- virtual narrow AI
Federated Chain
- trust group of banks
- legal contract between ledgers
- manual cross certification
- IOU from controllers of ledger
- validity assertion by ledger owners
- closed, permissioned
- maybe publicly auditable
- status quo + cross-checks
November 2015
17
Mining sidechains
Mining is about immutability, permanent globally consistent record
- banks: immutable storage based on trust, brand, auditors
- federated sidechain: threshold of signers, trust, tamper resistance
- merge-mined sidechain: Bitcoin fees for miners to secure chain
- hybrid: federated signers plus miners in some ratio (40%:60%)
November 2015
18
Permissionlessness matters
Permissionless Innovation
- Internet’s permissionless global platform credited with wave of innovation
- permissioned chains are good, but data integrity tools for closed networks
- incumbents have incentives to deny permission
- high barrier to entry due to complexity and regulation
- innovation path likely involve forward-looking institutions
- and direct competition in poorly serviced use-cases
November 2015
19
Prevention over deterrence
Prevention over deterrence
- regulations are in many cases rooted in consumer protection
- ..from last century stock scams, bank runs, unscrupulous actors
- backdrop fairly regular fines for bending rules, schemes in finance/banking
- but regulation is friction, barrier to entry, which results in high fees & margins
Case for non-custodial low regulation
- business prevented from spending client funds, prop trading with client funds
- non-custodian concept is touched on in some bitcoin regulations
- if whole system
- reduces systemic risk
November 2015
20
regulators should like blockchains
Case for non-custodial low regulation
- business prevented from spending client funds, prop trading with client funds
- non-custodian concept is touched on in some bitcoin regulations
- if whole system moved to blockchain model, real-time assurances of solvency
- capital requirements and leverage requirements
- reduces systemic risk
November 2015
21
Scale with lightning
Lightning cache layer
- scale is also achievable via lightning
- a new blockchain cache layer
- faster, lower cost, higher scale (1,000 - 10,000 more TPS)
- not broadcast, routed like TCP
November 2015
22
blockchain smart-contracts
Smart-contracts
- each Bitcoin payment is technically a smart-contract
- a smart-contract is small program that has custody of funds
- cause the program to return true, and you can take the funds
- normal contract: IF ( signature( pub-key ) ) THEN true
- but it can be a general programming language
- implement derivative in smart-contract, structured product etc
- program executed by the network
- behaves as-if executed by perfectly honest narrow AI
- reality is simpler: verified by all validators & miners
November 2015
23
confidentiality - virtual private
chain
confidentiality in public ledgers: virtual private chain
- blockchain ledger is really public, maybe too public!
- confidential transactions - we can encrypt values and still have public audit
- need reasonable level of commercial confidentiality or hesitant to use
- so without confidentiality may never see adoption and benefits
- analog of VPN - use public internet but encrypt sensitive information
- technically using Zero Knowledge Proofs and Homomorphic Encryption
- only sender & recipient (and optionally auditor) know values
November 2015
24
virtual (narrow AI) enforced business
logic
fiduciary code
- blockchain functions as a perfectly honest virtual narrow AI
- in reality simply by everyone checking, in future via SNARKs maybe
- new programming model of moving business logic into blockchain execution
- replace trusted third party, contract fullfillment by blockchain execution
- replace issuer trust with self-executing bearer instruments
November 2015
25
blockchain implications
implications of programmable money
- can replace trusted issuer with trusted instrument
- can verify the instrument - small template smart-contract
- cost of many financial instruments undercut by competition
- current barrier to entry being trust of issuer
- improve systemic risk: provide society with real-time audited assurances
- re-architect financial networks using blockchain
November 2015
26
blockchain summary
summary of blockchain implications
- reduced reliance on third party trust via real time audit
- improved integrity and lower systemic risk for financial system
- smart-contracts replacing legal contracts and reliance on underwriter
- virtual private chains / confidential transactions - regaining confidentiality
- scale via lightning protocol
- move companies onto blockchain: income, expenses, dividends, shares,
accounts
- central banks issue electronic money into blockchain networks
- smart monetary policy possible
November 2015
27
Growth of the Hashrate
9 petahash
350
petahash39.8
x
November 2015
28
Bitcoin VC Outpacing Early ‘Net VC
November 2015
29
• Total VC
investment in
cryptocurrency
companies as of
March 2015 was
$832m
• Bitcoin VC
investment
projected to
continue to
outpace early-
stage investments
in the Internet
Source: Coindesk, State of
Bitcoin Q2 2015, 07/16/15

More Related Content

What's hot

FirstPartner 2016 Blockchain Ecosystem Market Map
FirstPartner 2016 Blockchain Ecosystem Market MapFirstPartner 2016 Blockchain Ecosystem Market Map
FirstPartner 2016 Blockchain Ecosystem Market Map
Richard Warren
 

What's hot (20)

Blockchain Insurance Benefits
Blockchain Insurance BenefitsBlockchain Insurance Benefits
Blockchain Insurance Benefits
 
Bloq: Bringing Enterprise to Blockchain
Bloq: Bringing Enterprise to BlockchainBloq: Bringing Enterprise to Blockchain
Bloq: Bringing Enterprise to Blockchain
 
CBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primerCBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primer
 
Blockchain, Finance & Regulatory Development
Blockchain, Finance & Regulatory DevelopmentBlockchain, Finance & Regulatory Development
Blockchain, Finance & Regulatory Development
 
FirstPartner 2016 Blockchain Ecosystem Market Map
FirstPartner 2016 Blockchain Ecosystem Market MapFirstPartner 2016 Blockchain Ecosystem Market Map
FirstPartner 2016 Blockchain Ecosystem Market Map
 
BLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAIN
BLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAINBLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAIN
BLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAIN
 
Blockchain and Smart Contracts (Series: Blockchain Basics)
Blockchain and Smart Contracts (Series: Blockchain Basics)Blockchain and Smart Contracts (Series: Blockchain Basics)
Blockchain and Smart Contracts (Series: Blockchain Basics)
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain 101
 
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
 
Distributed Ledger Technology (DLT) beyond blockchain #BlockchainSubmit
Distributed Ledger Technology (DLT) beyond blockchain #BlockchainSubmitDistributed Ledger Technology (DLT) beyond blockchain #BlockchainSubmit
Distributed Ledger Technology (DLT) beyond blockchain #BlockchainSubmit
 
Introduction to Blockchain and Recordkeeping
Introduction to Blockchain and RecordkeepingIntroduction to Blockchain and Recordkeeping
Introduction to Blockchain and Recordkeeping
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
1. ibm blockchain explained
1. ibm blockchain explained1. ibm blockchain explained
1. ibm blockchain explained
 
Blockchain Introduction Presentation
Blockchain Introduction PresentationBlockchain Introduction Presentation
Blockchain Introduction Presentation
 
Intro to Blockchain
Intro to Blockchain Intro to Blockchain
Intro to Blockchain
 
Ovum blockchain for beginners
Ovum blockchain for beginnersOvum blockchain for beginners
Ovum blockchain for beginners
 
Columbia Law School - Decentralized Ledgers Presentation on 4/7/2014
Columbia Law School - Decentralized Ledgers Presentation on 4/7/2014Columbia Law School - Decentralized Ledgers Presentation on 4/7/2014
Columbia Law School - Decentralized Ledgers Presentation on 4/7/2014
 
Exploring Cryptocurrency Remittance
Exploring Cryptocurrency RemittanceExploring Cryptocurrency Remittance
Exploring Cryptocurrency Remittance
 
Cryptocitizen: Smart Contracts, Pluralistic Morality, and Blockchain Society
Cryptocitizen: Smart Contracts, Pluralistic Morality, and Blockchain SocietyCryptocitizen: Smart Contracts, Pluralistic Morality, and Blockchain Society
Cryptocitizen: Smart Contracts, Pluralistic Morality, and Blockchain Society
 
Blockchain 101 by Wing Venture Capital
Blockchain 101 by Wing Venture CapitalBlockchain 101 by Wing Venture Capital
Blockchain 101 by Wing Venture Capital
 

Viewers also liked

Bitcoin Cold-Storage With Bit-Card And BIP38
Bitcoin Cold-Storage With Bit-Card And BIP38Bitcoin Cold-Storage With Bit-Card And BIP38
Bitcoin Cold-Storage With Bit-Card And BIP38
Brian Fabian Crain
 

Viewers also liked (20)

Sidechains Presentation
Sidechains PresentationSidechains Presentation
Sidechains Presentation
 
Financial Modelling - Skyline and Luge queue time
Financial Modelling - Skyline and Luge queue timeFinancial Modelling - Skyline and Luge queue time
Financial Modelling - Skyline and Luge queue time
 
The Future of and Alternatives to Bitcoin
The Future of and Alternatives to BitcoinThe Future of and Alternatives to Bitcoin
The Future of and Alternatives to Bitcoin
 
Sidechain talk
Sidechain talkSidechain talk
Sidechain talk
 
Bitcoin Cold-Storage With Bit-Card And BIP38
Bitcoin Cold-Storage With Bit-Card And BIP38Bitcoin Cold-Storage With Bit-Card And BIP38
Bitcoin Cold-Storage With Bit-Card And BIP38
 
Bitcoin economics brian crain
Bitcoin economics   brian crainBitcoin economics   brian crain
Bitcoin economics brian crain
 
Harvard Endowment Fund
Harvard Endowment Fund Harvard Endowment Fund
Harvard Endowment Fund
 
The Hive Think Tank: The Content Trap - Strategist's Guide to Digital Change
The Hive Think Tank: The Content Trap - Strategist's Guide to Digital ChangeThe Hive Think Tank: The Content Trap - Strategist's Guide to Digital Change
The Hive Think Tank: The Content Trap - Strategist's Guide to Digital Change
 
Bitcoin 2.0
Bitcoin 2.0 Bitcoin 2.0
Bitcoin 2.0
 
Ethereum Presentation
Ethereum PresentationEthereum Presentation
Ethereum Presentation
 
The Hive Think Tank: Talk by Mohandas Pai - India at 2030, How Tech Entrepren...
The Hive Think Tank: Talk by Mohandas Pai - India at 2030, How Tech Entrepren...The Hive Think Tank: Talk by Mohandas Pai - India at 2030, How Tech Entrepren...
The Hive Think Tank: Talk by Mohandas Pai - India at 2030, How Tech Entrepren...
 
The Hive Think Tank: Heron at Twitter
The Hive Think Tank: Heron at TwitterThe Hive Think Tank: Heron at Twitter
The Hive Think Tank: Heron at Twitter
 
Information security in private blockchains
Information security in private blockchainsInformation security in private blockchains
Information security in private blockchains
 
The Hive Think Tank: Translating IoT into Innovation at Every Level by Prith ...
The Hive Think Tank: Translating IoT into Innovation at Every Level by Prith ...The Hive Think Tank: Translating IoT into Innovation at Every Level by Prith ...
The Hive Think Tank: Translating IoT into Innovation at Every Level by Prith ...
 
The Hive Think Tank: Machine Learning Applications in Genomics by Prof. Jian ...
The Hive Think Tank: Machine Learning Applications in Genomics by Prof. Jian ...The Hive Think Tank: Machine Learning Applications in Genomics by Prof. Jian ...
The Hive Think Tank: Machine Learning Applications in Genomics by Prof. Jian ...
 
Deep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra MalikDeep Visual Understanding from Deep Learning by Prof. Jitendra Malik
Deep Visual Understanding from Deep Learning by Prof. Jitendra Malik
 
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
 
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
Meetup 19/01/2017 - Meet LoRa, a gamechanger in Antwerp?
 
Metadata in the Blockchain: The OP_RETURN Explosion
Metadata in the Blockchain: The OP_RETURN ExplosionMetadata in the Blockchain: The OP_RETURN Explosion
Metadata in the Blockchain: The OP_RETURN Explosion
 
The Hive Think Tank: The Future Of Customer Support - AI Driven Automation
The Hive Think Tank: The Future Of Customer Support - AI Driven AutomationThe Hive Think Tank: The Future Of Customer Support - AI Driven Automation
The Hive Think Tank: The Future Of Customer Support - AI Driven Automation
 

Similar to The Hive Think Tank: Sidechains by Adam Back, President of Blockstream

2016 Blockchain Ecosystem Market Map
2016 Blockchain Ecosystem Market Map 2016 Blockchain Ecosystem Market Map
2016 Blockchain Ecosystem Market Map
FirstPartner
 
Alternative Consensus & Enterprise Blockchain
Alternative Consensus & Enterprise BlockchainAlternative Consensus & Enterprise Blockchain
Alternative Consensus & Enterprise Blockchain
Tobias Disse
 
Payment Protocols - Block Chain & Beyond
Payment Protocols - Block Chain & BeyondPayment Protocols - Block Chain & Beyond
Payment Protocols - Block Chain & Beyond
Alexander Kiriakou
 

Similar to The Hive Think Tank: Sidechains by Adam Back, President of Blockstream (20)

Unchain Blockchain by Eva Rez
Unchain Blockchain by Eva RezUnchain Blockchain by Eva Rez
Unchain Blockchain by Eva Rez
 
Unchain Blockchain by Eva Rez
Unchain Blockchain by Eva RezUnchain Blockchain by Eva Rez
Unchain Blockchain by Eva Rez
 
The Blockchain Ecosystem in 2016. First PArtner
The Blockchain Ecosystem in 2016. First PArtnerThe Blockchain Ecosystem in 2016. First PArtner
The Blockchain Ecosystem in 2016. First PArtner
 
2016 Blockchain Ecosystem Market Map
2016 Blockchain Ecosystem Market Map 2016 Blockchain Ecosystem Market Map
2016 Blockchain Ecosystem Market Map
 
Blockchain
Blockchain Blockchain
Blockchain
 
Alternative Consensus & Enterprise Blockchain
Alternative Consensus & Enterprise BlockchainAlternative Consensus & Enterprise Blockchain
Alternative Consensus & Enterprise Blockchain
 
Introduction to Blockchain and Smart Contracts
Introduction to Blockchain and Smart ContractsIntroduction to Blockchain and Smart Contracts
Introduction to Blockchain and Smart Contracts
 
Bitcoin e-book final
Bitcoin e-book finalBitcoin e-book final
Bitcoin e-book final
 
Executive summary guild42 elca_blockchain.pptx_v1.0
Executive summary guild42 elca_blockchain.pptx_v1.0Executive summary guild42 elca_blockchain.pptx_v1.0
Executive summary guild42 elca_blockchain.pptx_v1.0
 
Blockchain.pptx
Blockchain.pptxBlockchain.pptx
Blockchain.pptx
 
Blockchain and its impact on Data Science and Financial Services
Blockchain and its impact on Data Science and Financial ServicesBlockchain and its impact on Data Science and Financial Services
Blockchain and its impact on Data Science and Financial Services
 
Blockchain
BlockchainBlockchain
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...
 
Bitcoin and the Blockchain: Financial Quagmire or Evolutionary Stampede?
Bitcoin and the Blockchain: Financial Quagmire or Evolutionary Stampede? Bitcoin and the Blockchain: Financial Quagmire or Evolutionary Stampede?
Bitcoin and the Blockchain: Financial Quagmire or Evolutionary Stampede?
 
Payment Protocols - Block Chain & Beyond
Payment Protocols - Block Chain & BeyondPayment Protocols - Block Chain & Beyond
Payment Protocols - Block Chain & Beyond
 
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
 
Blockchain External.pdf
Blockchain External.pdfBlockchain External.pdf
Blockchain External.pdf
 
Understanding Blockchain
Understanding BlockchainUnderstanding Blockchain
Understanding Blockchain
 
Tutorial blockchain technical overview-ss
Tutorial blockchain technical overview-ssTutorial blockchain technical overview-ss
Tutorial blockchain technical overview-ss
 
Bitcoin for programmers - part 1 version 2
Bitcoin for programmers - part 1 version 2Bitcoin for programmers - part 1 version 2
Bitcoin for programmers - part 1 version 2
 

More from The Hive

The Hive Think Tank - The Microsoft Big Data Stack by Raghu Ramakrishnan, CTO...
The Hive Think Tank - The Microsoft Big Data Stack by Raghu Ramakrishnan, CTO...The Hive Think Tank - The Microsoft Big Data Stack by Raghu Ramakrishnan, CTO...
The Hive Think Tank - The Microsoft Big Data Stack by Raghu Ramakrishnan, CTO...
The Hive
 

More from The Hive (20)

"Responsible AI", by Charlie Muirhead
"Responsible AI", by Charlie Muirhead"Responsible AI", by Charlie Muirhead
"Responsible AI", by Charlie Muirhead
 
Translating a Trillion Points of Data into Therapies, Diagnostics, and New In...
Translating a Trillion Points of Data into Therapies, Diagnostics, and New In...Translating a Trillion Points of Data into Therapies, Diagnostics, and New In...
Translating a Trillion Points of Data into Therapies, Diagnostics, and New In...
 
Digital Transformation; Digital Twins for Delivering Business Value in IIoT
Digital Transformation; Digital Twins for Delivering Business Value in IIoTDigital Transformation; Digital Twins for Delivering Business Value in IIoT
Digital Transformation; Digital Twins for Delivering Business Value in IIoT
 
Quantum Computing (IBM Q) - Hive Think Tank Event w/ Dr. Bob Sutor - 02.22.18
Quantum Computing (IBM Q) - Hive Think Tank Event w/ Dr. Bob Sutor - 02.22.18Quantum Computing (IBM Q) - Hive Think Tank Event w/ Dr. Bob Sutor - 02.22.18
Quantum Computing (IBM Q) - Hive Think Tank Event w/ Dr. Bob Sutor - 02.22.18
 
The Hive Think Tank: Rendezvous Architecture Makes Machine Learning Logistics...
The Hive Think Tank: Rendezvous Architecture Makes Machine Learning Logistics...The Hive Think Tank: Rendezvous Architecture Makes Machine Learning Logistics...
The Hive Think Tank: Rendezvous Architecture Makes Machine Learning Logistics...
 
Data Science in the Enterprise
Data Science in the EnterpriseData Science in the Enterprise
Data Science in the Enterprise
 
AI in Software for Augmenting Intelligence Across the Enterprise
AI in Software for Augmenting Intelligence Across the EnterpriseAI in Software for Augmenting Intelligence Across the Enterprise
AI in Software for Augmenting Intelligence Across the Enterprise
 
“ High Precision Analytics for Healthcare: Promises and Challenges” by Sriram...
“ High Precision Analytics for Healthcare: Promises and Challenges” by Sriram...“ High Precision Analytics for Healthcare: Promises and Challenges” by Sriram...
“ High Precision Analytics for Healthcare: Promises and Challenges” by Sriram...
 
"The Future of Manufacturing" by Sujeet Chand, SVP&CTO, Rockwell Automation
"The Future of Manufacturing" by Sujeet Chand, SVP&CTO, Rockwell Automation"The Future of Manufacturing" by Sujeet Chand, SVP&CTO, Rockwell Automation
"The Future of Manufacturing" by Sujeet Chand, SVP&CTO, Rockwell Automation
 
Social Impact & Ethics of AI by Steve Omohundro
Social Impact & Ethics of AI by Steve OmohundroSocial Impact & Ethics of AI by Steve Omohundro
Social Impact & Ethics of AI by Steve Omohundro
 
The Hive Think Tank: AI in The Enterprise by Venkat Srinivasan
The Hive Think Tank: AI in The Enterprise by Venkat SrinivasanThe Hive Think Tank: AI in The Enterprise by Venkat Srinivasan
The Hive Think Tank: AI in The Enterprise by Venkat Srinivasan
 
The Hive Think Tank: Unpacking AI for Healthcare
The Hive Think Tank: Unpacking AI for Healthcare The Hive Think Tank: Unpacking AI for Healthcare
The Hive Think Tank: Unpacking AI for Healthcare
 
The Hive Think Tank - The Microsoft Big Data Stack by Raghu Ramakrishnan, CTO...
The Hive Think Tank - The Microsoft Big Data Stack by Raghu Ramakrishnan, CTO...The Hive Think Tank - The Microsoft Big Data Stack by Raghu Ramakrishnan, CTO...
The Hive Think Tank - The Microsoft Big Data Stack by Raghu Ramakrishnan, CTO...
 
The Hive Think Tank - Design Thinking by Bernie Roth, Professor at Stanford U...
The Hive Think Tank - Design Thinking by Bernie Roth, Professor at Stanford U...The Hive Think Tank - Design Thinking by Bernie Roth, Professor at Stanford U...
The Hive Think Tank - Design Thinking by Bernie Roth, Professor at Stanford U...
 
The Hive Think Tank: Machine Learning at Pinterest by Jure Leskovec
The Hive Think Tank: Machine Learning at Pinterest by Jure LeskovecThe Hive Think Tank: Machine Learning at Pinterest by Jure Leskovec
The Hive Think Tank: Machine Learning at Pinterest by Jure Leskovec
 
The Hive Think Tank: Ceph + RocksDB by Sage Weil, Red Hat.
The Hive Think Tank: Ceph + RocksDB by Sage Weil, Red Hat.The Hive Think Tank: Ceph + RocksDB by Sage Weil, Red Hat.
The Hive Think Tank: Ceph + RocksDB by Sage Weil, Red Hat.
 
The Hive Think Tank: Rocking the Database World with RocksDB
The Hive Think Tank: Rocking the Database World with RocksDBThe Hive Think Tank: Rocking the Database World with RocksDB
The Hive Think Tank: Rocking the Database World with RocksDB
 
The Hive Think Tank: Rocking the Database World with RocksDB
The Hive Think Tank:  Rocking the Database World with RocksDBThe Hive Think Tank:  Rocking the Database World with RocksDB
The Hive Think Tank: Rocking the Database World with RocksDB
 
The Hive Think Tank: Rocking the Database World with RocksDB
The Hive Think Tank: Rocking the Database World with RocksDBThe Hive Think Tank: Rocking the Database World with RocksDB
The Hive Think Tank: Rocking the Database World with RocksDB
 
The Hive Think Tank: Stream Processing Systems by Nikita Shamgunov of MemSQL
The Hive Think Tank: Stream Processing Systems by Nikita Shamgunov of MemSQLThe Hive Think Tank: Stream Processing Systems by Nikita Shamgunov of MemSQL
The Hive Think Tank: Stream Processing Systems by Nikita Shamgunov of MemSQL
 

Recently uploaded

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
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
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
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...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
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
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
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 future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

The Hive Think Tank: Sidechains by Adam Back, President of Blockstream

  • 1. Sidechains: weaving a network of blockchains with Bitcoin Hive event February 17, 2016 Adam Back, PhD
  • 2. Bitcoin vs Fiat Bitcoin: virtual commodity - creation via gold-like virtual mining - supply limited mathematically - electronic but with real-time assay - cash-like bearer/fast final settlement - same speed & low cost globally - digital scarcity - download wallet software & use Fiat: USD, EUR etc - prudence of central bank - QE, inflation - hyperinflation, capital controls - often slow settlement wires, cards - slow & expensive internationally - political scarcity / moral hazard - account & identity based November 2015 2
  • 3. The Blockchain is a Ledger Source: bitcoin.org November 2015 3
  • 4. Traditional Ledgers Closed Systems Hacked & Accessed High Transaction Fees Laborious Verifications Slow Centralized November 2015 4
  • 5. Bitcoin advantages Bitcoin - trustless: machine verifiable integrity - automated real-time audit - open network - secure open protocol - used over open internet - permissionless, like internet - fast pace of innovation - low fees Banks - trust: reputation & integrity of issuer - annual manual audit - private network - insecure protocol based on trust - used over leased lines / VPN - need permission from competition - high barrier to entry - high fees November 2015 5
  • 6. Blockchain Ledgers Open Sourced Cryptographically Secure Network Verified Beyond Borders Fast Decentralized November 2015 6
  • 7. blockchain to sidechain Blockchain - Bitcoin uses distributed ledger called a blockchain - applications for wider finance: shares, bonds, derivatives, structured products - currently slow reconciliation based settlement T+2 etc - current blockchain is bitcoin only - can extend blockchain to support wider applications: “sidechain” - bitcoin connected chain with mechanism to move assets between chains - think of sidechain as internetworking protocol for blockchain tracked assets - defines interoperability and network transportability of electronic assets November 2015 7
  • 8. Blockchain Challenges Limited scalability & cautious development 7 transaction/second limit Bitcoin only Fragmentation resulting from off-blockchain transactions & alt-coins November 2015 8
  • 9. Solution: Extend Bitcoin Innovation via Sidechains
  • 10. about sidechains Sidechains - can extend blockchain to support wider applications: “sidechain” - bitcoin connected chain with mechanism to move assets between chains - think of sidechain as internetworking protocol for blockchain tracked assets - defines interoperability and network transportability of electronic assets - sidechain extends Bitcoin protocol to track issued assets (native coloring) November 2015 10
  • 11. sidechains how Bitcoin suspend bitcoin -> ( coin frozen … ) proof returned <- ( maturity period … ) [potential fraud proof] reanimated bitcoin ( coin in use again … ) Sidechain -> proof of suspend allows move ( sidechain use.. ) -> return coin November 2015 11
  • 12. supporting p2p sidechains Sidechains - need new op-codes to suspend and verify compact return proof - soft-forkable - compact proof (with skiplist using lucky extra work) - ½ time get extra 0 bit, ¼ get two extra 0 bit, allow further skip - makes PoW preserving compact proof membership in same chain November 2015 12
  • 13. sidechain security model Sidechains security - incentive from bitcoin fees - (optional) consensus rule to peg ½ of subsidy directly to sidechain - have to maintain hash lead for maturity period (day) - fraud proofs prevent precomputation - different model but somewhat analogous to main chain: - ... this level of hostile hash power could revert exchange deposits - hybrid model with federated signer & hashrate (40%:60%) November 2015 13
  • 14. major version usecase software upgrade - can use a sidechain to do major refactoring on a live beta - migrate coins after it becomes goes from beta to stable - users who need features early can use the beta - safer than making invasive changes on live chain - faster development cycle November 2015 14
  • 15. experimental chain usecase do other interesting things - replace chain logic (ethereum script but with bitcoin: rootstock) - zerocash - snarks - hivemind (prediction betting) - elements alpha sidechain - … http://elementsproject.org - different chain parameters (block-size <- current hot topic) - different block intervals - but primarily an extension mechanism not a scaling solution - lightning, duplex payment channels layer 2 are scaling November 2015 15
  • 16. liquid sidechain interexchange settlement - deposit coins into liquid - move coins faster for arbitrage, market making, virtual order book - later add support for USD, EUR with exchange or separate issuer - > 12 bitcoin exchanges coming soon - confidential transactions default on (prevent front running) November 2015 16
  • 17. Blockchain without Bitcoin Blockchain - mining security (or hybrid) - trustless interchain transfer - automated trust - secure tokenized asset - independently validated - open, permissionless - necessarily publicly auditable - virtual narrow AI Federated Chain - trust group of banks - legal contract between ledgers - manual cross certification - IOU from controllers of ledger - validity assertion by ledger owners - closed, permissioned - maybe publicly auditable - status quo + cross-checks November 2015 17
  • 18. Mining sidechains Mining is about immutability, permanent globally consistent record - banks: immutable storage based on trust, brand, auditors - federated sidechain: threshold of signers, trust, tamper resistance - merge-mined sidechain: Bitcoin fees for miners to secure chain - hybrid: federated signers plus miners in some ratio (40%:60%) November 2015 18
  • 19. Permissionlessness matters Permissionless Innovation - Internet’s permissionless global platform credited with wave of innovation - permissioned chains are good, but data integrity tools for closed networks - incumbents have incentives to deny permission - high barrier to entry due to complexity and regulation - innovation path likely involve forward-looking institutions - and direct competition in poorly serviced use-cases November 2015 19
  • 20. Prevention over deterrence Prevention over deterrence - regulations are in many cases rooted in consumer protection - ..from last century stock scams, bank runs, unscrupulous actors - backdrop fairly regular fines for bending rules, schemes in finance/banking - but regulation is friction, barrier to entry, which results in high fees & margins Case for non-custodial low regulation - business prevented from spending client funds, prop trading with client funds - non-custodian concept is touched on in some bitcoin regulations - if whole system - reduces systemic risk November 2015 20
  • 21. regulators should like blockchains Case for non-custodial low regulation - business prevented from spending client funds, prop trading with client funds - non-custodian concept is touched on in some bitcoin regulations - if whole system moved to blockchain model, real-time assurances of solvency - capital requirements and leverage requirements - reduces systemic risk November 2015 21
  • 22. Scale with lightning Lightning cache layer - scale is also achievable via lightning - a new blockchain cache layer - faster, lower cost, higher scale (1,000 - 10,000 more TPS) - not broadcast, routed like TCP November 2015 22
  • 23. blockchain smart-contracts Smart-contracts - each Bitcoin payment is technically a smart-contract - a smart-contract is small program that has custody of funds - cause the program to return true, and you can take the funds - normal contract: IF ( signature( pub-key ) ) THEN true - but it can be a general programming language - implement derivative in smart-contract, structured product etc - program executed by the network - behaves as-if executed by perfectly honest narrow AI - reality is simpler: verified by all validators & miners November 2015 23
  • 24. confidentiality - virtual private chain confidentiality in public ledgers: virtual private chain - blockchain ledger is really public, maybe too public! - confidential transactions - we can encrypt values and still have public audit - need reasonable level of commercial confidentiality or hesitant to use - so without confidentiality may never see adoption and benefits - analog of VPN - use public internet but encrypt sensitive information - technically using Zero Knowledge Proofs and Homomorphic Encryption - only sender & recipient (and optionally auditor) know values November 2015 24
  • 25. virtual (narrow AI) enforced business logic fiduciary code - blockchain functions as a perfectly honest virtual narrow AI - in reality simply by everyone checking, in future via SNARKs maybe - new programming model of moving business logic into blockchain execution - replace trusted third party, contract fullfillment by blockchain execution - replace issuer trust with self-executing bearer instruments November 2015 25
  • 26. blockchain implications implications of programmable money - can replace trusted issuer with trusted instrument - can verify the instrument - small template smart-contract - cost of many financial instruments undercut by competition - current barrier to entry being trust of issuer - improve systemic risk: provide society with real-time audited assurances - re-architect financial networks using blockchain November 2015 26
  • 27. blockchain summary summary of blockchain implications - reduced reliance on third party trust via real time audit - improved integrity and lower systemic risk for financial system - smart-contracts replacing legal contracts and reliance on underwriter - virtual private chains / confidential transactions - regaining confidentiality - scale via lightning protocol - move companies onto blockchain: income, expenses, dividends, shares, accounts - central banks issue electronic money into blockchain networks - smart monetary policy possible November 2015 27
  • 28. Growth of the Hashrate 9 petahash 350 petahash39.8 x November 2015 28
  • 29. Bitcoin VC Outpacing Early ‘Net VC November 2015 29 • Total VC investment in cryptocurrency companies as of March 2015 was $832m • Bitcoin VC investment projected to continue to outpace early- stage investments in the Internet Source: Coindesk, State of Bitcoin Q2 2015, 07/16/15