SlideShare ist ein Scribd-Unternehmen logo
1 von 31
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/

Weitere ähnliche Inhalte

Was ist angesagt?

What is Cryptocurrency?
What is Cryptocurrency?What is Cryptocurrency?
What is Cryptocurrency?Rakesh Ranjan
 
Bitcoin - the Basics
Bitcoin - the BasicsBitcoin - the Basics
Bitcoin - the BasicsVesa Linja-aho
 
Decentralised Finance (De-Fi): Is this the future of finance?
Decentralised Finance (De-Fi): Is this the future of finance?Decentralised Finance (De-Fi): Is this the future of finance?
Decentralised Finance (De-Fi): Is this the future of finance?Blockchain and CryptoAsset (K) Ltd.
 
Blockchain
BlockchainBlockchain
BlockchainSai Nath
 
Ethereum in a nutshell
Ethereum in a nutshellEthereum in a nutshell
Ethereum in a nutshellDaniel Chan
 
Cryptocurrency
CryptocurrencyCryptocurrency
CryptocurrencySuman Nayak
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain PresentationZied GUESMI
 
Overview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus MechanismsOverview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus MechanismsJohannes Ahlmann
 
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...Edureka!
 
What is a blockchain?
What is a blockchain?What is a blockchain?
What is a blockchain?Kevin Koo
 
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...Edureka!
 
Basics of Blockchain Technology
Basics of Blockchain TechnologyBasics of Blockchain Technology
Basics of Blockchain TechnologyNasir Bhutta
 
Blockchain Smart Contract v5
Blockchain   Smart Contract v5Blockchain   Smart Contract v5
Blockchain Smart Contract v5MD SAQUIB KHAN
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology Niuversity
 
What is decentralized finance ( de fi )
What is decentralized finance ( de fi )What is decentralized finance ( de fi )
What is decentralized finance ( de fi )Celine George
 
Top 5 DeFi Applications
Top 5 DeFi ApplicationsTop 5 DeFi Applications
Top 5 DeFi Applications101 Blockchains
 
Decentralized Autonomous Organizations.pptx
Decentralized Autonomous Organizations.pptxDecentralized Autonomous Organizations.pptx
Decentralized Autonomous Organizations.pptxShawn L. Grubb MBA PMP
 

Was ist angesagt? (20)

What is Cryptocurrency?
What is Cryptocurrency?What is Cryptocurrency?
What is Cryptocurrency?
 
Bitcoin - the Basics
Bitcoin - the BasicsBitcoin - the Basics
Bitcoin - the Basics
 
Decentralised Finance (De-Fi): Is this the future of finance?
Decentralised Finance (De-Fi): Is this the future of finance?Decentralised Finance (De-Fi): Is this the future of finance?
Decentralised Finance (De-Fi): Is this the future of finance?
 
Blockchain
BlockchainBlockchain
Blockchain
 
Ethereum in a nutshell
Ethereum in a nutshellEthereum in a nutshell
Ethereum in a nutshell
 
Cryptocurrency
CryptocurrencyCryptocurrency
Cryptocurrency
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
 
Ethereum
EthereumEthereum
Ethereum
 
Overview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus MechanismsOverview of Blockchain Consensus Mechanisms
Overview of Blockchain Consensus Mechanisms
 
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
 
What is a blockchain?
What is a blockchain?What is a blockchain?
What is a blockchain?
 
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
Blockchain Explained | Blockchain Simplified | Blockchain Technology | Blockc...
 
Cryptocurrency
CryptocurrencyCryptocurrency
Cryptocurrency
 
Basics of Blockchain Technology
Basics of Blockchain TechnologyBasics of Blockchain Technology
Basics of Blockchain Technology
 
Blockchain Smart Contract v5
Blockchain   Smart Contract v5Blockchain   Smart Contract v5
Blockchain Smart Contract v5
 
Blockchain
BlockchainBlockchain
Blockchain
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology
 
What is decentralized finance ( de fi )
What is decentralized finance ( de fi )What is decentralized finance ( de fi )
What is decentralized finance ( de fi )
 
Top 5 DeFi Applications
Top 5 DeFi ApplicationsTop 5 DeFi Applications
Top 5 DeFi Applications
 
Decentralized Autonomous Organizations.pptx
Decentralized Autonomous Organizations.pptxDecentralized Autonomous Organizations.pptx
Decentralized Autonomous Organizations.pptx
 

Ă„hnlich wie Blockchain & Cryptocurrencies Explained

Bitcoin and Ransomware Analysis
Bitcoin and Ransomware AnalysisBitcoin and Ransomware Analysis
Bitcoin and Ransomware AnalysisInderjeet Singh
 
Bitcoin and Ransomware Analysis
Bitcoin and Ransomware AnalysisBitcoin and Ransomware Analysis
Bitcoin and Ransomware Analysisinder_barara
 
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/2014WeKCo Coworking
 
Understanding Blockchain
Understanding BlockchainUnderstanding Blockchain
Understanding BlockchainTony 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
 
NYS Forum - Blockchain
NYS Forum - BlockchainNYS Forum - Blockchain
NYS Forum - BlockchainJoel Binn
 
blockchain bootcamp @WCNJ
blockchain bootcamp @WCNJblockchain bootcamp @WCNJ
blockchain bootcamp @WCNJAsh Yadav
 
Blockchain and Bitcoin
Blockchain and BitcoinBlockchain and Bitcoin
Blockchain and BitcoinM Shamim Iqbal
 
Blockchain & crypto
Blockchain & cryptoBlockchain & crypto
Blockchain & cryptoAtul Mangat
 
module-1.pptx
module-1.pptxmodule-1.pptx
module-1.pptxRaju385766
 
Indjic fintech module 6
Indjic fintech module 6Indjic fintech module 6
Indjic fintech module 6Drago Indjic
 
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_cryptocurraniesMoaaz Mohamed
 
Digital currency
Digital currencyDigital currency
Digital currencyMoaaz 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 Crypto5Four Digital
 

Ă„hnlich wie Blockchain & Cryptocurrencies Explained (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
 

KĂĽrzlich hochgeladen

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
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
 
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
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 
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
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
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
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 

KĂĽrzlich hochgeladen (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
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...
 
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
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
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
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
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
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 

Blockchain & Cryptocurrencies Explained

  • 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/

Hinweis der Redaktion

  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.