SlideShare a Scribd company logo
Blockchain &
Cryptocurrencies
NIMESH PATODI
• “We believe Bitcoin may be the most important technology of this decade.”
-Andreessen Horowitz
• “It's not a medium of exchange, it's a medium of trading, so I can't see any intrinsic value.”
-Howard Marks
• “Stay away from it. It's a mirage, basically.”
-Warren Buffet
• “I would not invest. I need to understand it better. I think there's a lot of merit behind it.”
-Ray Dalio (2013)
• “I think the algorithmic approach to controlling the money supply used by Bitcoin and
other digital currencies being developed in Silicon Valley could go a long way to creating
a sound store of value.”
-Mathew Bishop, Editor, The Economist
• “… a currency is a target of speculation as opposed to primarily a means of exchange, it does
create some concerns for the user.”
-Raghuram Rajan (2014)
What is a Distributed Ledger?
• A distributed ledger (aka shared ledger) is a
consensus of replicated, shared, and synchronized
digital data geographically spread across multiple
sites, countries, or institutions.
• There is no central administrator or
centralised data storage.
• Blockchain is a type of distributed ledger.
WHAT IS A
BLOCKCHAIN?
What is a Blockchain?
• A Blockchain is a continuous list of records,
called blocks, a linked list that is built with
hash pointers instead of pointers.
• Each block contains typically a hash pointer as a
link to a previous block, a timestamp and
transaction data.
• A use case for a block chain is a tamper-evident
log.
What is in a Blockchain?
• Blockchain is just another type of database for
recording transactions.
• Data in a Blockchain is stored in fixed structures
called “blocks”.
• The important parts of a block are:
• Its header
• Includes metadata, unique block reference number, timestamp, and
a link to the previous block.
• Its content
• Transaction details, i.e., addresses of the parties involved and
the amounts.
Graphic: Deloitte University Press. Source: American Banker
How the Bitcoin Blockchain works.
Graphic: Deloitte University Press. Source: American Banker
How the Bitcoin Blockchain works.
Elements common to all Blockchains
• Digitally distributed across a computer network in
almost real-time.
• Uses many participants in the network to reach
consensus.
• Uses cryptography and digital signatures to prove
identity.
• Has mechanisms to make it hard(but not impossible) to
change historical records.
• Is time stamped.
• Is programmable.
What is a Cryptocurrency?
• A digital asset designed to work as a medium of
exchange using cryptography to secure the
transactions and,
• to control the creation of additional units of the
currency.
• Ownership of a Bitcoin is nothing more than other
nodes agreeing that a given party owns those
bitcoins.
Differences between Fiat Currency & Cryptocurrency
Cryptocurrency
No intermediary
Free float exchange rates
Unregulated
Untraceable
Less Secure
Not a Legal Tender
Fiat Currency
Backed by the Central Bank
Possible Intervention of Central Bank
Regulated
Relatively traceable
More Secure
Legal Tender
What is Bitcoin mining?
• Essentially the book-keeping service.
• Miners keep the Blockchain consistent, complete and
unalterable by repeatedly verifying and collecting
transactions in a group called “block”.
• Each block contains a cryptographic hash of the previous
block, using the SHA-256 hashing algorithm, which links it
to the previous block.
• In order to be accepted by the rest of the network, a new
block must contain a so-called proof-of-work. The proof-
of-work requires miners to find a number called a nonce.
What is Bitcoin mining?
• Only way to solve puzzle is to try nonces one by one and
hope that one succeeds.
• This proof is easy for any node in the network to verify,
but extremely time-consuming to generate.
• Every 2016 blocks (approximately 14 days at roughly 10 min
per block), the difficulty target is adjusted based on the
network's recent performance, with the aim of keeping the
average time between new blocks at ten minutes.
• Mining rewards has two components:
• Transaction Fees
• Block Reward (Currently 12.5BTC/XBT per block)
Key
Properties
of
Limited Supply
Open Source
Accountable
Decentralized
Censorship Resistant
Push System
Low Fee
Borderless
Trustless
Pseudonymous
Secure
Programmable
Nearly Instant
Peer-to-peer
Portable
Scalable
Designed Money
Weaknesses
• Bitcoins are not widely accepted.
• Wallets can be lost.
• Highly volatile.
• No Buyer Protection.
• No Valuation Guarantee.
• Internet Dependency.
• Unregulated Exchanges.
Threats
• Unknown Technical Flaws.
• Wallet theft.
• Sybil Attacks – Numerous copies of malicious nodes
controlled by same adversary.
• Denial of Service(DoS) Attacks.
• Reverse Engineering transactions.
• Government Regulation.
• Energy Consumption.
Alternative
Cryptocurrencies
aka Altcoins
What are Altcoins?
• Altcoins are the alternative cryptocurrencies
launched after the success of Bitcoin.
• They attempt to target any perceived limitations
that Bitcoin has and come up with newer versions
with competitive advantages.
• Total market cap = $126.85 billions.
• BTC at $58B+, ETH at $28B+, XRP at $6.8B+. (as on 12/8/17)
The Year of Hype - 2017
Coin (Ranked by MCap) Year to Date (YTD) returns
(against $)
Bitcoin (XBT) 259.9%
Ethereum (ETH) 3597.8%
Ripple (XRP) 685.4%
Litecoin (LTC) 961.7%
Neo (NEO) 7008.8% (against XBT)
DigitalCash (DASH) 1717.4%
Monero (XMR) 271.4%
(as on 12/8/17)
(as on 12/8/17)
(as on 12/8/17)
Breaking Down Token Types
Token Type Function Examples
Traditional Asset Token To represent a traditional
asset cryptographically
USDT, DGD
Usage Token To provide access to a
digital service
BTC, ETH, BAT
Work Token To provide the right to
contribute work to a
decentralized organisation
REP, MKR
Hybrid (Usage + Work) To provide access to a
digital service and the
right to contribute work
FIL, ETH(with
Casper)
Source: Tomaino N. https://thecontrol.co/on-token-value-e61b10b6175e
Primary driver of Altcoin value
Token Network Effects
A fundamental approach
Three main sources of value driving a currency’s price:
• Production: High production cost.
• Bitcoin is produced via a virtual “mining” process, takes
exponentially more computing power each time a new cache is
mined. It not only requires specialized hardware, but
electricity to run and cool that hardware.
• Scarcity: Bitcoin (and most other cryptocurrencies)
are designed to have a fixed supply.
• Utility: “Use - cases”
• Golem – “AirBnB for your spare computing cycles.”
• Steem – Get paid each time someone reads or likes your post.
• SiaCoin - Decentralised private cloud service
• Augur – Platform that rewards for correctly predicting future
real-world events.
Ethereum
• An open software platform based on blockchain
technology that enables developers to build and
deploy decentralized applications.
• “Ether” can be transferred between users and used
to compensate participant nodes for computations
performed.
• Build new applications using “Smart Contracts”
• Trustless Crowdsale of Tokens
• Create a democratic autonomous organisation
• Dubbed as Web3.0
Smart Contracts on Ethereum
• Smart contract is just a phrase used to describe
computer code that can facilitate the exchange of
money, content, property, shares, or anything of
value.
• When running on the blockchain a smart contract
becomes like a self-operating computer program
that automatically executes when specific
conditions are met.
• Has features like no censorship, downtime, fraud
or third party interference.
EtherOpt(https://etheropt.github.io/) is a decentralized options exchange built on Ethereum.
What are ICOs?
• Analogous to an IPO, ICOs are means by which funds are
raised for a new cryptocurrency venture through sale of
coins instead of shares.
• ICOs are unregulated, startups use this to bypass the
rigorous and regulated capital-raising process required by
venture capitalists or banks.
• ICOs have now exceeded venture funding for blockchain
projects.
• Bancor raised $150 million.
• Tezos raised $232 million.
• Filecoin raised $200 million. (Pre-sale to Sequoia Capital,
Andreessen Horowitz, etc.)
• While, Tesla raised $226 million in their IPO.
REFERENCES
• Rich and Famous people on Bitcoin. https://www.weusecoins.com/rich-famous-bitcoin/
• Bitcoin and Cryptocurrency Technologies, Arvind Narayan et al. 2016 (Princeton)
• The Bitcoin Whitepaper: Nakamoto, Satoshi. Bitcoin: A peer to peer electronic cash system. (2008)
• “Blockchain. Enigma. Paradox. Opportunity.” Deloitte University Press
• Blockchain 101 – A Visual Demo. https://www.youtube.com/watch?v=_160oMzblY8
• K. Michael. Token Network Effects. https://medium.freecodecamp.org/token-network-effects-a-new-
business-model-for-a-decentralized-web-6cde8b4e862
• Blockgeeks. https://blockgeeks.com/guides/what-is-ethereum/
• Understanding the ICO hype. https://medium.com/blockchannel/understanding-the-ethereum-ico-
token-hype-429481278f45
• Cryptocompare. https://www.cryptocompare.com/
• Coinmarketcap. https://coinmarketcap.com/charts/

More Related Content

What's hot

Blockchain and DeFi: Overview
Blockchain and DeFi: OverviewBlockchain and DeFi: Overview
Blockchain and DeFi: Overview
Svetlin Nakov
 
Introduction to Cryptocurrency (Bitcoin)
Introduction to Cryptocurrency (Bitcoin)Introduction to Cryptocurrency (Bitcoin)
Introduction to Cryptocurrency (Bitcoin)
Kashif Khans
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
Romit Bose
 
Top 5 DeFi Applications
Top 5 DeFi ApplicationsTop 5 DeFi Applications
Top 5 DeFi Applications
101 Blockchains
 
DeFi 101
DeFi 101DeFi 101
DeFi 101
Manish Jain
 
DeFi - What it's all about
DeFi - What it's all aboutDeFi - What it's all about
DeFi - What it's all about
Chinmay Patel
 
Cryptocurrency
CryptocurrencyCryptocurrency
Cryptocurrency
Rohit Kumar Kashyap
 
What is Cryptocurrency
What is Cryptocurrency What is Cryptocurrency
What is Cryptocurrency
James Travis
 
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Edureka!
 
DeFi - Decentralized Finance - Wallstreet Meets Blockchain
DeFi - Decentralized Finance - Wallstreet Meets BlockchainDeFi - Decentralized Finance - Wallstreet Meets Blockchain
DeFi - Decentralized Finance - Wallstreet Meets Blockchain
ThatCrypto
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
Shishir Aryal
 
Cryptocurrency
CryptocurrencyCryptocurrency
Cryptocurrency
MZain17
 
Blockchain Tokenization
Blockchain TokenizationBlockchain Tokenization
Blockchain Tokenization
Bellaj Badr
 
Blockchain
BlockchainBlockchain
Blockchain
Mohit Singh
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
PalakGulati10
 
Crypto & Crpyocurrencies Intro
Crypto & Crpyocurrencies IntroCrypto & Crpyocurrencies Intro
Crypto & Crpyocurrencies Intro
Tal Shmueli
 
The Blockchain - The Technology behind Bitcoin
The Blockchain - The Technology behind Bitcoin The Blockchain - The Technology behind Bitcoin
The Blockchain - The Technology behind Bitcoin
Jérôme Kehrli
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
AIMDek Technologies
 
Bitcoin: The Internet of Money
Bitcoin: The Internet of MoneyBitcoin: The Internet of Money
Bitcoin: The Internet of Money
winklevosscap
 
Bitcoin
BitcoinBitcoin

What's hot (20)

Blockchain and DeFi: Overview
Blockchain and DeFi: OverviewBlockchain and DeFi: Overview
Blockchain and DeFi: Overview
 
Introduction to Cryptocurrency (Bitcoin)
Introduction to Cryptocurrency (Bitcoin)Introduction to Cryptocurrency (Bitcoin)
Introduction to Cryptocurrency (Bitcoin)
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
 
Top 5 DeFi Applications
Top 5 DeFi ApplicationsTop 5 DeFi Applications
Top 5 DeFi Applications
 
DeFi 101
DeFi 101DeFi 101
DeFi 101
 
DeFi - What it's all about
DeFi - What it's all aboutDeFi - What it's all about
DeFi - What it's all about
 
Cryptocurrency
CryptocurrencyCryptocurrency
Cryptocurrency
 
What is Cryptocurrency
What is Cryptocurrency What is Cryptocurrency
What is Cryptocurrency
 
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
 
DeFi - Decentralized Finance - Wallstreet Meets Blockchain
DeFi - Decentralized Finance - Wallstreet Meets BlockchainDeFi - Decentralized Finance - Wallstreet Meets Blockchain
DeFi - Decentralized Finance - Wallstreet Meets Blockchain
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
 
Cryptocurrency
CryptocurrencyCryptocurrency
Cryptocurrency
 
Blockchain Tokenization
Blockchain TokenizationBlockchain Tokenization
Blockchain Tokenization
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Crypto & Crpyocurrencies Intro
Crypto & Crpyocurrencies IntroCrypto & Crpyocurrencies Intro
Crypto & Crpyocurrencies Intro
 
The Blockchain - The Technology behind Bitcoin
The Blockchain - The Technology behind Bitcoin The Blockchain - The Technology behind Bitcoin
The Blockchain - The Technology behind Bitcoin
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Bitcoin: The Internet of Money
Bitcoin: The Internet of MoneyBitcoin: The Internet of Money
Bitcoin: The Internet of Money
 
Bitcoin
BitcoinBitcoin
Bitcoin
 

Similar to Blockchain and Cryptocurrencies

Bitcoin and Ransomware Analysis
Bitcoin and Ransomware AnalysisBitcoin and Ransomware Analysis
Bitcoin and Ransomware Analysis
inder_barara
 
Bitcoin and Ransomware Analysis
Bitcoin and Ransomware AnalysisBitcoin and Ransomware Analysis
Bitcoin and Ransomware Analysis
Inderjeet Singh
 
Blockchain - Presentacion Betabeers Galicia 10/12/2014
Blockchain - Presentacion Betabeers Galicia 10/12/2014Blockchain - Presentacion Betabeers Galicia 10/12/2014
Blockchain - Presentacion Betabeers Galicia 10/12/2014
WeKCo Coworking
 
Understanding Blockchain
Understanding BlockchainUnderstanding Blockchain
Understanding Blockchain
Tony Willenberg
 
A technical Introduction to Blockchain.
A technical Introduction to Blockchain.A technical Introduction to Blockchain.
A technical Introduction to Blockchain.
Dev
 
Blockchain & Cryptocurrencies Intro - July 2017
Blockchain & Cryptocurrencies Intro - July 2017Blockchain & Cryptocurrencies Intro - July 2017
Blockchain & Cryptocurrencies Intro - July 2017
🔗Audrey Chaing
 
Blockchain and Crypto 101 - October 2017
Blockchain and Crypto 101 - October 2017Blockchain and Crypto 101 - October 2017
Blockchain and Crypto 101 - October 2017
🔗Audrey Chaing
 
crypto ppt.ppt
crypto ppt.pptcrypto ppt.ppt
crypto ppt.ppt
SakshiRawat394090
 
NYS Forum - Blockchain
NYS Forum - BlockchainNYS Forum - Blockchain
NYS Forum - Blockchain
Joel Binn
 
blockchain bootcamp @WCNJ
blockchain bootcamp @WCNJblockchain bootcamp @WCNJ
blockchain bootcamp @WCNJ
Ash Yadav
 
Blockchain and Bitcoin
Blockchain and BitcoinBlockchain and Bitcoin
Blockchain and Bitcoin
M Shamim Iqbal
 
Blockchain & crypto
Blockchain & cryptoBlockchain & crypto
Blockchain & crypto
Atul Mangat
 
module-1.pptx
module-1.pptxmodule-1.pptx
module-1.pptx
Raju385766
 
Indjic fintech module 6
Indjic fintech module 6Indjic fintech module 6
Indjic fintech module 6
Drago Indjic
 
Litecoin Crypto Currency Bootcamp
Litecoin Crypto Currency BootcampLitecoin Crypto Currency Bootcamp
Litecoin Crypto Currency Bootcamp
Joseph Holbrook, Chief Learning Officer (CLO)
 
An in depth presentation of Cryptocurrency.
An in depth presentation of Cryptocurrency.An in depth presentation of Cryptocurrency.
An in depth presentation of Cryptocurrency.
SanjeebSamanta1
 
#blockchain_hashin_bitcoin_cryptocurranies
#blockchain_hashin_bitcoin_cryptocurranies#blockchain_hashin_bitcoin_cryptocurranies
#blockchain_hashin_bitcoin_cryptocurranies
Moaaz Mohamed
 
Digital currency
Digital currencyDigital currency
Digital currency
Moaaz Mohamed
 
Webinar – Blockchain, NFT, Crypto & DeFi – A Primer for these exciting develo...
Webinar – Blockchain, NFT, Crypto & DeFi – A Primer for these exciting develo...Webinar – Blockchain, NFT, Crypto & DeFi – A Primer for these exciting develo...
Webinar – Blockchain, NFT, Crypto & DeFi – A Primer for these exciting develo...
Zeeve
 
Let’s Talk Crypto
Let’s Talk CryptoLet’s Talk Crypto
Let’s Talk Crypto
5Four Digital
 

Similar to Blockchain and Cryptocurrencies (20)

Bitcoin and Ransomware Analysis
Bitcoin and Ransomware AnalysisBitcoin and Ransomware Analysis
Bitcoin and Ransomware Analysis
 
Bitcoin and Ransomware Analysis
Bitcoin and Ransomware AnalysisBitcoin and Ransomware Analysis
Bitcoin and Ransomware Analysis
 
Blockchain - Presentacion Betabeers Galicia 10/12/2014
Blockchain - Presentacion Betabeers Galicia 10/12/2014Blockchain - Presentacion Betabeers Galicia 10/12/2014
Blockchain - Presentacion Betabeers Galicia 10/12/2014
 
Understanding Blockchain
Understanding BlockchainUnderstanding Blockchain
Understanding Blockchain
 
A technical Introduction to Blockchain.
A technical Introduction to Blockchain.A technical Introduction to Blockchain.
A technical Introduction to Blockchain.
 
Blockchain & Cryptocurrencies Intro - July 2017
Blockchain & Cryptocurrencies Intro - July 2017Blockchain & Cryptocurrencies Intro - July 2017
Blockchain & Cryptocurrencies Intro - July 2017
 
Blockchain and Crypto 101 - October 2017
Blockchain and Crypto 101 - October 2017Blockchain and Crypto 101 - October 2017
Blockchain and Crypto 101 - October 2017
 
crypto ppt.ppt
crypto ppt.pptcrypto ppt.ppt
crypto ppt.ppt
 
NYS Forum - Blockchain
NYS Forum - BlockchainNYS Forum - Blockchain
NYS Forum - Blockchain
 
blockchain bootcamp @WCNJ
blockchain bootcamp @WCNJblockchain bootcamp @WCNJ
blockchain bootcamp @WCNJ
 
Blockchain and Bitcoin
Blockchain and BitcoinBlockchain and Bitcoin
Blockchain and Bitcoin
 
Blockchain & crypto
Blockchain & cryptoBlockchain & crypto
Blockchain & crypto
 
module-1.pptx
module-1.pptxmodule-1.pptx
module-1.pptx
 
Indjic fintech module 6
Indjic fintech module 6Indjic fintech module 6
Indjic fintech module 6
 
Litecoin Crypto Currency Bootcamp
Litecoin Crypto Currency BootcampLitecoin Crypto Currency Bootcamp
Litecoin Crypto Currency Bootcamp
 
An in depth presentation of Cryptocurrency.
An in depth presentation of Cryptocurrency.An in depth presentation of Cryptocurrency.
An in depth presentation of Cryptocurrency.
 
#blockchain_hashin_bitcoin_cryptocurranies
#blockchain_hashin_bitcoin_cryptocurranies#blockchain_hashin_bitcoin_cryptocurranies
#blockchain_hashin_bitcoin_cryptocurranies
 
Digital currency
Digital currencyDigital currency
Digital currency
 
Webinar – Blockchain, NFT, Crypto & DeFi – A Primer for these exciting develo...
Webinar – Blockchain, NFT, Crypto & DeFi – A Primer for these exciting develo...Webinar – Blockchain, NFT, Crypto & DeFi – A Primer for these exciting develo...
Webinar – Blockchain, NFT, Crypto & DeFi – A Primer for these exciting develo...
 
Let’s Talk Crypto
Let’s Talk CryptoLet’s Talk Crypto
Let’s Talk Crypto
 

Recently uploaded

DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 

Recently uploaded (20)

DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 

Blockchain and Cryptocurrencies

  • 2. • “We believe Bitcoin may be the most important technology of this decade.” -Andreessen Horowitz • “It's not a medium of exchange, it's a medium of trading, so I can't see any intrinsic value.” -Howard Marks • “Stay away from it. It's a mirage, basically.” -Warren Buffet • “I would not invest. I need to understand it better. I think there's a lot of merit behind it.” -Ray Dalio (2013) • “I think the algorithmic approach to controlling the money supply used by Bitcoin and other digital currencies being developed in Silicon Valley could go a long way to creating a sound store of value.” -Mathew Bishop, Editor, The Economist • “… a currency is a target of speculation as opposed to primarily a means of exchange, it does create some concerns for the user.” -Raghuram Rajan (2014)
  • 3. What is a Distributed Ledger? • A distributed ledger (aka shared ledger) is a consensus of replicated, shared, and synchronized digital data geographically spread across multiple sites, countries, or institutions. • There is no central administrator or centralised data storage. • Blockchain is a type of distributed ledger.
  • 5. What is a Blockchain? • A Blockchain is a continuous list of records, called blocks, a linked list that is built with hash pointers instead of pointers. • Each block contains typically a hash pointer as a link to a previous block, a timestamp and transaction data. • A use case for a block chain is a tamper-evident log.
  • 6. What is in a Blockchain? • Blockchain is just another type of database for recording transactions. • Data in a Blockchain is stored in fixed structures called “blocks”. • The important parts of a block are: • Its header • Includes metadata, unique block reference number, timestamp, and a link to the previous block. • Its content • Transaction details, i.e., addresses of the parties involved and the amounts.
  • 7. Graphic: Deloitte University Press. Source: American Banker How the Bitcoin Blockchain works.
  • 8. Graphic: Deloitte University Press. Source: American Banker How the Bitcoin Blockchain works.
  • 9. Elements common to all Blockchains • Digitally distributed across a computer network in almost real-time. • Uses many participants in the network to reach consensus. • Uses cryptography and digital signatures to prove identity. • Has mechanisms to make it hard(but not impossible) to change historical records. • Is time stamped. • Is programmable.
  • 10. What is a Cryptocurrency? • A digital asset designed to work as a medium of exchange using cryptography to secure the transactions and, • to control the creation of additional units of the currency. • Ownership of a Bitcoin is nothing more than other nodes agreeing that a given party owns those bitcoins.
  • 11. Differences between Fiat Currency & Cryptocurrency Cryptocurrency No intermediary Free float exchange rates Unregulated Untraceable Less Secure Not a Legal Tender Fiat Currency Backed by the Central Bank Possible Intervention of Central Bank Regulated Relatively traceable More Secure Legal Tender
  • 12. What is Bitcoin mining? • Essentially the book-keeping service. • Miners keep the Blockchain consistent, complete and unalterable by repeatedly verifying and collecting transactions in a group called “block”. • Each block contains a cryptographic hash of the previous block, using the SHA-256 hashing algorithm, which links it to the previous block. • In order to be accepted by the rest of the network, a new block must contain a so-called proof-of-work. The proof- of-work requires miners to find a number called a nonce.
  • 13. What is Bitcoin mining? • Only way to solve puzzle is to try nonces one by one and hope that one succeeds. • This proof is easy for any node in the network to verify, but extremely time-consuming to generate. • Every 2016 blocks (approximately 14 days at roughly 10 min per block), the difficulty target is adjusted based on the network's recent performance, with the aim of keeping the average time between new blocks at ten minutes. • Mining rewards has two components: • Transaction Fees • Block Reward (Currently 12.5BTC/XBT per block)
  • 14. Key Properties of Limited Supply Open Source Accountable Decentralized Censorship Resistant Push System Low Fee Borderless Trustless Pseudonymous Secure Programmable Nearly Instant Peer-to-peer Portable Scalable Designed Money
  • 15. Weaknesses • Bitcoins are not widely accepted. • Wallets can be lost. • Highly volatile. • No Buyer Protection. • No Valuation Guarantee. • Internet Dependency. • Unregulated Exchanges.
  • 16. Threats • Unknown Technical Flaws. • Wallet theft. • Sybil Attacks – Numerous copies of malicious nodes controlled by same adversary. • Denial of Service(DoS) Attacks. • Reverse Engineering transactions. • Government Regulation. • Energy Consumption.
  • 18. What are Altcoins? • Altcoins are the alternative cryptocurrencies launched after the success of Bitcoin. • They attempt to target any perceived limitations that Bitcoin has and come up with newer versions with competitive advantages. • Total market cap = $126.85 billions. • BTC at $58B+, ETH at $28B+, XRP at $6.8B+. (as on 12/8/17)
  • 19.
  • 20.
  • 21. The Year of Hype - 2017 Coin (Ranked by MCap) Year to Date (YTD) returns (against $) Bitcoin (XBT) 259.9% Ethereum (ETH) 3597.8% Ripple (XRP) 685.4% Litecoin (LTC) 961.7% Neo (NEO) 7008.8% (against XBT) DigitalCash (DASH) 1717.4% Monero (XMR) 271.4% (as on 12/8/17)
  • 24. Breaking Down Token Types Token Type Function Examples Traditional Asset Token To represent a traditional asset cryptographically USDT, DGD Usage Token To provide access to a digital service BTC, ETH, BAT Work Token To provide the right to contribute work to a decentralized organisation REP, MKR Hybrid (Usage + Work) To provide access to a digital service and the right to contribute work FIL, ETH(with Casper) Source: Tomaino N. https://thecontrol.co/on-token-value-e61b10b6175e
  • 25. Primary driver of Altcoin value Token Network Effects
  • 26. A fundamental approach Three main sources of value driving a currency’s price: • Production: High production cost. • Bitcoin is produced via a virtual “mining” process, takes exponentially more computing power each time a new cache is mined. It not only requires specialized hardware, but electricity to run and cool that hardware. • Scarcity: Bitcoin (and most other cryptocurrencies) are designed to have a fixed supply. • Utility: “Use - cases” • Golem – “AirBnB for your spare computing cycles.” • Steem – Get paid each time someone reads or likes your post. • SiaCoin - Decentralised private cloud service • Augur – Platform that rewards for correctly predicting future real-world events.
  • 27. Ethereum • An open software platform based on blockchain technology that enables developers to build and deploy decentralized applications. • “Ether” can be transferred between users and used to compensate participant nodes for computations performed. • Build new applications using “Smart Contracts” • Trustless Crowdsale of Tokens • Create a democratic autonomous organisation • Dubbed as Web3.0
  • 28. Smart Contracts on Ethereum • Smart contract is just a phrase used to describe computer code that can facilitate the exchange of money, content, property, shares, or anything of value. • When running on the blockchain a smart contract becomes like a self-operating computer program that automatically executes when specific conditions are met. • Has features like no censorship, downtime, fraud or third party interference.
  • 29. EtherOpt(https://etheropt.github.io/) is a decentralized options exchange built on Ethereum.
  • 30. What are ICOs? • Analogous to an IPO, ICOs are means by which funds are raised for a new cryptocurrency venture through sale of coins instead of shares. • ICOs are unregulated, startups use this to bypass the rigorous and regulated capital-raising process required by venture capitalists or banks. • ICOs have now exceeded venture funding for blockchain projects. • Bancor raised $150 million. • Tezos raised $232 million. • Filecoin raised $200 million. (Pre-sale to Sequoia Capital, Andreessen Horowitz, etc.) • While, Tesla raised $226 million in their IPO.
  • 31. REFERENCES • Rich and Famous people on Bitcoin. https://www.weusecoins.com/rich-famous-bitcoin/ • Bitcoin and Cryptocurrency Technologies, Arvind Narayan et al. 2016 (Princeton) • The Bitcoin Whitepaper: Nakamoto, Satoshi. Bitcoin: A peer to peer electronic cash system. (2008) • “Blockchain. Enigma. Paradox. Opportunity.” Deloitte University Press • Blockchain 101 – A Visual Demo. https://www.youtube.com/watch?v=_160oMzblY8 • K. Michael. Token Network Effects. https://medium.freecodecamp.org/token-network-effects-a-new- business-model-for-a-decentralized-web-6cde8b4e862 • Blockgeeks. https://blockgeeks.com/guides/what-is-ethereum/ • Understanding the ICO hype. https://medium.com/blockchannel/understanding-the-ethereum-ico- token-hype-429481278f45 • Cryptocompare. https://www.cryptocompare.com/ • Coinmarketcap. https://coinmarketcap.com/charts/

Editor's Notes

  1. Accountable - The public ledger is transparent, all transactions are seen by everyone. Censorship Resistant - no one can censor, alter or block transactions that they disagree with. Push System – No third party involved, no security issues unlike credit cards. Programmable - Individual units of bitcoin can be programmed to transfer based on certain criteria being met. Scalable – Divisible down to 8 units.