SlideShare uma empresa Scribd logo
1 de 33
Baixar para ler offline
Blockchain for IoT
Federico Tenga
COO at Chainside
federico@chainside.net
Challenges and opportunities
Does it really make sense to mix IoT and
blockchain?
Does it really make sense to mix IoT and
blockchain?
Or we are just merging to buzzwords?
Blockchain e IoT
• Security of data produced by IoT sensors
• IoT actuators reacting to an event on the blockchain
• Machine-to-machine micro-payments
Security of data
produced by IoT sensors
IoT data blockchain notarization
Block
n
Block
n+1
Block
n+2
Block
n+3
IoT sensors
Gateway
Calendar server
Blockchain
Temperproof IoT sensors collect data about the
temperature and digitally sign them
Collects data from the sensors and broadcasts
them to the server
The collected data are processed cleaning
statistical anomalies. Metadata are then
extracted and aggregated
The metadata are sent to the blockchain
creating a secure timestamping verifiable by any
third party
BLOCKCHAINHARDWAREIoT
Merkle trees
Hash 0.0.0
H(L1)
Hash 0.0.1
H(L2)
Hash 0.1.0
H(L3)
Hash 0.1.1
H(L4)
Hash 1.0.0
H(L5)
Hash 1.0.1
H(L6)
Hash 1.1.0
H(L7)
Hash 1.1.1
H8L8)
Hash 0.0
H(0.0.0+0.0.1)
Hash 0
H(0.0+0.1)
L1 L2 L3 L4 L5 L6 L7 L8
Hash 0.1
H(0.1.0+0.1.1)
Hash 1.0
H(1.0.0+1.0.1)
Hash 1.1
H(1.1.0+1.1.1)
Hash 1
H(1.0+1.1)
Top Hash
H(0+1)
Merkle trees
Hash 0.0.0
H(L1)
Hash 0.0.1
H(L2)
Hash 0.1.0
H(L3)
Hash 0.1.1
H(L4)
Hash 1.0.0
H(L5)
Hash 1.0.1
H(L6)
Hash 1.1.0
H(L7)
Hash 1.1.1
H8L8)
Hash 0.0
H(0.0.0+0.0.1)
Hash 0
H(0.0+0.1)
L1 L2 L3 L4 L5 L6 L7 L8
Hash 0.1
H(0.1.0+0.1.1)
Hash 1.0
H(1.0.0+1.0.1)
Hash 1.1
H(1.1.0+1.1.1)
Hash 1
H(1.0+1.1)
Top Hash
H(0+1)
Merkle trees
Hash 0.0.0
H(L1)
Hash 0.0.1
H(L2)
Hash 0.1.0
H(L3)
Hash 0.1.1
H(L4)
Hash 1.0.0
H(L5)
Hash 1.0.1
H(L6)
Hash 1.1.0
H(L7)
Hash 1.1.1
H8L8)
Hash 0.0
H(0.0.0+0.0.1)
Hash 0
H(0.0+0.1)
L1 L2 L3 L4 L5 L6 L7 L8
Hash 0.1
H(0.1.0+0.1.1)
Hash 1.0
H(1.0.0+1.0.1)
Hash 1.1
H(1.1.0+1.1.1)
Hash 1
H(1.0+1.1)
Top Hash
H(0+1)
Merkle trees
Hash 0.0.0
H(L1)
Hash 0.0.1
H(L2)
Hash 0.1.0
H(L3)
Hash 0.1.1
H(L4)
Hash 1.0.0
H(L5)
Hash 1.0.1
H(L6)
Hash 1.1.0
H(L7)
Hash 1.1.1
H8L8)
Hash 0.0
H(0.0.0+0.0.1)
Hash 0
H(0.0+0.1)
L1 L2 L3 L4 L5 L6 L7 L8
Hash 0.1
H(0.1.0+0.1.1)
Hash 1.0
H(1.0.0+1.0.1)
Hash 1.1
H(1.1.0+1.1.1)
Hash 1
H(1.0+1.1)
Top Hash
H(0+1)
Merkle trees
Hash 0.0.0
H(L1)
Hash 0.0.1
H(L2)
Hash 0.1.0
H(L3)
Hash 0.1.1
H(L4)
Hash 1.0.0
H(L5)
Hash 1.0.1
H(L6)
Hash 1.1.0
H(L7)
Hash 1.1.1
H8L8)
Hash 0.0
H(0.0.0+0.0.1)
Hash 0
H(0.0+0.1)
L1 L2 L3 L4 L5 L6 L7 L8
Hash 0.1
H(0.1.0+0.1.1)
Hash 1.0
H(1.0.0+1.0.1)
Hash 1.1
H(1.1.0+1.1.1)
Hash 1
H(1.0+1.1)
Top Hash
H(0+1)
Blockchain for IoT
actuators
IoT actuator reacting to a blockchain event
Block
n
Block
n+1
Block
n+2
Block
n+3
Block
n+4
Block
n+5
Block
n+6
Block
n+7
Block
n+8
Block
n+9
Block
n+10
Block
n+11
Block
n+12
Block
n+13
Blo
n+
Blockchain m2m
micro-payments
Problems with blockchain micro-payments
• In a blockchain the whole transaction history has to be share among
all participants, so the usage has to be limited
Problems with blockchain micro-payments
• In a blockchain the whole transaction history has to be share among
all participants, so the usage has to be limited
• If the usage is limited to few tx/s, the competition to get a
transaction included in a block increases driving up the transaction
cost
Problems with blockchain micro-payments
• In a blockchain the whole transaction history has to be share among
all participants, so the usage has to be limited
• If the usage is limited to few tx/s, the competition to get a
transaction included in a block increases driving up the transaction
cost
• If the transaction cost is high the blockchain is not suitable for micro-
transactions
Solution
• Changing the architecture of the base blockchain layer is not a
solution (e.g. exotic altcoins), you still have to deal with the same
trade-offs
Solution
• Changing the architecture of the base blockchain layer is not a
solution (e.g. exotic altcoins), you still have to deal with the same
trade-offs
• Building a second transaction layer let you do secure transaction off-
chain using the blockchain only as a settlement layer
Off-Chain transactions
block n
Tx 1
From: Alice
To: Bob
Off-Chain transactions
block n
Tx 1
From: Alice
To: Bob
Tx 2
From: Bob
To: Chuck
OFF-CHAIN
Off-Chain transactions
block n block n+1
Tx 1
From: Alice
To: Bob
Tx 2
From: Bob
To: Chuck
Tx 3
From: Chuck
To: Dave
OFF-CHAIN
Off-Chain transactions
block n block n+1 block n+2
Tx 1
From: Alice
To: Bob
Tx 2
From: Bob
To: Chuck
Tx 3
From: Chuck
To: Dave
Tx 4
From: Dave
To: Ted
OFF-CHAIN
Off-Chain transactions
block n block n+1 block n+2
Tx 1
From: Alice
To: Bob
Tx 2
From: Bob
To: Chuck
Tx 3
From: Chuck
To: Dave
Tx (…)
From: (…)
To: (…)
OFF-CHAIN
Tx 4
From: Dave
To: Ted
Off-Chain transactions
block n block n+1 block n+2
Tx 1
From: Alice
To: Bob
Tx 2
From: Bob
To: Chuck
Tx 3
From: Chuck
To: Dave
Tx 20
From: Ken
To: Eve
Tx (…)
From: (…)
To: (…)
block n+2
Tx 4
From: Dave
To: Ted
OFF-CHAIN
Off-Chain transactions
block n block n+1 block n+2
Tx 1
From: Alice
To: Bob
Tx 2
From: Bob
To: Chuck
Tx 3
From: Chuck
To: Dave
Tx 20
From: Ken
To: Eve
Tx 21
From: Eve
To: Bob
Tx (…)
From: (…)
To: (…)
block n+2
Tx 4
From: Dave
To: Ted
OFF-CHAIN
Off-Chain transactions
block n block n+1 block n+2 block n+3
Tx 1
From: Alice
To: Bob
Tx 2
From: Bob
To: Chuck
Tx 3
From: Chuck
To: Dave
Tx 20
From: Ken
To: Eve
Tx 21
From: Eve
To: Bob
Tx 22
From: Bob
To: Ted
Tx (…)
From: (…)
To: (…)
block n+2
Tx 4
From: Dave
To: Ted
OFF-CHAIN
Micro payment applications
The energy
provider sends
electricity to the
buyer through the
secure meter
The energy buyer
puts money on a
secure meter
allowing it to
make transactions
The secure meter
measures the energy
transfer, and release
small quantity of
bitcoins every few
seconds
Thanks to the lightning
network and to payment
channels, transactions are
instant, costless and secure
Conclusions
• Mixing IoT and blockchain can actually make sense and there are some
scenarios where these two technologies work well together
Conclusions
• Mixing IoT and blockchain can actually make sense and there are some
scenarios where these two technologies work well together
• Data notarization from IoT sensor protects from some manipulation
attempts (no all!) and is a very scalable application
Conclusions
• Mixing IoT and blockchain can actually make sense and there are some
scenarios where these two technologies work well together
• Data notarization from IoT sensor protects from some manipulation
attempts (no all!) and is a very scalable application
• Using the blockchain is it possible to have true machine-to-machine
payments without the interference of humans
Conclusions
• Mixing IoT and blockchain can actually make sense and there are some
scenarios where these two technologies work well together
• Data notarization from IoT sensor protects from some manipulation
attempts (no all!) and is a very scalable application
• Using the blockchain is it possible to have true machine-to-machine
payments without the interference of humans
• You can add complex smart contracts and build all sort of things
Federico Tenga
COO at Chainside
federico@chainside.net
www.chainside.net

Mais conteúdo relacionado

Mais procurados

Thing Monk 2017 - Blockchain Secured IOT
Thing Monk 2017 - Blockchain Secured IOTThing Monk 2017 - Blockchain Secured IOT
Thing Monk 2017 - Blockchain Secured IOTJoseph Pindar
 
Blockchain for IoT - Smart Home
Blockchain for IoT - Smart HomeBlockchain for IoT - Smart Home
Blockchain for IoT - Smart HomeBiagio Botticelli
 
IoT, Fog Computing and the Blockchain
IoT, Fog Computing and the BlockchainIoT, Fog Computing and the Blockchain
IoT, Fog Computing and the Blockchainkumar641
 
Build Secure IoT Solutions Using... Blockchain - Geeta Chauhan
Build Secure IoT Solutions Using... Blockchain - Geeta ChauhanBuild Secure IoT Solutions Using... Blockchain - Geeta Chauhan
Build Secure IoT Solutions Using... Blockchain - Geeta ChauhanWithTheBest
 
The Blockchain and the Future of Cybersecurity
The Blockchain and the Future of CybersecurityThe Blockchain and the Future of Cybersecurity
The Blockchain and the Future of CybersecurityKevin Cedeño, CISM, CISA
 
Blockchain & the IoT
Blockchain & the IoTBlockchain & the IoT
Blockchain & the IoTMat Keep
 
Blockchain Technologies
Blockchain TechnologiesBlockchain Technologies
Blockchain TechnologiesAdri Jovin
 
Deja vu Security - Blockchain Security Summit - Adam Cecchetti
Deja vu Security - Blockchain Security Summit - Adam CecchettiDeja vu Security - Blockchain Security Summit - Adam Cecchetti
Deja vu Security - Blockchain Security Summit - Adam CecchettiScott Strang
 
Security Model of Blockchain
Security Model of BlockchainSecurity Model of Blockchain
Security Model of Blockchainsaficus
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain workShishir Aryal
 
Blockchain for Business
Blockchain for BusinessBlockchain for Business
Blockchain for BusinessAhmad Gohar
 
Hyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise Blockchain
Hyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise BlockchainHyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise Blockchain
Hyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise BlockchainAltoros
 
IoT and Blockchains - enhancing security and privacy
IoT and Blockchains - enhancing security and privacyIoT and Blockchains - enhancing security and privacy
IoT and Blockchains - enhancing security and privacyPaul Fremantle
 
How does hyperledger fabric blockchain work
How does hyperledger fabric blockchain work How does hyperledger fabric blockchain work
How does hyperledger fabric blockchain work Blockchain Council
 
Introduction to Blockchain Governance Models
Introduction to Blockchain Governance ModelsIntroduction to Blockchain Governance Models
Introduction to Blockchain Governance ModelsGokul Alex
 
The Blockchain as a Software Connector
The Blockchain as a Software ConnectorThe Blockchain as a Software Connector
The Blockchain as a Software ConnectorCesare Pautasso
 
Security and privacy with blockchain
Security and privacy with blockchainSecurity and privacy with blockchain
Security and privacy with blockchainCeline George
 
Blockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureBlockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureNuri Cankaya
 

Mais procurados (20)

Thing Monk 2017 - Blockchain Secured IOT
Thing Monk 2017 - Blockchain Secured IOTThing Monk 2017 - Blockchain Secured IOT
Thing Monk 2017 - Blockchain Secured IOT
 
Blockchain for IoT - Smart Home
Blockchain for IoT - Smart HomeBlockchain for IoT - Smart Home
Blockchain for IoT - Smart Home
 
IoT, Fog Computing and the Blockchain
IoT, Fog Computing and the BlockchainIoT, Fog Computing and the Blockchain
IoT, Fog Computing and the Blockchain
 
Build Secure IoT Solutions Using... Blockchain - Geeta Chauhan
Build Secure IoT Solutions Using... Blockchain - Geeta ChauhanBuild Secure IoT Solutions Using... Blockchain - Geeta Chauhan
Build Secure IoT Solutions Using... Blockchain - Geeta Chauhan
 
The Blockchain and the Future of Cybersecurity
The Blockchain and the Future of CybersecurityThe Blockchain and the Future of Cybersecurity
The Blockchain and the Future of Cybersecurity
 
Blockchain & the IoT
Blockchain & the IoTBlockchain & the IoT
Blockchain & the IoT
 
Blockchain Technologies
Blockchain TechnologiesBlockchain Technologies
Blockchain Technologies
 
Block chain technology
Block chain technologyBlock chain technology
Block chain technology
 
Deja vu Security - Blockchain Security Summit - Adam Cecchetti
Deja vu Security - Blockchain Security Summit - Adam CecchettiDeja vu Security - Blockchain Security Summit - Adam Cecchetti
Deja vu Security - Blockchain Security Summit - Adam Cecchetti
 
Security Model of Blockchain
Security Model of BlockchainSecurity Model of Blockchain
Security Model of Blockchain
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
 
Blockchain for Business
Blockchain for BusinessBlockchain for Business
Blockchain for Business
 
Hyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise Blockchain
Hyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise BlockchainHyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise Blockchain
Hyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise Blockchain
 
IoT and Blockchains - enhancing security and privacy
IoT and Blockchains - enhancing security and privacyIoT and Blockchains - enhancing security and privacy
IoT and Blockchains - enhancing security and privacy
 
How does hyperledger fabric blockchain work
How does hyperledger fabric blockchain work How does hyperledger fabric blockchain work
How does hyperledger fabric blockchain work
 
Introduction to Blockchain Governance Models
Introduction to Blockchain Governance ModelsIntroduction to Blockchain Governance Models
Introduction to Blockchain Governance Models
 
The Blockchain as a Software Connector
The Blockchain as a Software ConnectorThe Blockchain as a Software Connector
The Blockchain as a Software Connector
 
Security and privacy with blockchain
Security and privacy with blockchainSecurity and privacy with blockchain
Security and privacy with blockchain
 
Blockchain BTSym '16
Blockchain BTSym '16Blockchain BTSym '16
Blockchain BTSym '16
 
Blockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureBlockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on Azure
 

Semelhante a Blockchain for IoT

Understanding Blockchain
Understanding BlockchainUnderstanding Blockchain
Understanding BlockchainTony Willenberg
 
Deploy a blockchain web-app with Hyperledger Fabric 1.4 - Concepts & Code
Deploy a blockchain web-app with Hyperledger Fabric 1.4 - Concepts & CodeDeploy a blockchain web-app with Hyperledger Fabric 1.4 - Concepts & Code
Deploy a blockchain web-app with Hyperledger Fabric 1.4 - Concepts & CodeHorea Porutiu
 
Deployablockchainwebappwithhyperledgerfabricpresentation 190820170703
Deployablockchainwebappwithhyperledgerfabricpresentation 190820170703Deployablockchainwebappwithhyperledgerfabricpresentation 190820170703
Deployablockchainwebappwithhyperledgerfabricpresentation 190820170703Nevruz Mesut Sahin
 
New Business Models enabled by Blockchain
New Business Models enabled by BlockchainNew Business Models enabled by Blockchain
New Business Models enabled by BlockchainSlash
 
[ETHCon Korea 2019] Lee heungno 이흥노
[ETHCon Korea 2019] Lee heungno 이흥노[ETHCon Korea 2019] Lee heungno 이흥노
[ETHCon Korea 2019] Lee heungno 이흥노ethconkr
 
Blockchain in the Heart of Digital Transformation
Blockchain in the Heart of Digital TransformationBlockchain in the Heart of Digital Transformation
Blockchain in the Heart of Digital TransformationDr. Mohamed Torky
 
Upfront Ventures blockchain and crypto deck
Upfront Ventures blockchain and crypto deckUpfront Ventures blockchain and crypto deck
Upfront Ventures blockchain and crypto deckMark Suster
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technologyNavin Kumar
 
Introduction to Blockchain Web3 Session
Introduction to Blockchain Web3 SessionIntroduction to Blockchain Web3 Session
Introduction to Blockchain Web3 SessionDSCIITPatna
 
Blockchain and Virtual Currency - Technical issues -
Blockchain and Virtual Currency- Technical issues -Blockchain and Virtual Currency- Technical issues -
Blockchain and Virtual Currency - Technical issues -Kindai University
 
Blockchain and Virtual Currency - Technical issues -
Blockchain and Virtual Currency- Technical issues -Blockchain and Virtual Currency- Technical issues -
Blockchain and Virtual Currency - Technical issues -Shigeichiro Yamasaki
 
Blockchain for Business Yale School of Management Dr John Maheswaran
Blockchain for Business Yale School of Management Dr John MaheswaranBlockchain for Business Yale School of Management Dr John Maheswaran
Blockchain for Business Yale School of Management Dr John MaheswaranJohn M.
 
Blockchain disruptive technology 2018
Blockchain disruptive technology 2018Blockchain disruptive technology 2018
Blockchain disruptive technology 2018Ziyad Abualrob
 
Why we need censorship-resistant AI
Why we need censorship-resistant AIWhy we need censorship-resistant AI
Why we need censorship-resistant AIPandora Boxchain
 
A beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdfA beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdfAkash Agrawal
 
A Pharo story on blockchain technology
A Pharo story on blockchain technologyA Pharo story on blockchain technology
A Pharo story on blockchain technologyESUG
 

Semelhante a Blockchain for IoT (20)

Understanding Blockchain
Understanding BlockchainUnderstanding Blockchain
Understanding Blockchain
 
Deploy a blockchain web-app with Hyperledger Fabric 1.4 - Concepts & Code
Deploy a blockchain web-app with Hyperledger Fabric 1.4 - Concepts & CodeDeploy a blockchain web-app with Hyperledger Fabric 1.4 - Concepts & Code
Deploy a blockchain web-app with Hyperledger Fabric 1.4 - Concepts & Code
 
Deployablockchainwebappwithhyperledgerfabricpresentation 190820170703
Deployablockchainwebappwithhyperledgerfabricpresentation 190820170703Deployablockchainwebappwithhyperledgerfabricpresentation 190820170703
Deployablockchainwebappwithhyperledgerfabricpresentation 190820170703
 
New Business Models enabled by Blockchain
New Business Models enabled by BlockchainNew Business Models enabled by Blockchain
New Business Models enabled by Blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
[ETHCon Korea 2019] Lee heungno 이흥노
[ETHCon Korea 2019] Lee heungno 이흥노[ETHCon Korea 2019] Lee heungno 이흥노
[ETHCon Korea 2019] Lee heungno 이흥노
 
Blockchain in the Heart of Digital Transformation
Blockchain in the Heart of Digital TransformationBlockchain in the Heart of Digital Transformation
Blockchain in the Heart of Digital Transformation
 
Blockchain Corporate Style
Blockchain Corporate StyleBlockchain Corporate Style
Blockchain Corporate Style
 
Upfront Ventures blockchain and crypto deck
Upfront Ventures blockchain and crypto deckUpfront Ventures blockchain and crypto deck
Upfront Ventures blockchain and crypto deck
 
Designing Quality-Driven Blockchain Networks
Designing Quality-Driven Blockchain NetworksDesigning Quality-Driven Blockchain Networks
Designing Quality-Driven Blockchain Networks
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
Introduction to Blockchain Web3 Session
Introduction to Blockchain Web3 SessionIntroduction to Blockchain Web3 Session
Introduction to Blockchain Web3 Session
 
Blockchain and Virtual Currency - Technical issues -
Blockchain and Virtual Currency- Technical issues -Blockchain and Virtual Currency- Technical issues -
Blockchain and Virtual Currency - Technical issues -
 
Blockchain and Virtual Currency - Technical issues -
Blockchain and Virtual Currency- Technical issues -Blockchain and Virtual Currency- Technical issues -
Blockchain and Virtual Currency - Technical issues -
 
Blockchain for Business Yale School of Management Dr John Maheswaran
Blockchain for Business Yale School of Management Dr John MaheswaranBlockchain for Business Yale School of Management Dr John Maheswaran
Blockchain for Business Yale School of Management Dr John Maheswaran
 
Blockchain disruptive technology 2018
Blockchain disruptive technology 2018Blockchain disruptive technology 2018
Blockchain disruptive technology 2018
 
Why we need censorship-resistant AI
Why we need censorship-resistant AIWhy we need censorship-resistant AI
Why we need censorship-resistant AI
 
Blockchain Fundamentals
Blockchain FundamentalsBlockchain Fundamentals
Blockchain Fundamentals
 
A beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdfA beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdf
 
A Pharo story on blockchain technology
A Pharo story on blockchain technologyA Pharo story on blockchain technology
A Pharo story on blockchain technology
 

Mais de Federico Tenga

Decentralised Applications on Bitcoin
Decentralised Applications on BitcoinDecentralised Applications on Bitcoin
Decentralised Applications on BitcoinFederico Tenga
 
Smart Contracts Technical Overview - Meetup Roma - 17/09/19
Smart Contracts Technical Overview - Meetup Roma - 17/09/19Smart Contracts Technical Overview - Meetup Roma - 17/09/19
Smart Contracts Technical Overview - Meetup Roma - 17/09/19Federico Tenga
 
Sustainability of a multi blockchain ecosystem
Sustainability of a multi blockchain ecosystemSustainability of a multi blockchain ecosystem
Sustainability of a multi blockchain ecosystemFederico Tenga
 
State Smart Contract Technologies
State Smart Contract TechnologiesState Smart Contract Technologies
State Smart Contract TechnologiesFederico Tenga
 
The Use of Bitcoin for Portfolio Optimization
The Use of Bitcoin for Portfolio OptimizationThe Use of Bitcoin for Portfolio Optimization
The Use of Bitcoin for Portfolio OptimizationFederico Tenga
 
Bitcoin Fork Wars: from xt to 2 x
Bitcoin Fork Wars: from xt to 2 xBitcoin Fork Wars: from xt to 2 x
Bitcoin Fork Wars: from xt to 2 xFederico Tenga
 
Bitcoin and blockchain talk - Pavia
Bitcoin and blockchain talk - PaviaBitcoin and blockchain talk - Pavia
Bitcoin and blockchain talk - PaviaFederico Tenga
 
Slide Federico Tenga - Conferenza Blockchain Roma 17-06-16
Slide Federico Tenga - Conferenza Blockchain Roma 17-06-16Slide Federico Tenga - Conferenza Blockchain Roma 17-06-16
Slide Federico Tenga - Conferenza Blockchain Roma 17-06-16Federico Tenga
 

Mais de Federico Tenga (9)

Decentralised Applications on Bitcoin
Decentralised Applications on BitcoinDecentralised Applications on Bitcoin
Decentralised Applications on Bitcoin
 
Smart Contracts Technical Overview - Meetup Roma - 17/09/19
Smart Contracts Technical Overview - Meetup Roma - 17/09/19Smart Contracts Technical Overview - Meetup Roma - 17/09/19
Smart Contracts Technical Overview - Meetup Roma - 17/09/19
 
Sustainability of a multi blockchain ecosystem
Sustainability of a multi blockchain ecosystemSustainability of a multi blockchain ecosystem
Sustainability of a multi blockchain ecosystem
 
State Smart Contract Technologies
State Smart Contract TechnologiesState Smart Contract Technologies
State Smart Contract Technologies
 
Bitcoin Revolution
Bitcoin RevolutionBitcoin Revolution
Bitcoin Revolution
 
The Use of Bitcoin for Portfolio Optimization
The Use of Bitcoin for Portfolio OptimizationThe Use of Bitcoin for Portfolio Optimization
The Use of Bitcoin for Portfolio Optimization
 
Bitcoin Fork Wars: from xt to 2 x
Bitcoin Fork Wars: from xt to 2 xBitcoin Fork Wars: from xt to 2 x
Bitcoin Fork Wars: from xt to 2 x
 
Bitcoin and blockchain talk - Pavia
Bitcoin and blockchain talk - PaviaBitcoin and blockchain talk - Pavia
Bitcoin and blockchain talk - Pavia
 
Slide Federico Tenga - Conferenza Blockchain Roma 17-06-16
Slide Federico Tenga - Conferenza Blockchain Roma 17-06-16Slide Federico Tenga - Conferenza Blockchain Roma 17-06-16
Slide Federico Tenga - Conferenza Blockchain Roma 17-06-16
 

Último

Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
horny (9316020077 ) Goa Call Girls Service by VIP Call Girls in Goa
horny (9316020077 ) Goa  Call Girls Service by VIP Call Girls in Goahorny (9316020077 ) Goa  Call Girls Service by VIP Call Girls in Goa
horny (9316020077 ) Goa Call Girls Service by VIP Call Girls in Goasexy call girls service in goa
 
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...sonatiwari757
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607dollysharma2066
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...aditipandeya
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663Call Girls Mumbai
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...tanu pandey
 

Último (20)

Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
horny (9316020077 ) Goa Call Girls Service by VIP Call Girls in Goa
horny (9316020077 ) Goa  Call Girls Service by VIP Call Girls in Goahorny (9316020077 ) Goa  Call Girls Service by VIP Call Girls in Goa
horny (9316020077 ) Goa Call Girls Service by VIP Call Girls in Goa
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
Call Girls In Noida 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Noida 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In Noida 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Noida 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 

Blockchain for IoT

  • 1. Blockchain for IoT Federico Tenga COO at Chainside federico@chainside.net Challenges and opportunities
  • 2. Does it really make sense to mix IoT and blockchain?
  • 3. Does it really make sense to mix IoT and blockchain? Or we are just merging to buzzwords?
  • 4. Blockchain e IoT • Security of data produced by IoT sensors • IoT actuators reacting to an event on the blockchain • Machine-to-machine micro-payments
  • 5. Security of data produced by IoT sensors
  • 6. IoT data blockchain notarization Block n Block n+1 Block n+2 Block n+3 IoT sensors Gateway Calendar server Blockchain Temperproof IoT sensors collect data about the temperature and digitally sign them Collects data from the sensors and broadcasts them to the server The collected data are processed cleaning statistical anomalies. Metadata are then extracted and aggregated The metadata are sent to the blockchain creating a secure timestamping verifiable by any third party BLOCKCHAINHARDWAREIoT
  • 7. Merkle trees Hash 0.0.0 H(L1) Hash 0.0.1 H(L2) Hash 0.1.0 H(L3) Hash 0.1.1 H(L4) Hash 1.0.0 H(L5) Hash 1.0.1 H(L6) Hash 1.1.0 H(L7) Hash 1.1.1 H8L8) Hash 0.0 H(0.0.0+0.0.1) Hash 0 H(0.0+0.1) L1 L2 L3 L4 L5 L6 L7 L8 Hash 0.1 H(0.1.0+0.1.1) Hash 1.0 H(1.0.0+1.0.1) Hash 1.1 H(1.1.0+1.1.1) Hash 1 H(1.0+1.1) Top Hash H(0+1)
  • 8. Merkle trees Hash 0.0.0 H(L1) Hash 0.0.1 H(L2) Hash 0.1.0 H(L3) Hash 0.1.1 H(L4) Hash 1.0.0 H(L5) Hash 1.0.1 H(L6) Hash 1.1.0 H(L7) Hash 1.1.1 H8L8) Hash 0.0 H(0.0.0+0.0.1) Hash 0 H(0.0+0.1) L1 L2 L3 L4 L5 L6 L7 L8 Hash 0.1 H(0.1.0+0.1.1) Hash 1.0 H(1.0.0+1.0.1) Hash 1.1 H(1.1.0+1.1.1) Hash 1 H(1.0+1.1) Top Hash H(0+1)
  • 9. Merkle trees Hash 0.0.0 H(L1) Hash 0.0.1 H(L2) Hash 0.1.0 H(L3) Hash 0.1.1 H(L4) Hash 1.0.0 H(L5) Hash 1.0.1 H(L6) Hash 1.1.0 H(L7) Hash 1.1.1 H8L8) Hash 0.0 H(0.0.0+0.0.1) Hash 0 H(0.0+0.1) L1 L2 L3 L4 L5 L6 L7 L8 Hash 0.1 H(0.1.0+0.1.1) Hash 1.0 H(1.0.0+1.0.1) Hash 1.1 H(1.1.0+1.1.1) Hash 1 H(1.0+1.1) Top Hash H(0+1)
  • 10. Merkle trees Hash 0.0.0 H(L1) Hash 0.0.1 H(L2) Hash 0.1.0 H(L3) Hash 0.1.1 H(L4) Hash 1.0.0 H(L5) Hash 1.0.1 H(L6) Hash 1.1.0 H(L7) Hash 1.1.1 H8L8) Hash 0.0 H(0.0.0+0.0.1) Hash 0 H(0.0+0.1) L1 L2 L3 L4 L5 L6 L7 L8 Hash 0.1 H(0.1.0+0.1.1) Hash 1.0 H(1.0.0+1.0.1) Hash 1.1 H(1.1.0+1.1.1) Hash 1 H(1.0+1.1) Top Hash H(0+1)
  • 11. Merkle trees Hash 0.0.0 H(L1) Hash 0.0.1 H(L2) Hash 0.1.0 H(L3) Hash 0.1.1 H(L4) Hash 1.0.0 H(L5) Hash 1.0.1 H(L6) Hash 1.1.0 H(L7) Hash 1.1.1 H8L8) Hash 0.0 H(0.0.0+0.0.1) Hash 0 H(0.0+0.1) L1 L2 L3 L4 L5 L6 L7 L8 Hash 0.1 H(0.1.0+0.1.1) Hash 1.0 H(1.0.0+1.0.1) Hash 1.1 H(1.1.0+1.1.1) Hash 1 H(1.0+1.1) Top Hash H(0+1)
  • 13. IoT actuator reacting to a blockchain event Block n Block n+1 Block n+2 Block n+3 Block n+4 Block n+5 Block n+6 Block n+7 Block n+8 Block n+9 Block n+10 Block n+11 Block n+12 Block n+13 Blo n+
  • 15. Problems with blockchain micro-payments • In a blockchain the whole transaction history has to be share among all participants, so the usage has to be limited
  • 16. Problems with blockchain micro-payments • In a blockchain the whole transaction history has to be share among all participants, so the usage has to be limited • If the usage is limited to few tx/s, the competition to get a transaction included in a block increases driving up the transaction cost
  • 17. Problems with blockchain micro-payments • In a blockchain the whole transaction history has to be share among all participants, so the usage has to be limited • If the usage is limited to few tx/s, the competition to get a transaction included in a block increases driving up the transaction cost • If the transaction cost is high the blockchain is not suitable for micro- transactions
  • 18. Solution • Changing the architecture of the base blockchain layer is not a solution (e.g. exotic altcoins), you still have to deal with the same trade-offs
  • 19. Solution • Changing the architecture of the base blockchain layer is not a solution (e.g. exotic altcoins), you still have to deal with the same trade-offs • Building a second transaction layer let you do secure transaction off- chain using the blockchain only as a settlement layer
  • 20. Off-Chain transactions block n Tx 1 From: Alice To: Bob
  • 21. Off-Chain transactions block n Tx 1 From: Alice To: Bob Tx 2 From: Bob To: Chuck OFF-CHAIN
  • 22. Off-Chain transactions block n block n+1 Tx 1 From: Alice To: Bob Tx 2 From: Bob To: Chuck Tx 3 From: Chuck To: Dave OFF-CHAIN
  • 23. Off-Chain transactions block n block n+1 block n+2 Tx 1 From: Alice To: Bob Tx 2 From: Bob To: Chuck Tx 3 From: Chuck To: Dave Tx 4 From: Dave To: Ted OFF-CHAIN
  • 24. Off-Chain transactions block n block n+1 block n+2 Tx 1 From: Alice To: Bob Tx 2 From: Bob To: Chuck Tx 3 From: Chuck To: Dave Tx (…) From: (…) To: (…) OFF-CHAIN Tx 4 From: Dave To: Ted
  • 25. Off-Chain transactions block n block n+1 block n+2 Tx 1 From: Alice To: Bob Tx 2 From: Bob To: Chuck Tx 3 From: Chuck To: Dave Tx 20 From: Ken To: Eve Tx (…) From: (…) To: (…) block n+2 Tx 4 From: Dave To: Ted OFF-CHAIN
  • 26. Off-Chain transactions block n block n+1 block n+2 Tx 1 From: Alice To: Bob Tx 2 From: Bob To: Chuck Tx 3 From: Chuck To: Dave Tx 20 From: Ken To: Eve Tx 21 From: Eve To: Bob Tx (…) From: (…) To: (…) block n+2 Tx 4 From: Dave To: Ted OFF-CHAIN
  • 27. Off-Chain transactions block n block n+1 block n+2 block n+3 Tx 1 From: Alice To: Bob Tx 2 From: Bob To: Chuck Tx 3 From: Chuck To: Dave Tx 20 From: Ken To: Eve Tx 21 From: Eve To: Bob Tx 22 From: Bob To: Ted Tx (…) From: (…) To: (…) block n+2 Tx 4 From: Dave To: Ted OFF-CHAIN
  • 28. Micro payment applications The energy provider sends electricity to the buyer through the secure meter The energy buyer puts money on a secure meter allowing it to make transactions The secure meter measures the energy transfer, and release small quantity of bitcoins every few seconds Thanks to the lightning network and to payment channels, transactions are instant, costless and secure
  • 29. Conclusions • Mixing IoT and blockchain can actually make sense and there are some scenarios where these two technologies work well together
  • 30. Conclusions • Mixing IoT and blockchain can actually make sense and there are some scenarios where these two technologies work well together • Data notarization from IoT sensor protects from some manipulation attempts (no all!) and is a very scalable application
  • 31. Conclusions • Mixing IoT and blockchain can actually make sense and there are some scenarios where these two technologies work well together • Data notarization from IoT sensor protects from some manipulation attempts (no all!) and is a very scalable application • Using the blockchain is it possible to have true machine-to-machine payments without the interference of humans
  • 32. Conclusions • Mixing IoT and blockchain can actually make sense and there are some scenarios where these two technologies work well together • Data notarization from IoT sensor protects from some manipulation attempts (no all!) and is a very scalable application • Using the blockchain is it possible to have true machine-to-machine payments without the interference of humans • You can add complex smart contracts and build all sort of things
  • 33. Federico Tenga COO at Chainside federico@chainside.net www.chainside.net