SlideShare a Scribd company logo
1 of 27
Cryptocurrencies & Blockchain
True Tales from a Blockchain Realist
January 2018
Confidential Information
#FollowTheMoney
• Token sales of blockchain are north of $2,000,000 this year
• CME (12/18) and CBOE (12/10) begin trading Bitcoin futures
• $500M in VC money in 2016
• Bitcoin hit $4,000 $7,300 $10,000 $12,000 $19,000
• 18,000 cryptotokens launched
• Crypto-millionaires investing
2
Confidential Information
Blockchain Evolution – FinTech Emerges
• 1.0 – Currencies
– Hardwired to crypto fund transfers. Uni-tasker
• Consensus based
– 2.0 – Contracts
• Recorded agreements across transactional processes. Multi-tasker
– 3.0 – Organizing Activity
• Assets are owned and may transact with one another.
• Smart homes, distributed devices in remote areas (E.g., farms)
3
Confidential Information
Bitcoin- Just Three Things
1. The value of a bitcoin is market reactive
(volatile)
- Like stocks
2. Bitcoin transactions are not reversible
- Like cash
3. There are no bitcoins
– There are only bitcoin transactions
4
Confidential Information
Lifecycle of Bitcoin Transactions
5
Transactions are visible
and recorded for
everyone to see and
examine
Confidential Information
Steps in a Transaction
• Only transactions may be traded
• Wallets create the transaction details
• Networks in bitcoin transactions create transparent
ledgers
• Identity is ensured by a “key” system
• Proof not trust is what the system relies upon
– Proof establishes identity (of the transaction)
– Proof of work established in a hash
6
Confidential Information
Non-Repudiation
7
In cryptography, it means preventing an individual or
entity from denying that a particular action occurred
related to data
Confidential Information
Why separate the Blockchain from Bitcoin
• Common vocabulary
– The blockchain – The underlying
ledger solution for Bitcoins
– A blockchain – The technology
solutions that solve distributed
record keeping
– Distributed Ledger Transactions
(DLT) – Consensus based
transactions
– Proof of Work
– Proof of Stake
8Byzantine General Scenario
Confidential Information
What is a blockchain?
9
Recorded events (ledger entries) recorded chronologically and
verified by multiple third parties. May be public or private
Confidential Information
What’s in a Blockchain Ledger?
10
1. Eye Exam 5/12/2017
Patient 8931
2. Visit on 5/12/2017
3. Need new glasses
4. New prescription
Patient 8931
5. Prescription 99881
filled
6. Follow-up appt
scheduled 6/12/2017
7. Annual Checkup
5/12/2018
1. Eye Exam 5/12/2017
Patient 8931
2. Visit on 5/12/2017
3. Need new glasses
4. New prescription
Patient 8931
5. Prescription 99881
filled
6. Follow-up appt
scheduled 6/12/2017
7. Annual Checkup
5/12/2018
1. Eye Exam 5/12/2017
Patient #8931
2. Office visit on
5/12/2017
3. Need new glasses
4. New prescription
Patient 8931
5. Prescription 99881
filled
6. Follow-up appt
scheduled 6/12/2017
7. Annual Checkup
5/12/2018
• Rows of information, like
a database
• Validation and
verification is based on
mistrust
• Public audit trails, (we’ll
talk about private ones
later)
• Record keeping by many
third parties often
unknown
Confidential Information
Why will Blockchains get Adopted?
11
• 400,00 transactions per day
• Median transaction fee of $3.25
• Average time for median block size is up to 45 minutes
$1,000
• 600,00 transactions per day
• There are a total of 18,140 ERC-20 Token Contracts
• See the token values at https://etherscan.io/tokens
Ether
$17,000
Confidential Information
Why will Blockchains get Adopted?
12
Confidential Information
Platforms = Wealth: Amazon Web Services
13
• Spun-off from Retail
business in 2006
• AWS Q1 2016
– $604 MM
• AWS Q1 2017
– $890 MM
• Operating Margin
– 24%+
https://www.recode.net/2017/4/27/15451726/amazon-q1-2017-earnings-profits-net-income-cash-flow-chart
Confidential Information
and verified by multiple, independent third parties
Blockchains are…
Recorded events or transactions (called ledger entries)
recorded chronologically, mathematically signed
Blockchain in 3D
• Decentralization
• Disintermediation
• Distributed [Ledger]
14
Confidential Information
What Makes a Good Case for using
Blockchain?
15
1. Multiple parties share data
– Multiple participants need views of common
information
2. Multiple parties update data
– Multiple participants take actions that need to be recorded
and change the data
3. Verify Trust
– Every participant requires validation of the transactions
and integrity of data written
4. Decentralized
– No single repository or owner of the repository locations
5. Distributed Ledger
– Data is written across multiple ledger entries
Confidential Information
Is This a Hammer In Search of a Nail?
• Inter-Company Transfers (manual hand-offs)
– Insurance
– Property and title transfers
– Anything with government as a third party
• Verifiable Record Management
– Formally physical assets now digital (stocks, currency, prescriptions,
vehicles)
• Identity Management
– Identity and “certificates of trust” for mobile economy companies such as
AirBnB and Uber
– Reputation
• Smart Contracts
– It’s the new Software as a Service
16
Confidential Information
Private vs. Public Blockchains
• Public
– Many third parties
validate ledger entries
– No single “owner”
– Harder for the black hats
to take over
– Policy changes are by
consensus unlike
companies (e.g.,
Facebook)
17
Private
– Faster to close or clear transactions
– Potential for a single owner – Bad scenarios
for trust
– Good for small autonomous networks
– Internet of Things
Confidential Information
Namespaces
• A namespace is simply a boundary not unlike the
borders of a country or the address
– (Washington Monument, CenturyLink Field).
• Namespace architectures are addresses
– The are used to bound the scope of a set of activities
or actions
– Some blockchains (Ethereum, RChain) allows us to
compose name spaces. That is, they may or may not
be shared
• This allows us to search through or for an exact
node allowing transactions via smart contracts to
both process faster and more precisely.
• Namespaces can be both public and private.
– Private Namespaces are valuable for transactions
between two parties (e.g., funds transfer) or complex
ones between select partners such as supply chain.
18
Confidential Information
Smart Contracts and Oracles
• Used loosely as ‘contract’, a
smart contract is a process with
– Persistent state
– Associated code
– Deterministic which is why you
need…
• Oracles are connections to the
outside world
– They are designed to ”edge trigger”
smart contracts.
– When one or more conditions are
true they cause a smart contract to
run 19
Confidential Information
Zero Knowledge Proof
• Completeness:
– If the assertion is true, the verifier is convinced of the truth
of the statement
• Soundness:
– If the statement is false, no bad prover can convince the
honest verifier that it is true, except with some small
probability.
• Zero-knowledge:
– If the statement is true, no verifier learns anything more
than that
– Example:
• “I keep a speckled colored dragon”
• “I am over 21”
• “This is the password to my bank account”
20
Proving you have knowledge of something without having to share the source
of data.
Trust
Verifier
Prover
did: x17lkee0ekimcubutadi4soqnz
duplicate :: [a] -> [a]
duplicate [] = []
duplicate (x:xs) = [x, x] ++
duplicate xs
main = print $duplicate
"abc"
Smart
Cont ract
Yes/ No
a8a7ljtykbktj5
trsnj8did8rm
5ubf6i3kg3ls
chgtha95zqa6
Encrypted
Asset
Confidential Information 21
Confidential Information
Where are Some Immediate Opportunities?
• Onboarding
– Costs
– Opportunities
– Churn in the industry
• Fraud Detection
– Estimates show that 5 – 10% of non-healthcare claims are fraudulent.
Identity resolves tracking the information
• Document Packages
– Requires the least amount of group participation
– Signing and sharing is well established
• Identity
• Micropayments
22
#FollowTheMoney
Confidential Information
Barriers/Opportunities
• Regulators want to address single entities and not
networks
• Too many use cases where everyone must participate
• Hot potato of risk
– Last one holding it, gets stuck with the check
• PII
– Right to be forgotten
– Where is the data shared/stored
– Keep the data only for as long as necessary
23
Confidential Information
Thank You!
Confidential Information
Lawrence I Lerner
• Bridging the gap between the Business and Technology
– 25 years executive leadership (PricewaterhouseCoopers, Cognizant)
– Every day technology product launched Motorola, Discover Card, The
New York Times, Safeway Stores, in-store coupons
– Four years of blockchain related work
– 15 startup companies – leadership and funding
– Public and Private board roles
• lawrence@lawrenceilerner.com
• Direct: +1.630.248.0663 (Seattle Based)
• Twitter: RevInnovator
• LinkedIn: https://www.linkedin.com/in/lawrencelerner/
25
Confidential Information
Blockchain Projects and Technologies
• Open Source and Open Source projects
• Hyperledger – Hyperledger.org
– Open source projects supported by the Linux Foundation
• Fabric – IBM supplied technology for distributed ledgers
• Iroha (ee-roh-ha) - Soramitsu, NTT Data, Colu
• Sawtooth Lake – Intel
• Ethereum – Ethereum.org
– Distributed scripting language which is “coin-operated”
– Smart contracts between individual entities
• Enterprise Ethereum (Entethalliance.org)
– Business consortium based project. Technologies that acknowledge the need for regulatory compliance
• Eris (now Monax) Monax.com
– Pre-built blockchain solutions
– Examples Asset Managements, Claim Management
• Ripple (Ripple.com)
– Basic settlement process between banks
• Quorum (https://www.jpmorgan.com/country/US/EN/Quorum)
– Open Source from JPMorgan Chase to validate transactions amongst trust third parties
• R3 (R3cev.com)
– Company based consortium developing a blockchain technology (Corda) for permissions and privacy. Ledgers are
selectively transferred 27

More Related Content

What's hot

Blockchain Technology: Adoption Challenges, Platform and Applications
Blockchain Technology: Adoption Challenges, Platform and ApplicationsBlockchain Technology: Adoption Challenges, Platform and Applications
Blockchain Technology: Adoption Challenges, Platform and ApplicationsSanjeev Verma, PhD
 
Blockchain a-new-disruption-in-financial-services - IBM
Blockchain a-new-disruption-in-financial-services - IBMBlockchain a-new-disruption-in-financial-services - IBM
Blockchain a-new-disruption-in-financial-services - IBMDiego Alberto Tamayo
 
Week 3 - Cryptocurrencies
Week 3 - CryptocurrenciesWeek 3 - Cryptocurrencies
Week 3 - CryptocurrenciesRoger Royse
 
Idea To IPO Blockchain Slides
Idea To IPO Blockchain SlidesIdea To IPO Blockchain Slides
Idea To IPO Blockchain SlidesRoger Royse
 
Top 20 interview questions for blockchain & supply chain professional
Top 20 interview questions for blockchain & supply chain professionalTop 20 interview questions for blockchain & supply chain professional
Top 20 interview questions for blockchain & supply chain professionalBlockchain Council
 
Blockchain’s implications for the financial industry
Blockchain’s implications for the financial industryBlockchain’s implications for the financial industry
Blockchain’s implications for the financial industryInitio
 
BlockChain for the Banker
BlockChain for the BankerBlockChain for the Banker
BlockChain for the BankerBohdan Szymanik
 
Is there a Blockchain Future for Healthcare?
Is there a Blockchain Future for Healthcare?Is there a Blockchain Future for Healthcare?
Is there a Blockchain Future for Healthcare?Jody Ranck
 
Block chains and crypto currencies - introduction
Block chains and crypto currencies - introductionBlock chains and crypto currencies - introduction
Block chains and crypto currencies - introductionInitio
 
Brief overview of cryptoeconomics
Brief overview of cryptoeconomicsBrief overview of cryptoeconomics
Brief overview of cryptoeconomicsTim Swanson
 
2018 Lunch & Learn Blockchain Overview
2018 Lunch & Learn Blockchain Overview2018 Lunch & Learn Blockchain Overview
2018 Lunch & Learn Blockchain OverviewPaperchain
 
Blockchain use cases and case studies
Blockchain use cases and case studiesBlockchain use cases and case studies
Blockchain use cases and case studiesInnoTech
 
Blockchain Use Cases: Think of a "Public" Pub/Sub Queue
Blockchain Use Cases: Think of a "Public" Pub/Sub QueueBlockchain Use Cases: Think of a "Public" Pub/Sub Queue
Blockchain Use Cases: Think of a "Public" Pub/Sub QueueAltoros
 
Introduction to Blockchain and Recordkeeping
Introduction to Blockchain and RecordkeepingIntroduction to Blockchain and Recordkeeping
Introduction to Blockchain and RecordkeepingPeter Van Garderen
 
Blockchain and DeFi: Overview
Blockchain and DeFi: OverviewBlockchain and DeFi: Overview
Blockchain and DeFi: OverviewSvetlin Nakov
 
The Future of Security Tokens: Myths and Realities
The Future of Security Tokens: Myths and RealitiesThe Future of Security Tokens: Myths and Realities
The Future of Security Tokens: Myths and RealitiesJesus Rodriguez
 
Technology tipping points Big Data and Blockchain use case presentation
Technology tipping points Big Data and Blockchain use case presentationTechnology tipping points Big Data and Blockchain use case presentation
Technology tipping points Big Data and Blockchain use case presentationVinod Kumar Nerella
 
Log Mining: Beyond Log Analysis
Log Mining: Beyond Log AnalysisLog Mining: Beyond Log Analysis
Log Mining: Beyond Log AnalysisAnton Chuvakin
 

What's hot (20)

Blockchain Technology: Adoption Challenges, Platform and Applications
Blockchain Technology: Adoption Challenges, Platform and ApplicationsBlockchain Technology: Adoption Challenges, Platform and Applications
Blockchain Technology: Adoption Challenges, Platform and Applications
 
Bitcoin presentation
Bitcoin presentationBitcoin presentation
Bitcoin presentation
 
Blockchain a-new-disruption-in-financial-services - IBM
Blockchain a-new-disruption-in-financial-services - IBMBlockchain a-new-disruption-in-financial-services - IBM
Blockchain a-new-disruption-in-financial-services - IBM
 
Week 3 - Cryptocurrencies
Week 3 - CryptocurrenciesWeek 3 - Cryptocurrencies
Week 3 - Cryptocurrencies
 
Idea To IPO Blockchain Slides
Idea To IPO Blockchain SlidesIdea To IPO Blockchain Slides
Idea To IPO Blockchain Slides
 
Top 20 interview questions for blockchain & supply chain professional
Top 20 interview questions for blockchain & supply chain professionalTop 20 interview questions for blockchain & supply chain professional
Top 20 interview questions for blockchain & supply chain professional
 
Blockchain’s implications for the financial industry
Blockchain’s implications for the financial industryBlockchain’s implications for the financial industry
Blockchain’s implications for the financial industry
 
BlockChain for the Banker
BlockChain for the BankerBlockChain for the Banker
BlockChain for the Banker
 
Is there a Blockchain Future for Healthcare?
Is there a Blockchain Future for Healthcare?Is there a Blockchain Future for Healthcare?
Is there a Blockchain Future for Healthcare?
 
Block chains and crypto currencies - introduction
Block chains and crypto currencies - introductionBlock chains and crypto currencies - introduction
Block chains and crypto currencies - introduction
 
Brief overview of cryptoeconomics
Brief overview of cryptoeconomicsBrief overview of cryptoeconomics
Brief overview of cryptoeconomics
 
2018 Lunch & Learn Blockchain Overview
2018 Lunch & Learn Blockchain Overview2018 Lunch & Learn Blockchain Overview
2018 Lunch & Learn Blockchain Overview
 
Blockchain use cases and case studies
Blockchain use cases and case studiesBlockchain use cases and case studies
Blockchain use cases and case studies
 
Blockchain Use Cases: Think of a "Public" Pub/Sub Queue
Blockchain Use Cases: Think of a "Public" Pub/Sub QueueBlockchain Use Cases: Think of a "Public" Pub/Sub Queue
Blockchain Use Cases: Think of a "Public" Pub/Sub Queue
 
Introduction to Blockchain and Recordkeeping
Introduction to Blockchain and RecordkeepingIntroduction to Blockchain and Recordkeeping
Introduction to Blockchain and Recordkeeping
 
Blockchain and DeFi: Overview
Blockchain and DeFi: OverviewBlockchain and DeFi: Overview
Blockchain and DeFi: Overview
 
The Future of Security Tokens: Myths and Realities
The Future of Security Tokens: Myths and RealitiesThe Future of Security Tokens: Myths and Realities
The Future of Security Tokens: Myths and Realities
 
Technology tipping points Big Data and Blockchain use case presentation
Technology tipping points Big Data and Blockchain use case presentationTechnology tipping points Big Data and Blockchain use case presentation
Technology tipping points Big Data and Blockchain use case presentation
 
Log Mining: Beyond Log Analysis
Log Mining: Beyond Log AnalysisLog Mining: Beyond Log Analysis
Log Mining: Beyond Log Analysis
 
Blockchain for the Enterprise
Blockchain for the EnterpriseBlockchain for the Enterprise
Blockchain for the Enterprise
 

Similar to CFOs and Cryptocurrency 01-2018

Crypto Traders event at Atlas Workspace 04-2018
Crypto Traders event at Atlas Workspace 04-2018Crypto Traders event at Atlas Workspace 04-2018
Crypto Traders event at Atlas Workspace 04-2018LERNER Consulting
 
Presentation to Legislative Committee on Economic Development & International...
Presentation to Legislative Committee on Economic Development & International...Presentation to Legislative Committee on Economic Development & International...
Presentation to Legislative Committee on Economic Development & International...LERNER Consulting
 
Blochchain's Impact on Finance 01-2019
Blochchain's Impact on Finance 01-2019Blochchain's Impact on Finance 01-2019
Blochchain's Impact on Finance 01-2019LERNER Consulting
 
Trust in the age of blockchain
Trust in the age of blockchainTrust in the age of blockchain
Trust in the age of blockchainMicheleNati
 
Blockchain and Supply Chain
Blockchain and Supply ChainBlockchain and Supply Chain
Blockchain and Supply ChainFinancial Poise
 
Blockchain and Supply Chain
Blockchain and Supply ChainBlockchain and Supply Chain
Blockchain and Supply ChainFinancial Poise
 
Blockchain and government opportunities
Blockchain and government opportunitiesBlockchain and government opportunities
Blockchain and government opportunitiesSusan Dart
 
Blockchains: Opportunities & Risks for Law Firms [RelativityFest 2018]
Blockchains: Opportunities & Risks for Law Firms [RelativityFest 2018]Blockchains: Opportunities & Risks for Law Firms [RelativityFest 2018]
Blockchains: Opportunities & Risks for Law Firms [RelativityFest 2018]Kroll
 
Blockchain overiew (itc)
Blockchain overiew (itc)Blockchain overiew (itc)
Blockchain overiew (itc)snewell4
 
From 7331 to legal : a selection of blockchain discussion topics
From 7331 to legal : a selection of blockchain discussion topicsFrom 7331 to legal : a selection of blockchain discussion topics
From 7331 to legal : a selection of blockchain discussion topicsKoen Vingerhoets
 
20190316 - CLBFest - 1337 to legal - Koen Vingerhoets
20190316 - CLBFest - 1337 to legal - Koen Vingerhoets20190316 - CLBFest - 1337 to legal - Koen Vingerhoets
20190316 - CLBFest - 1337 to legal - Koen VingerhoetsBrussels Legal Hackers
 
Intro To Blockchain For YU Fintech Hackathon 2019
Intro To Blockchain For YU Fintech Hackathon 2019Intro To Blockchain For YU Fintech Hackathon 2019
Intro To Blockchain For YU Fintech Hackathon 2019Menajem Benchimol
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain 101snewell4
 
Dsdt meetup july2018
Dsdt meetup july2018Dsdt meetup july2018
Dsdt meetup july2018JDA Labs MTL
 
DSDT Meetup July 2018
DSDT Meetup July 2018DSDT Meetup July 2018
DSDT Meetup July 2018DSDT_MTL
 
What is blockchain public
What is blockchain   publicWhat is blockchain   public
What is blockchain publicScott Wilkinson
 
How to raise $100M for your healthcare startup via ICO: Breaking the myths of...
How to raise $100M for your healthcare startup via ICO: Breaking the myths of...How to raise $100M for your healthcare startup via ICO: Breaking the myths of...
How to raise $100M for your healthcare startup via ICO: Breaking the myths of...VSee
 
Blockchain in Healthcare
Blockchain in Healthcare Blockchain in Healthcare
Blockchain in Healthcare Alex Tsado
 
Blockchain and Supply Chain (Series: Blockchain Basics)
Blockchain and Supply Chain (Series: Blockchain Basics)Blockchain and Supply Chain (Series: Blockchain Basics)
Blockchain and Supply Chain (Series: Blockchain Basics)Financial Poise
 
Let the trust evolve itself
Let the trust evolve itselfLet the trust evolve itself
Let the trust evolve itselfSanjeev Azad
 

Similar to CFOs and Cryptocurrency 01-2018 (20)

Crypto Traders event at Atlas Workspace 04-2018
Crypto Traders event at Atlas Workspace 04-2018Crypto Traders event at Atlas Workspace 04-2018
Crypto Traders event at Atlas Workspace 04-2018
 
Presentation to Legislative Committee on Economic Development & International...
Presentation to Legislative Committee on Economic Development & International...Presentation to Legislative Committee on Economic Development & International...
Presentation to Legislative Committee on Economic Development & International...
 
Blochchain's Impact on Finance 01-2019
Blochchain's Impact on Finance 01-2019Blochchain's Impact on Finance 01-2019
Blochchain's Impact on Finance 01-2019
 
Trust in the age of blockchain
Trust in the age of blockchainTrust in the age of blockchain
Trust in the age of blockchain
 
Blockchain and Supply Chain
Blockchain and Supply ChainBlockchain and Supply Chain
Blockchain and Supply Chain
 
Blockchain and Supply Chain
Blockchain and Supply ChainBlockchain and Supply Chain
Blockchain and Supply Chain
 
Blockchain and government opportunities
Blockchain and government opportunitiesBlockchain and government opportunities
Blockchain and government opportunities
 
Blockchains: Opportunities & Risks for Law Firms [RelativityFest 2018]
Blockchains: Opportunities & Risks for Law Firms [RelativityFest 2018]Blockchains: Opportunities & Risks for Law Firms [RelativityFest 2018]
Blockchains: Opportunities & Risks for Law Firms [RelativityFest 2018]
 
Blockchain overiew (itc)
Blockchain overiew (itc)Blockchain overiew (itc)
Blockchain overiew (itc)
 
From 7331 to legal : a selection of blockchain discussion topics
From 7331 to legal : a selection of blockchain discussion topicsFrom 7331 to legal : a selection of blockchain discussion topics
From 7331 to legal : a selection of blockchain discussion topics
 
20190316 - CLBFest - 1337 to legal - Koen Vingerhoets
20190316 - CLBFest - 1337 to legal - Koen Vingerhoets20190316 - CLBFest - 1337 to legal - Koen Vingerhoets
20190316 - CLBFest - 1337 to legal - Koen Vingerhoets
 
Intro To Blockchain For YU Fintech Hackathon 2019
Intro To Blockchain For YU Fintech Hackathon 2019Intro To Blockchain For YU Fintech Hackathon 2019
Intro To Blockchain For YU Fintech Hackathon 2019
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain 101
 
Dsdt meetup july2018
Dsdt meetup july2018Dsdt meetup july2018
Dsdt meetup july2018
 
DSDT Meetup July 2018
DSDT Meetup July 2018DSDT Meetup July 2018
DSDT Meetup July 2018
 
What is blockchain public
What is blockchain   publicWhat is blockchain   public
What is blockchain public
 
How to raise $100M for your healthcare startup via ICO: Breaking the myths of...
How to raise $100M for your healthcare startup via ICO: Breaking the myths of...How to raise $100M for your healthcare startup via ICO: Breaking the myths of...
How to raise $100M for your healthcare startup via ICO: Breaking the myths of...
 
Blockchain in Healthcare
Blockchain in Healthcare Blockchain in Healthcare
Blockchain in Healthcare
 
Blockchain and Supply Chain (Series: Blockchain Basics)
Blockchain and Supply Chain (Series: Blockchain Basics)Blockchain and Supply Chain (Series: Blockchain Basics)
Blockchain and Supply Chain (Series: Blockchain Basics)
 
Let the trust evolve itself
Let the trust evolve itselfLet the trust evolve itself
Let the trust evolve itself
 

More from LERNER Consulting

How to talk to your generative AI r2.pptx
How to talk to your generative AI r2.pptxHow to talk to your generative AI r2.pptx
How to talk to your generative AI r2.pptxLERNER Consulting
 
RChain Developer Conference pithia investments 04-2018
RChain Developer Conference   pithia investments 04-2018RChain Developer Conference   pithia investments 04-2018
RChain Developer Conference pithia investments 04-2018LERNER Consulting
 
Leadership: A Journey Planner
Leadership: A Journey PlannerLeadership: A Journey Planner
Leadership: A Journey PlannerLERNER Consulting
 
Bitcoin + blockchain transaction 07 2017
Bitcoin + blockchain transaction 07 2017Bitcoin + blockchain transaction 07 2017
Bitcoin + blockchain transaction 07 2017LERNER Consulting
 
Lawrence I Lerner Executive Bio 11 2016
Lawrence I Lerner Executive Bio 11 2016Lawrence I Lerner Executive Bio 11 2016
Lawrence I Lerner Executive Bio 11 2016LERNER Consulting
 
Change Management: A Journey Planner
Change Management: A Journey Planner Change Management: A Journey Planner
Change Management: A Journey Planner LERNER Consulting
 
There's always room for Growth
There's always room for GrowthThere's always room for Growth
There's always room for GrowthLERNER Consulting
 
Seattle Biz-Tech Summit 10-2015 CyberSecurity and the Board
Seattle Biz-Tech Summit 10-2015 CyberSecurity and the BoardSeattle Biz-Tech Summit 10-2015 CyberSecurity and the Board
Seattle Biz-Tech Summit 10-2015 CyberSecurity and the BoardLERNER Consulting
 
Seattle Biz-Tech Summit 10-2015 CyberSecurity and the Board
Seattle Biz-Tech Summit 10-2015 CyberSecurity and the BoardSeattle Biz-Tech Summit 10-2015 CyberSecurity and the Board
Seattle Biz-Tech Summit 10-2015 CyberSecurity and the BoardLERNER Consulting
 
Alternative payment methods 03 2015 LERNER Consulting
Alternative payment methods 03 2015 LERNER ConsultingAlternative payment methods 03 2015 LERNER Consulting
Alternative payment methods 03 2015 LERNER ConsultingLERNER Consulting
 
Nine HIPAA Compliance Questions to ask Yourself
Nine HIPAA Compliance Questions to ask YourselfNine HIPAA Compliance Questions to ask Yourself
Nine HIPAA Compliance Questions to ask YourselfLERNER Consulting
 
Client Case Study/Citations Template
Client Case Study/Citations TemplateClient Case Study/Citations Template
Client Case Study/Citations TemplateLERNER Consulting
 
Executive Status Report Template
Executive Status Report TemplateExecutive Status Report Template
Executive Status Report TemplateLERNER Consulting
 
LERNER Change Management: A Journey Planner 10-2013
LERNER Change Management: A Journey Planner 10-2013LERNER Change Management: A Journey Planner 10-2013
LERNER Change Management: A Journey Planner 10-2013LERNER Consulting
 
Constructive Disruption Drivers - Draft 08-2013
Constructive Disruption Drivers - Draft 08-2013Constructive Disruption Drivers - Draft 08-2013
Constructive Disruption Drivers - Draft 08-2013LERNER Consulting
 
Five phases of change management
Five phases of change managementFive phases of change management
Five phases of change managementLERNER Consulting
 

More from LERNER Consulting (19)

How to talk to your generative AI r2.pptx
How to talk to your generative AI r2.pptxHow to talk to your generative AI r2.pptx
How to talk to your generative AI r2.pptx
 
RChain Developer Conference pithia investments 04-2018
RChain Developer Conference   pithia investments 04-2018RChain Developer Conference   pithia investments 04-2018
RChain Developer Conference pithia investments 04-2018
 
Leadership: A Journey Planner
Leadership: A Journey PlannerLeadership: A Journey Planner
Leadership: A Journey Planner
 
Bitcoin + blockchain transaction 07 2017
Bitcoin + blockchain transaction 07 2017Bitcoin + blockchain transaction 07 2017
Bitcoin + blockchain transaction 07 2017
 
Lawrence I Lerner Executive Bio 11 2016
Lawrence I Lerner Executive Bio 11 2016Lawrence I Lerner Executive Bio 11 2016
Lawrence I Lerner Executive Bio 11 2016
 
Change Management: A Journey Planner
Change Management: A Journey Planner Change Management: A Journey Planner
Change Management: A Journey Planner
 
ERM Symposium Agenda FINAL
ERM Symposium Agenda FINALERM Symposium Agenda FINAL
ERM Symposium Agenda FINAL
 
SR Developer Job Posting
SR Developer Job PostingSR Developer Job Posting
SR Developer Job Posting
 
There's always room for Growth
There's always room for GrowthThere's always room for Growth
There's always room for Growth
 
Seattle Biz-Tech Summit 10-2015 CyberSecurity and the Board
Seattle Biz-Tech Summit 10-2015 CyberSecurity and the BoardSeattle Biz-Tech Summit 10-2015 CyberSecurity and the Board
Seattle Biz-Tech Summit 10-2015 CyberSecurity and the Board
 
Seattle Biz-Tech Summit 10-2015 CyberSecurity and the Board
Seattle Biz-Tech Summit 10-2015 CyberSecurity and the BoardSeattle Biz-Tech Summit 10-2015 CyberSecurity and the Board
Seattle Biz-Tech Summit 10-2015 CyberSecurity and the Board
 
Alternative payment methods 03 2015 LERNER Consulting
Alternative payment methods 03 2015 LERNER ConsultingAlternative payment methods 03 2015 LERNER Consulting
Alternative payment methods 03 2015 LERNER Consulting
 
Nine HIPAA Compliance Questions to ask Yourself
Nine HIPAA Compliance Questions to ask YourselfNine HIPAA Compliance Questions to ask Yourself
Nine HIPAA Compliance Questions to ask Yourself
 
Client Case Study/Citations Template
Client Case Study/Citations TemplateClient Case Study/Citations Template
Client Case Study/Citations Template
 
Executive Status Report Template
Executive Status Report TemplateExecutive Status Report Template
Executive Status Report Template
 
LERNER Change Management: A Journey Planner 10-2013
LERNER Change Management: A Journey Planner 10-2013LERNER Change Management: A Journey Planner 10-2013
LERNER Change Management: A Journey Planner 10-2013
 
Constructive Disruption Drivers - Draft 08-2013
Constructive Disruption Drivers - Draft 08-2013Constructive Disruption Drivers - Draft 08-2013
Constructive Disruption Drivers - Draft 08-2013
 
Five phases of change management
Five phases of change managementFive phases of change management
Five phases of change management
 
Gamification 08 2011
Gamification 08 2011Gamification 08 2011
Gamification 08 2011
 

Recently uploaded

Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Lviv Startup Club
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Servicediscovermytutordmt
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetDenis Gagné
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaShree Krishna Exports
 
A305_A2_file_Batkhuu progress report.pdf
A305_A2_file_Batkhuu progress report.pdfA305_A2_file_Batkhuu progress report.pdf
A305_A2_file_Batkhuu progress report.pdftbatkhuu1
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyEthan lee
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxWorkforce Group
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxpriyanshujha201
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
Understanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key InsightsUnderstanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key Insightsseri bangash
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsMichael W. Hawkins
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayNZSG
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...lizamodels9
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...Any kyc Account
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒anilsa9823
 

Recently uploaded (20)

Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Service
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in India
 
A305_A2_file_Batkhuu progress report.pdf
A305_A2_file_Batkhuu progress report.pdfA305_A2_file_Batkhuu progress report.pdf
A305_A2_file_Batkhuu progress report.pdf
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
 
Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
Understanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key InsightsUnderstanding the Pakistan Budgeting Process: Basics and Key Insights
Understanding the Pakistan Budgeting Process: Basics and Key Insights
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael Hawkins
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
 

CFOs and Cryptocurrency 01-2018

  • 1. Cryptocurrencies & Blockchain True Tales from a Blockchain Realist January 2018
  • 2. Confidential Information #FollowTheMoney • Token sales of blockchain are north of $2,000,000 this year • CME (12/18) and CBOE (12/10) begin trading Bitcoin futures • $500M in VC money in 2016 • Bitcoin hit $4,000 $7,300 $10,000 $12,000 $19,000 • 18,000 cryptotokens launched • Crypto-millionaires investing 2
  • 3. Confidential Information Blockchain Evolution – FinTech Emerges • 1.0 – Currencies – Hardwired to crypto fund transfers. Uni-tasker • Consensus based – 2.0 – Contracts • Recorded agreements across transactional processes. Multi-tasker – 3.0 – Organizing Activity • Assets are owned and may transact with one another. • Smart homes, distributed devices in remote areas (E.g., farms) 3
  • 4. Confidential Information Bitcoin- Just Three Things 1. The value of a bitcoin is market reactive (volatile) - Like stocks 2. Bitcoin transactions are not reversible - Like cash 3. There are no bitcoins – There are only bitcoin transactions 4
  • 5. Confidential Information Lifecycle of Bitcoin Transactions 5 Transactions are visible and recorded for everyone to see and examine
  • 6. Confidential Information Steps in a Transaction • Only transactions may be traded • Wallets create the transaction details • Networks in bitcoin transactions create transparent ledgers • Identity is ensured by a “key” system • Proof not trust is what the system relies upon – Proof establishes identity (of the transaction) – Proof of work established in a hash 6
  • 7. Confidential Information Non-Repudiation 7 In cryptography, it means preventing an individual or entity from denying that a particular action occurred related to data
  • 8. Confidential Information Why separate the Blockchain from Bitcoin • Common vocabulary – The blockchain – The underlying ledger solution for Bitcoins – A blockchain – The technology solutions that solve distributed record keeping – Distributed Ledger Transactions (DLT) – Consensus based transactions – Proof of Work – Proof of Stake 8Byzantine General Scenario
  • 9. Confidential Information What is a blockchain? 9 Recorded events (ledger entries) recorded chronologically and verified by multiple third parties. May be public or private
  • 10. Confidential Information What’s in a Blockchain Ledger? 10 1. Eye Exam 5/12/2017 Patient 8931 2. Visit on 5/12/2017 3. Need new glasses 4. New prescription Patient 8931 5. Prescription 99881 filled 6. Follow-up appt scheduled 6/12/2017 7. Annual Checkup 5/12/2018 1. Eye Exam 5/12/2017 Patient 8931 2. Visit on 5/12/2017 3. Need new glasses 4. New prescription Patient 8931 5. Prescription 99881 filled 6. Follow-up appt scheduled 6/12/2017 7. Annual Checkup 5/12/2018 1. Eye Exam 5/12/2017 Patient #8931 2. Office visit on 5/12/2017 3. Need new glasses 4. New prescription Patient 8931 5. Prescription 99881 filled 6. Follow-up appt scheduled 6/12/2017 7. Annual Checkup 5/12/2018 • Rows of information, like a database • Validation and verification is based on mistrust • Public audit trails, (we’ll talk about private ones later) • Record keeping by many third parties often unknown
  • 11. Confidential Information Why will Blockchains get Adopted? 11 • 400,00 transactions per day • Median transaction fee of $3.25 • Average time for median block size is up to 45 minutes $1,000 • 600,00 transactions per day • There are a total of 18,140 ERC-20 Token Contracts • See the token values at https://etherscan.io/tokens Ether $17,000
  • 12. Confidential Information Why will Blockchains get Adopted? 12
  • 13. Confidential Information Platforms = Wealth: Amazon Web Services 13 • Spun-off from Retail business in 2006 • AWS Q1 2016 – $604 MM • AWS Q1 2017 – $890 MM • Operating Margin – 24%+ https://www.recode.net/2017/4/27/15451726/amazon-q1-2017-earnings-profits-net-income-cash-flow-chart
  • 14. Confidential Information and verified by multiple, independent third parties Blockchains are… Recorded events or transactions (called ledger entries) recorded chronologically, mathematically signed Blockchain in 3D • Decentralization • Disintermediation • Distributed [Ledger] 14
  • 15. Confidential Information What Makes a Good Case for using Blockchain? 15 1. Multiple parties share data – Multiple participants need views of common information 2. Multiple parties update data – Multiple participants take actions that need to be recorded and change the data 3. Verify Trust – Every participant requires validation of the transactions and integrity of data written 4. Decentralized – No single repository or owner of the repository locations 5. Distributed Ledger – Data is written across multiple ledger entries
  • 16. Confidential Information Is This a Hammer In Search of a Nail? • Inter-Company Transfers (manual hand-offs) – Insurance – Property and title transfers – Anything with government as a third party • Verifiable Record Management – Formally physical assets now digital (stocks, currency, prescriptions, vehicles) • Identity Management – Identity and “certificates of trust” for mobile economy companies such as AirBnB and Uber – Reputation • Smart Contracts – It’s the new Software as a Service 16
  • 17. Confidential Information Private vs. Public Blockchains • Public – Many third parties validate ledger entries – No single “owner” – Harder for the black hats to take over – Policy changes are by consensus unlike companies (e.g., Facebook) 17 Private – Faster to close or clear transactions – Potential for a single owner – Bad scenarios for trust – Good for small autonomous networks – Internet of Things
  • 18. Confidential Information Namespaces • A namespace is simply a boundary not unlike the borders of a country or the address – (Washington Monument, CenturyLink Field). • Namespace architectures are addresses – The are used to bound the scope of a set of activities or actions – Some blockchains (Ethereum, RChain) allows us to compose name spaces. That is, they may or may not be shared • This allows us to search through or for an exact node allowing transactions via smart contracts to both process faster and more precisely. • Namespaces can be both public and private. – Private Namespaces are valuable for transactions between two parties (e.g., funds transfer) or complex ones between select partners such as supply chain. 18
  • 19. Confidential Information Smart Contracts and Oracles • Used loosely as ‘contract’, a smart contract is a process with – Persistent state – Associated code – Deterministic which is why you need… • Oracles are connections to the outside world – They are designed to ”edge trigger” smart contracts. – When one or more conditions are true they cause a smart contract to run 19
  • 20. Confidential Information Zero Knowledge Proof • Completeness: – If the assertion is true, the verifier is convinced of the truth of the statement • Soundness: – If the statement is false, no bad prover can convince the honest verifier that it is true, except with some small probability. • Zero-knowledge: – If the statement is true, no verifier learns anything more than that – Example: • “I keep a speckled colored dragon” • “I am over 21” • “This is the password to my bank account” 20 Proving you have knowledge of something without having to share the source of data. Trust Verifier Prover did: x17lkee0ekimcubutadi4soqnz duplicate :: [a] -> [a] duplicate [] = [] duplicate (x:xs) = [x, x] ++ duplicate xs main = print $duplicate "abc" Smart Cont ract Yes/ No a8a7ljtykbktj5 trsnj8did8rm 5ubf6i3kg3ls chgtha95zqa6 Encrypted Asset
  • 22. Confidential Information Where are Some Immediate Opportunities? • Onboarding – Costs – Opportunities – Churn in the industry • Fraud Detection – Estimates show that 5 – 10% of non-healthcare claims are fraudulent. Identity resolves tracking the information • Document Packages – Requires the least amount of group participation – Signing and sharing is well established • Identity • Micropayments 22 #FollowTheMoney
  • 23. Confidential Information Barriers/Opportunities • Regulators want to address single entities and not networks • Too many use cases where everyone must participate • Hot potato of risk – Last one holding it, gets stuck with the check • PII – Right to be forgotten – Where is the data shared/stored – Keep the data only for as long as necessary 23
  • 25. Confidential Information Lawrence I Lerner • Bridging the gap between the Business and Technology – 25 years executive leadership (PricewaterhouseCoopers, Cognizant) – Every day technology product launched Motorola, Discover Card, The New York Times, Safeway Stores, in-store coupons – Four years of blockchain related work – 15 startup companies – leadership and funding – Public and Private board roles • lawrence@lawrenceilerner.com • Direct: +1.630.248.0663 (Seattle Based) • Twitter: RevInnovator • LinkedIn: https://www.linkedin.com/in/lawrencelerner/ 25
  • 26.
  • 27. Confidential Information Blockchain Projects and Technologies • Open Source and Open Source projects • Hyperledger – Hyperledger.org – Open source projects supported by the Linux Foundation • Fabric – IBM supplied technology for distributed ledgers • Iroha (ee-roh-ha) - Soramitsu, NTT Data, Colu • Sawtooth Lake – Intel • Ethereum – Ethereum.org – Distributed scripting language which is “coin-operated” – Smart contracts between individual entities • Enterprise Ethereum (Entethalliance.org) – Business consortium based project. Technologies that acknowledge the need for regulatory compliance • Eris (now Monax) Monax.com – Pre-built blockchain solutions – Examples Asset Managements, Claim Management • Ripple (Ripple.com) – Basic settlement process between banks • Quorum (https://www.jpmorgan.com/country/US/EN/Quorum) – Open Source from JPMorgan Chase to validate transactions amongst trust third parties • R3 (R3cev.com) – Company based consortium developing a blockchain technology (Corda) for permissions and privacy. Ledgers are selectively transferred 27

Editor's Notes

  1. Earnable tokens
  2. Auto insurance Commercial vehicles Buildings
  3. Game: I make an assertion that someone in the room has a secret. The secret is the form of a possession (e.g., a pink iWatch). Everyone is instructed to look down and not at anyone else to verify this. Everyone then tells someone next to them name AND true or false. I then ask who has the truth. That person is my smart contract