SlideShare a Scribd company logo
1 of 92
``
Blockchain
Vincent Olislagers -1st of June - for Kasbah Hub
How it works,
and why you should care
``
Agenda
• Why the hype?
• Cryptocurrency vs blockchain
• How does a blockchain work?
• What can you use it for?
• Types of blockchains
• Advantages / challenges with blockchain tech
Blockchain Cryptocurrency
Bitcoin
Ethereum
e.g. hyperledger fabric e.g. byteball, iota…
Most cryptocurrencies
use blockchain tech
What is a cryptocurrency?
What it’s not
What it’s not
What it’s also not
``
Then what is it?
Source: https://en.wikipedia.org/wiki/Cryptocurrency
``
Then what is it?
Source: Vincent Olislagers
Digital money that
can only be spent by
its owner
👑
And what is a blockchain?
Source: https://www.goodreads.com/book/show/1447135.The_Paradox_Of_Self_Amendment
Nomic
Each move in Nomic is an attempt to set
up new rules of game
Players propose new rules and vote for
them (even this rule can be changed)
Source: https://www.slideshare.net/makiwara/eng-wiki-gaming-presentation
``
A blockchain is..
a network of computers that does collective
book keeping on the state of the network,
through a majority consensus on the rules of
bookkeeping.
Source: https://www.youtube.com/watch?v=oSP-taqLWPQ
``
Source: https://www.youtube.com/watch?v=oSP-taqLWPQ
A blockchain is both the
state of the network
and the network itself
``
A ledger (sort of like an Excel spreadsheet)
Source: http://www.gartner.com/smarterwithgartner/blockchain-goes-beyond-financial-services/
State of the network
``
A ledger (sort of like an Excel spreadsheet),
which is distributed (updated by multiple entities)
Source: http://www.gartner.com/smarterwithgartner/blockchain-goes-beyond-financial-services/
State of the network
``
A ledger (sort of like an Excel spreadsheet),
which is distributed (updated by multiple entities),
follows specific rules on who can read/write to it
Source: http://www.gartner.com/smarterwithgartner/blockchain-goes-beyond-financial-services/
State of the network
``
State of the network
A ledger (sort of like an Excel spreadsheet),
which is distributed (updated by multiple entities),
follows specific rules on who can read/write to it,
which can bring trust in an untrusted environment
Source: http://www.gartner.com/smarterwithgartner/blockchain-goes-beyond-financial-services/
``
State of the network
A ledger (sort of like an Excel spreadsheet),
which is distributed (updated by multiple entities),
follows specific rules on who can read/write to it,
which can bring trust in an untrusted environment,
and creates an irrevocable record of significant data and events.
Source: http://www.gartner.com/smarterwithgartner/blockchain-goes-beyond-financial-services/
What is a block?
``
A block is..
A group of transactions..
``
A block is..
A group of transactions..
which are broadcast on the network..
``
A block is..
A group of transactions..
which are broadcast on the network..
that have been or are being written into the blockchain.
What’s in a block?
Source: https://www.cryptocompare.com/coins/guides/what-is-a-block-header-in-bitcoin/
What’s in a block?
A block header, containing
• The bitcoin version number
• A timestamp (in UNIX
• A difficulty target
• among other things
Source: https://www.cryptocompare.com/coins/guides/what-is-a-block-header-in-bitcoin/
What’s in a block?
A block header, containing
• The bitcoin version number
• A timestamp (in UNIX
• A difficulty target
• among other things
The actual transactions which contain
• the sending addresses,
• receiving addresses
• amount transfered
It can contain other things, depending
on which type of blockchain you’re
looking at.
Source: https://www.cryptocompare.com/coins/guides/what-is-a-block-header-in-bitcoin/
Source: https://blockchain.info/block/000000000000000000678cd9feb122c40c65685b9314696f823e647bca738cf4
What’s in a block?
https://blockchain.info/block/000000000000000000678cd9feb122c40c65685b9314696f823e647bca738cf4
What about the chain?
``
The chain is..
A sequence of blocks..
``
The chain is..
A sequence of blocks..
that have been confirmed by the network..
``
The chain is..
A sequence of blocks..
that have been confirmed by the network..
that represent a chronological record..
``
The chain is..
A sequence of blocks..
that have been confirmed by the network..
that represent a chronological record..
of events on the network.
Source: https://www.ft.com/content/2be94381-66dc-3320-a292-6a1cde0a3d5f
Why should I trust this?
How is consensus reached?
(who gets to decide what’s in the ‘spreadsheet’?)
``
Answer:
It depends..
``
Answer:
It depends..
on the rules in the blockchain you’re using
``
Answer:
It depends..
on the rules in the blockchain you’re using
This set of rules is called the
‘consensus mechanism’
``
Source: https://www.youtube.com/watch?v=oSP-taqLWPQ
What can you use a blockchain for?
``
You can use it as a platform for
payment remittance & clearing
That tracks the state of all programs that are running
on the network
Examples:
• Cross-border payments
• Intra-bank settlements
``
You can use it to for identity
management
• Authentication with services
• Tracking reputation & reliability of users and services
``
You can use it to represent ownership
of underlying assets
• Property ownership
• Land ownership
• Ownership of intellectual property
• Ownership of capital in a VC index fund
``
You can use it as a tool for compliance
and risk management
Compliance (e.g. with government regulations)
• Know your customer (KYC)
• Anti-money laundering (AML)
• Countering the Financing of Terrorism (CFT)
• Licensing & data protection compliance
Insurance
Background checks
• Outstanding debt
``
You can use it as a payment method
or a store of value
Examples:
• Bitcoin, Digix
• Monero, Dash, Zcash (support anonymous payments)
``
You can use it as a tool for tracing the
origin of goods
Supply chain optimization
• By allowing any actor in the supply chain to audit a single
source of truth
Provenance services
• Make visible where and when a product was produced by
whom and under what conditions
``
You can use it to gate access to
resources
• Streaming media
• Prepaid credit to access content
• Loyalty rewards
• Store loyalty points with a service
• User attention
• Ad rewards
``
You can use it to increase transparency
in governance
• In government elections
• In corporate governance
• In decentralised autonomous organizations (DAO’s)
``
You can use it as a cloud computing
platform
• Applications in a public cloud
• (Called smart contracts)
• Prediction markets
• Decentralised cloud computing
• Decentralised cloud storage
What types of blockchains exist?
``
Public blockchains
Blockchains which anyone in the world can read..
Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
``
Public blockchains
Blockchains which anyone in the world can read..
anyone in the world can send transactions to and expect to see them
included if they are valid..
Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
``
Public blockchains
Blockchains which anyone in the world can read..
anyone in the world can send transactions to and expect to see them
included if they are valid..
anyone in the world can participate in the consensus process
(the process for determining what blocks get added to the chain and
what the current state is.)
Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
``
Consortium blockchains
Blockchains where the consensus process is controlled by a
pre-selected set of nodes (participants)
e.g. a consortium of 15 financial institutions
Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
``
Consortium blockchains
Blockchains where the consensus process is controlled by a
pre-selected set of nodes (participants)
e.g. a consortium of 15 financial institutions
The right to read the blockchain may be public, or it may be
restricted to the participants
Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
``
Consortium blockchains
Blockchains where the consensus process is controlled by a
pre-selected set of nodes (participants)
e.g. a consortium of 15 financial institutions
The right to read the blockchain may be public, or it may be
restricted to the participants
Hyperledger, EEA are examples of these types of consortiums
Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
``
Consortium blockchains
Blockchains where the consensus process is controlled by a
pre-selected set of nodes (participants)
e.g. a consortium of 15 financial institutions
The right to read the blockchain may be public, or it may be
restricted to the participants
Hyperledger, EEA are examples of these types of consortiums
Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
``
Private blockchains
A blockchain where write permissions are kept centralised
to one organisation.
Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
``
Private blockchains
A blockchain where write permissions are kept centralised
to one organisation.
Read permissions may be public or restricted
Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
``
Private blockchains
A blockchain where write permissions are kept centralised
to one organisation.
Read permissions may be public or restricted
These behave essentially very much like regular databases.
Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
What are the advantages
of blockchain tech?
``
Some advantages include..
• cost savings due to fewer middlemen
• near-instantaneous clearing and settlement
• transaction irreversibility when needed
• fewer transaction errors
• increased confidence in products whose underlying assets are opaque
• be in control of your own data
• transparency & immutability, nobody can secretly change data
Source:
https://www.finextra.com/finextra-downloads/newsdocs/the%20fintech%202%200%20paper.pdf
http://www.coindesk.com/santander-blockchain-tech-can-save-banks-20-billion-a-year/
https://www2.deloitte.com/nl/nl/pages/innovatie/artikelen/blockchain-technology-9-benefits-and-7-challenges.html
``
Some advantages include..
• cost savings due to fewer middlemen
• near-instantaneous clearing and settlement
• transaction irreversibility when needed
• fewer transaction errors
• increased confidence in products whose underlying assets are opaque
• be in control of your own data
• transparency & immutability, nobody can secretly change data
Source: https://www.youtube.com/watch?v=2iF73cybTBs
mikro-bank.no
Get notified when can buy bitcoin here
Sign up: http://bit.ly/bitcoinoslo
Or scan:

More Related Content

What's hot

Blockchain, smart contracts - introduction
Blockchain, smart contracts - introductionBlockchain, smart contracts - introduction
Blockchain, smart contracts - introductionLukasz Jarmulowicz
 
Understanding blockchain
Understanding blockchainUnderstanding blockchain
Understanding blockchainPriyab Satoshi
 
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Chuck Bair
 
Blockchain and Bitcoin
Blockchain and BitcoinBlockchain and Bitcoin
Blockchain and BitcoinM Shamim Iqbal
 
Unchain Blockchain by Eva Rez
Unchain Blockchain by Eva RezUnchain Blockchain by Eva Rez
Unchain Blockchain by Eva Rezrezeva
 
Blockchain 101 presentation by fstream.io
Blockchain 101 presentation by fstream.ioBlockchain 101 presentation by fstream.io
Blockchain 101 presentation by fstream.ioBaiju Devani
 
Are blockchain and crypto interchangeable terms
Are blockchain and crypto interchangeable terms Are blockchain and crypto interchangeable terms
Are blockchain and crypto interchangeable terms Blockchain Council
 
Blockchain- how it could transform business
Blockchain- how it could transform businessBlockchain- how it could transform business
Blockchain- how it could transform businessLet's Learn Digital
 
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain Council
 
The curious case of Blockchain Technology
The curious case of Blockchain TechnologyThe curious case of Blockchain Technology
The curious case of Blockchain TechnologyRitesh Mehrotra
 
Blockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureBlockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureMelanie Swan
 
Sidechains and Bitcoin security
Sidechains and Bitcoin securitySidechains and Bitcoin security
Sidechains and Bitcoin securityTim Swanson
 
2018 SAI workshop blockchain Kristof Verslype
2018 SAI  workshop blockchain Kristof Verslype2018 SAI  workshop blockchain Kristof Verslype
2018 SAI workshop blockchain Kristof VerslypeSmals
 
Blockchain-intro (2)
Blockchain-intro (2)Blockchain-intro (2)
Blockchain-intro (2)Zakir Hoosen
 
Web3 Security: The Blockchain is Your SIEM
Web3 Security: The Blockchain is Your SIEMWeb3 Security: The Blockchain is Your SIEM
Web3 Security: The Blockchain is Your SIEMTal Be'ery
 
Blockchain intro: The end of the middleman
Blockchain intro: The end of the middlemanBlockchain intro: The end of the middleman
Blockchain intro: The end of the middlemanAndries De Vos
 
Structured approach to blockchain and consensus techniques
Structured approach to blockchain and consensus techniquesStructured approach to blockchain and consensus techniques
Structured approach to blockchain and consensus techniquesVasiliy Suvorov
 
Crypto currency secrets
Crypto currency secretsCrypto currency secrets
Crypto currency secretsSahir
 

What's hot (20)

Blockchain, smart contracts - introduction
Blockchain, smart contracts - introductionBlockchain, smart contracts - introduction
Blockchain, smart contracts - introduction
 
Blockchain
BlockchainBlockchain
Blockchain
 
Understanding blockchain
Understanding blockchainUnderstanding blockchain
Understanding blockchain
 
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018
 
Blockchain and Bitcoin
Blockchain and BitcoinBlockchain and Bitcoin
Blockchain and Bitcoin
 
Unchain Blockchain by Eva Rez
Unchain Blockchain by Eva RezUnchain Blockchain by Eva Rez
Unchain Blockchain by Eva Rez
 
Blockchain 101 presentation by fstream.io
Blockchain 101 presentation by fstream.ioBlockchain 101 presentation by fstream.io
Blockchain 101 presentation by fstream.io
 
The Education Blockchain
The Education BlockchainThe Education Blockchain
The Education Blockchain
 
Are blockchain and crypto interchangeable terms
Are blockchain and crypto interchangeable terms Are blockchain and crypto interchangeable terms
Are blockchain and crypto interchangeable terms
 
Blockchain- how it could transform business
Blockchain- how it could transform businessBlockchain- how it could transform business
Blockchain- how it could transform business
 
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
 
The curious case of Blockchain Technology
The curious case of Blockchain TechnologyThe curious case of Blockchain Technology
The curious case of Blockchain Technology
 
Blockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureBlockchain: The Information Technology of the Future
Blockchain: The Information Technology of the Future
 
Sidechains and Bitcoin security
Sidechains and Bitcoin securitySidechains and Bitcoin security
Sidechains and Bitcoin security
 
2018 SAI workshop blockchain Kristof Verslype
2018 SAI  workshop blockchain Kristof Verslype2018 SAI  workshop blockchain Kristof Verslype
2018 SAI workshop blockchain Kristof Verslype
 
Blockchain-intro (2)
Blockchain-intro (2)Blockchain-intro (2)
Blockchain-intro (2)
 
Web3 Security: The Blockchain is Your SIEM
Web3 Security: The Blockchain is Your SIEMWeb3 Security: The Blockchain is Your SIEM
Web3 Security: The Blockchain is Your SIEM
 
Blockchain intro: The end of the middleman
Blockchain intro: The end of the middlemanBlockchain intro: The end of the middleman
Blockchain intro: The end of the middleman
 
Structured approach to blockchain and consensus techniques
Structured approach to blockchain and consensus techniquesStructured approach to blockchain and consensus techniques
Structured approach to blockchain and consensus techniques
 
Crypto currency secrets
Crypto currency secretsCrypto currency secrets
Crypto currency secrets
 

Similar to Blockchain; how it works, and why you should care

Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basicsRomit Bose
 
Blockchain As An Enabler_16 July 2016_David Lee_Final
Blockchain As An Enabler_16 July 2016_David Lee_FinalBlockchain As An Enabler_16 July 2016_David Lee_Final
Blockchain As An Enabler_16 July 2016_David Lee_FinalDavid Lee Kuo Chuen 李国权
 
Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018Frederick Ng
 
Blockchain and its Use in the Public Sector - OECD
Blockchain and its Use in the Public Sector - OECDBlockchain and its Use in the Public Sector - OECD
Blockchain and its Use in the Public Sector - OECDOECD Governance
 
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdfBASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdfJOELCONTACTS
 
Blockchain Introduction - Canada Nov 2017.pptx
Blockchain Introduction - Canada Nov 2017.pptxBlockchain Introduction - Canada Nov 2017.pptx
Blockchain Introduction - Canada Nov 2017.pptxAntony Welfare
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийPositive Hack Days
 
Blockchain could be a data structure that could be a growing list of informat...
Blockchain could be a data structure that could be a growing list of informat...Blockchain could be a data structure that could be a growing list of informat...
Blockchain could be a data structure that could be a growing list of informat...Richa575316
 
Blockchain for ePedigree - Whitepaper
Blockchain for ePedigree - Whitepaper Blockchain for ePedigree - Whitepaper
Blockchain for ePedigree - Whitepaper Mike Nejad
 
Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0samossummit
 
Blockchain data structures and fundamental
Blockchain data structures and fundamentalBlockchain data structures and fundamental
Blockchain data structures and fundamentalCodium Club
 
Blockchain Technology Explained
Blockchain Technology ExplainedBlockchain Technology Explained
Blockchain Technology ExplainedMdSaifulIslam289
 
BEGIN BLOCKCHAIN - Module 2_feedback implemented (real final).pptx
BEGIN BLOCKCHAIN - Module 2_feedback implemented (real final).pptxBEGIN BLOCKCHAIN - Module 2_feedback implemented (real final).pptx
BEGIN BLOCKCHAIN - Module 2_feedback implemented (real final).pptxcaniceconsulting
 
Blockchain technology.pptx
 Blockchain technology.pptx Blockchain technology.pptx
Blockchain technology.pptxARNAV PATEL
 
Blockchain Technology And Cryptocurrency
Blockchain Technology And CryptocurrencyBlockchain Technology And Cryptocurrency
Blockchain Technology And CryptocurrencyEno Bassey
 
Advantages and disadvantages of permissionless blockchain
Advantages and disadvantages of permissionless blockchainAdvantages and disadvantages of permissionless blockchain
Advantages and disadvantages of permissionless blockchainBlockchain Council
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain PresentationZied GUESMI
 

Similar to Blockchain; how it works, and why you should care (20)

Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
 
Blockchain use cases
Blockchain use casesBlockchain use cases
Blockchain use cases
 
Blockchain As An Enabler_16 July 2016_David Lee_Final
Blockchain As An Enabler_16 July 2016_David Lee_FinalBlockchain As An Enabler_16 July 2016_David Lee_Final
Blockchain As An Enabler_16 July 2016_David Lee_Final
 
Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018Click Ventures Blockchain Ecosystem Report 2018
Click Ventures Blockchain Ecosystem Report 2018
 
Blockchain and its Use in the Public Sector - OECD
Blockchain and its Use in the Public Sector - OECDBlockchain and its Use in the Public Sector - OECD
Blockchain and its Use in the Public Sector - OECD
 
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdfBASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
 
Blockchain Introduction - Canada Nov 2017.pptx
Blockchain Introduction - Canada Nov 2017.pptxBlockchain Introduction - Canada Nov 2017.pptx
Blockchain Introduction - Canada Nov 2017.pptx
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компаний
 
Blockchain could be a data structure that could be a growing list of informat...
Blockchain could be a data structure that could be a growing list of informat...Blockchain could be a data structure that could be a growing list of informat...
Blockchain could be a data structure that could be a growing list of informat...
 
Blockchain for ePedigree - Whitepaper
Blockchain for ePedigree - Whitepaper Blockchain for ePedigree - Whitepaper
Blockchain for ePedigree - Whitepaper
 
Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0Blockchain Technology Developments in Government 3.0
Blockchain Technology Developments in Government 3.0
 
crypto ppt.ppt
crypto ppt.pptcrypto ppt.ppt
crypto ppt.ppt
 
Blockchain data structures and fundamental
Blockchain data structures and fundamentalBlockchain data structures and fundamental
Blockchain data structures and fundamental
 
Blockchain Technology Explained
Blockchain Technology ExplainedBlockchain Technology Explained
Blockchain Technology Explained
 
BEGIN BLOCKCHAIN - Module 2_feedback implemented (real final).pptx
BEGIN BLOCKCHAIN - Module 2_feedback implemented (real final).pptxBEGIN BLOCKCHAIN - Module 2_feedback implemented (real final).pptx
BEGIN BLOCKCHAIN - Module 2_feedback implemented (real final).pptx
 
Emily rutland blockchain
Emily rutland blockchainEmily rutland blockchain
Emily rutland blockchain
 
Blockchain technology.pptx
 Blockchain technology.pptx Blockchain technology.pptx
Blockchain technology.pptx
 
Blockchain Technology And Cryptocurrency
Blockchain Technology And CryptocurrencyBlockchain Technology And Cryptocurrency
Blockchain Technology And Cryptocurrency
 
Advantages and disadvantages of permissionless blockchain
Advantages and disadvantages of permissionless blockchainAdvantages and disadvantages of permissionless blockchain
Advantages and disadvantages of permissionless blockchain
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
 

Recently uploaded

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 

Recently uploaded (20)

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

Blockchain; how it works, and why you should care

  • 1. `` Blockchain Vincent Olislagers -1st of June - for Kasbah Hub How it works, and why you should care
  • 2. `` Agenda • Why the hype? • Cryptocurrency vs blockchain • How does a blockchain work? • What can you use it for? • Types of blockchains • Advantages / challenges with blockchain tech
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 10. What is a cryptocurrency?
  • 14. `` Then what is it? Source: https://en.wikipedia.org/wiki/Cryptocurrency
  • 15. `` Then what is it? Source: Vincent Olislagers Digital money that can only be spent by its owner 👑
  • 16. And what is a blockchain?
  • 18. Nomic Each move in Nomic is an attempt to set up new rules of game Players propose new rules and vote for them (even this rule can be changed) Source: https://www.slideshare.net/makiwara/eng-wiki-gaming-presentation
  • 19. `` A blockchain is.. a network of computers that does collective book keeping on the state of the network, through a majority consensus on the rules of bookkeeping. Source: https://www.youtube.com/watch?v=oSP-taqLWPQ
  • 21. A blockchain is both the state of the network and the network itself
  • 22. `` A ledger (sort of like an Excel spreadsheet) Source: http://www.gartner.com/smarterwithgartner/blockchain-goes-beyond-financial-services/ State of the network
  • 23. `` A ledger (sort of like an Excel spreadsheet), which is distributed (updated by multiple entities) Source: http://www.gartner.com/smarterwithgartner/blockchain-goes-beyond-financial-services/ State of the network
  • 24. `` A ledger (sort of like an Excel spreadsheet), which is distributed (updated by multiple entities), follows specific rules on who can read/write to it Source: http://www.gartner.com/smarterwithgartner/blockchain-goes-beyond-financial-services/ State of the network
  • 25. `` State of the network A ledger (sort of like an Excel spreadsheet), which is distributed (updated by multiple entities), follows specific rules on who can read/write to it, which can bring trust in an untrusted environment Source: http://www.gartner.com/smarterwithgartner/blockchain-goes-beyond-financial-services/
  • 26. `` State of the network A ledger (sort of like an Excel spreadsheet), which is distributed (updated by multiple entities), follows specific rules on who can read/write to it, which can bring trust in an untrusted environment, and creates an irrevocable record of significant data and events. Source: http://www.gartner.com/smarterwithgartner/blockchain-goes-beyond-financial-services/
  • 27. What is a block?
  • 28. `` A block is.. A group of transactions..
  • 29. `` A block is.. A group of transactions.. which are broadcast on the network..
  • 30. `` A block is.. A group of transactions.. which are broadcast on the network.. that have been or are being written into the blockchain.
  • 31. What’s in a block? Source: https://www.cryptocompare.com/coins/guides/what-is-a-block-header-in-bitcoin/
  • 32. What’s in a block? A block header, containing • The bitcoin version number • A timestamp (in UNIX • A difficulty target • among other things Source: https://www.cryptocompare.com/coins/guides/what-is-a-block-header-in-bitcoin/
  • 33. What’s in a block? A block header, containing • The bitcoin version number • A timestamp (in UNIX • A difficulty target • among other things The actual transactions which contain • the sending addresses, • receiving addresses • amount transfered It can contain other things, depending on which type of blockchain you’re looking at. Source: https://www.cryptocompare.com/coins/guides/what-is-a-block-header-in-bitcoin/
  • 36. What about the chain?
  • 37. `` The chain is.. A sequence of blocks..
  • 38. `` The chain is.. A sequence of blocks.. that have been confirmed by the network..
  • 39. `` The chain is.. A sequence of blocks.. that have been confirmed by the network.. that represent a chronological record..
  • 40. `` The chain is.. A sequence of blocks.. that have been confirmed by the network.. that represent a chronological record.. of events on the network.
  • 42. Why should I trust this?
  • 43. How is consensus reached? (who gets to decide what’s in the ‘spreadsheet’?)
  • 45. `` Answer: It depends.. on the rules in the blockchain you’re using
  • 46. `` Answer: It depends.. on the rules in the blockchain you’re using This set of rules is called the ‘consensus mechanism’
  • 48. What can you use a blockchain for?
  • 49. `` You can use it as a platform for payment remittance & clearing That tracks the state of all programs that are running on the network Examples: • Cross-border payments • Intra-bank settlements
  • 50.
  • 51.
  • 52. `` You can use it to for identity management • Authentication with services • Tracking reputation & reliability of users and services
  • 53.
  • 54. `` You can use it to represent ownership of underlying assets • Property ownership • Land ownership • Ownership of intellectual property • Ownership of capital in a VC index fund
  • 55.
  • 56. `` You can use it as a tool for compliance and risk management Compliance (e.g. with government regulations) • Know your customer (KYC) • Anti-money laundering (AML) • Countering the Financing of Terrorism (CFT) • Licensing & data protection compliance Insurance Background checks • Outstanding debt
  • 57.
  • 58.
  • 59. `` You can use it as a payment method or a store of value Examples: • Bitcoin, Digix • Monero, Dash, Zcash (support anonymous payments)
  • 60.
  • 61.
  • 62. `` You can use it as a tool for tracing the origin of goods Supply chain optimization • By allowing any actor in the supply chain to audit a single source of truth Provenance services • Make visible where and when a product was produced by whom and under what conditions
  • 63.
  • 64.
  • 65. `` You can use it to gate access to resources • Streaming media • Prepaid credit to access content • Loyalty rewards • Store loyalty points with a service • User attention • Ad rewards
  • 66.
  • 67.
  • 68.
  • 69. `` You can use it to increase transparency in governance • In government elections • In corporate governance • In decentralised autonomous organizations (DAO’s)
  • 70.
  • 71. `` You can use it as a cloud computing platform • Applications in a public cloud • (Called smart contracts) • Prediction markets • Decentralised cloud computing • Decentralised cloud storage
  • 72.
  • 73.
  • 74.
  • 75.
  • 76. What types of blockchains exist?
  • 77. `` Public blockchains Blockchains which anyone in the world can read.. Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
  • 78. `` Public blockchains Blockchains which anyone in the world can read.. anyone in the world can send transactions to and expect to see them included if they are valid.. Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
  • 79. `` Public blockchains Blockchains which anyone in the world can read.. anyone in the world can send transactions to and expect to see them included if they are valid.. anyone in the world can participate in the consensus process (the process for determining what blocks get added to the chain and what the current state is.) Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
  • 80. `` Consortium blockchains Blockchains where the consensus process is controlled by a pre-selected set of nodes (participants) e.g. a consortium of 15 financial institutions Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
  • 81. `` Consortium blockchains Blockchains where the consensus process is controlled by a pre-selected set of nodes (participants) e.g. a consortium of 15 financial institutions The right to read the blockchain may be public, or it may be restricted to the participants Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
  • 82. `` Consortium blockchains Blockchains where the consensus process is controlled by a pre-selected set of nodes (participants) e.g. a consortium of 15 financial institutions The right to read the blockchain may be public, or it may be restricted to the participants Hyperledger, EEA are examples of these types of consortiums Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
  • 83. `` Consortium blockchains Blockchains where the consensus process is controlled by a pre-selected set of nodes (participants) e.g. a consortium of 15 financial institutions The right to read the blockchain may be public, or it may be restricted to the participants Hyperledger, EEA are examples of these types of consortiums Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
  • 84. `` Private blockchains A blockchain where write permissions are kept centralised to one organisation. Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
  • 85. `` Private blockchains A blockchain where write permissions are kept centralised to one organisation. Read permissions may be public or restricted Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
  • 86. `` Private blockchains A blockchain where write permissions are kept centralised to one organisation. Read permissions may be public or restricted These behave essentially very much like regular databases. Source: https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
  • 87. What are the advantages of blockchain tech?
  • 88. `` Some advantages include.. • cost savings due to fewer middlemen • near-instantaneous clearing and settlement • transaction irreversibility when needed • fewer transaction errors • increased confidence in products whose underlying assets are opaque • be in control of your own data • transparency & immutability, nobody can secretly change data Source: https://www.finextra.com/finextra-downloads/newsdocs/the%20fintech%202%200%20paper.pdf http://www.coindesk.com/santander-blockchain-tech-can-save-banks-20-billion-a-year/ https://www2.deloitte.com/nl/nl/pages/innovatie/artikelen/blockchain-technology-9-benefits-and-7-challenges.html
  • 89. `` Some advantages include.. • cost savings due to fewer middlemen • near-instantaneous clearing and settlement • transaction irreversibility when needed • fewer transaction errors • increased confidence in products whose underlying assets are opaque • be in control of your own data • transparency & immutability, nobody can secretly change data
  • 92. Get notified when can buy bitcoin here Sign up: http://bit.ly/bitcoinoslo Or scan: