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

Blockchain Insurance Benefits
Blockchain Insurance BenefitsBlockchain Insurance Benefits
Blockchain Insurance BenefitsDon Sevcik
 
Bloq: Bringing Enterprise to Blockchain
Bloq: Bringing Enterprise to BlockchainBloq: Bringing Enterprise to Blockchain
Bloq: Bringing Enterprise to BlockchainJeff Garzik
 
CBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primerCBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primerBlockstrap.com
 
Blockchain, Finance & Regulatory Development
Blockchain, Finance & Regulatory DevelopmentBlockchain, Finance & Regulatory Development
Blockchain, Finance & Regulatory DevelopmentAlex Makosz
 
FirstPartner 2016 Blockchain Ecosystem Market Map
FirstPartner 2016 Blockchain Ecosystem Market MapFirstPartner 2016 Blockchain Ecosystem Market Map
FirstPartner 2016 Blockchain Ecosystem Market MapRichard Warren
 
BLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAIN
BLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAINBLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAIN
BLOCKCHAIN & THE HOLLYWOOD SUPPLY CHAINETCenter
 
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)Financial Poise
 
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 perspectiveVittorio Zinetti
 
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 #BlockchainSubmitPablo Junco
 
Introduction to Blockchain and Recordkeeping
Introduction to Blockchain and RecordkeepingIntroduction to Blockchain and Recordkeeping
Introduction to Blockchain and RecordkeepingPeter Van Garderen
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to BlockchainJordan Harris
 
Blockchain Introduction Presentation
Blockchain Introduction PresentationBlockchain Introduction Presentation
Blockchain Introduction PresentationAmr Alaa Yassen
 
Ovum blockchain for beginners
Ovum blockchain for beginnersOvum blockchain for beginners
Ovum blockchain for beginnersHelen Child
 
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/2014Ldger, Inc
 
Exploring Cryptocurrency Remittance
Exploring Cryptocurrency RemittanceExploring Cryptocurrency Remittance
Exploring Cryptocurrency RemittanceXRPTalk
 
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 SocietyMelanie Swan
 
Blockchain 101 by Wing Venture Capital
Blockchain 101 by Wing Venture CapitalBlockchain 101 by Wing Venture Capital
Blockchain 101 by Wing Venture CapitalZachary DeWitt
 

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

Sidechain talk
Sidechain talkSidechain talk
Sidechain talkjojva
 
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 BIP38Brian Fabian Crain
 
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 ChangeThe Hive
 
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
 
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 TwitterThe Hive
 
Information security in private blockchains
Information security in private blockchainsInformation security in private blockchains
Information security in private blockchainsCoin Sciences Ltd
 
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
 
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 ...The Hive
 
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 MalikThe Hive
 
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?Digipolis Antwerpen
 
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?Digipolis Antwerpen
 
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 ExplosionCoin Sciences Ltd
 
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 AutomationThe Hive
 

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 Sidechains: weaving networks of blockchains

Unchain Blockchain by Eva Rez
Unchain Blockchain by Eva RezUnchain Blockchain by Eva Rez
Unchain Blockchain by Eva Rezrezeva
 
Unchain Blockchain by Eva Rez
Unchain Blockchain by Eva RezUnchain Blockchain by Eva Rez
Unchain Blockchain by Eva Rezrezeva
 
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 BlockchainTobias Disse
 
Introduction to Blockchain and Smart Contracts
Introduction to Blockchain and Smart ContractsIntroduction to Blockchain and Smart Contracts
Introduction to Blockchain and Smart ContractsSaad Zaher
 
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.0Nagib Aouini
 
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 ServicesRatnakar Pandey
 
Cisco ICON Speaker Series: Blockchain - Technology that is revolutionizing th...
Cisco ICON Speaker Series: Blockchain - Technology that is revolutionizing th...Cisco ICON Speaker Series: Blockchain - Technology that is revolutionizing th...
Cisco ICON Speaker Series: Blockchain - Technology that is revolutionizing th...Vishnu Pendyala
 
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? Kariappa Bheemaiah
 
Payment Protocols - Block Chain & Beyond
Payment Protocols - Block Chain & BeyondPayment Protocols - Block Chain & Beyond
Payment Protocols - Block Chain & BeyondAlexander Kiriakou
 
Paradigm shift: from the bitcoin Blockchain to Networked Computing
Paradigm shift: from the bitcoin Blockchain to Networked ComputingParadigm shift: from the bitcoin Blockchain to Networked Computing
Paradigm shift: from the bitcoin Blockchain to Networked Computingkumar641
 
Tutorial blockchain technical overview-ss
Tutorial blockchain technical overview-ssTutorial blockchain technical overview-ss
Tutorial blockchain technical overview-ssHoward Anglin
 
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 2Wojciech Langiewicz
 

Similar to Sidechains: weaving networks of blockchains (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

"Responsible AI", by Charlie Muirhead
"Responsible AI", by Charlie Muirhead"Responsible AI", by Charlie Muirhead
"Responsible AI", by Charlie MuirheadThe Hive
 
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...The Hive
 
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 IIoTThe Hive
 
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.18The Hive
 
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...The Hive
 
Data Science in the Enterprise
Data Science in the EnterpriseData Science in the Enterprise
Data Science in the EnterpriseThe Hive
 
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 EnterpriseThe Hive
 
“ 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 Hive
 
"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 AutomationThe Hive
 
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 OmohundroThe Hive
 
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 SrinivasanThe Hive
 
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
 
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
 
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
 
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 LeskovecThe Hive
 
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
 
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 RocksDBThe Hive
 
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 RocksDBThe Hive
 
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 RocksDBThe Hive
 
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 MemSQLThe 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

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 

Recently uploaded (20)

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 

Sidechains: weaving networks of blockchains

  • 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