SlideShare une entreprise Scribd logo
1  sur  38
Blockchain Networks and People
Blockchain is
software for the
secure transfer of
value via the
internet
A network is a
group or system
of interconnected
people or things
Network Science is the
study of complex
phenomena using
networks (graph theory)
Blockchain
networks indicate
the emergence of
new patterns of
human interaction
Purdue University, Nov 8, 2018
Course Summary
Slides: http://slideshare.net/LaBlogga
Melanie Swan, Philosophy
melanie@blockchainstudies.org
TECH58100–PHIL 58000A
8 Nov 2018
Blockchain Networks
Agenda
 Readings Summary
 Blockchain Overview
 Network Overview
1
8 Nov 2018
Blockchain Networks
Readings #1: Bitcoin & Network Science
2
 Nakamoto, S. (2008). Bitcoin: P2P Electronic Cash
 Original white paper for blockchain concept: having an
always-on Internet-based system checking in real-time 24-7
anytime anyone tries to spend digital cash, to control that it is
only being spent once (solution to double-spending problem)
 Brandes et al. (2013). What is network science?
 A network connects nodes, resource flow is not necessary
(example: Purdue alumni network)
 A network is a model of a real-life phenomenon
Core-periphery:
densely-connected
core, sparsely-
connected periphery
Ego Network:
focal node (“ego”) and
directly-connected
nodes ( “alters”)
8 Nov 2018
Blockchain Networks
Readings #2: Blockchain & Network Intro
3
 Morabito. (2017). Blockchain for Business Innovation
 Decentralized database: all peer nodes have a copy
 Public blockchains vs. private blockchains (for business)
 Proof of work and proof of stake consensus algorithms
 Smart contracts: two or more parties, terms, consideration
 Jackson. (2008). Social and Economic Networks Intro
 General measures of network utility, efficiency, stability
 Trade-offs in network design: stability vs. efficiency
 Homophily: tendency of individuals to associate and bond with
others that are similar, “birds of a feather flock together”
 Preferential attachment: “rich get richer”
8 Nov 2018
Blockchain Networks
Readings #3: Water Industry & Scale-free
4
 Lin et al. (2017). Blockchain and ICT E-Agriculture
 IOT and blockchain networks (Bitcoin, Ripple, Monero)
indicate complex network behavior: small-world & scale-free
 Interpretation: replicating the “regular” way of doing things
 Sohn. (2017). Small-World and Scale-Free Network
Models for IoT Systems
 Random networks (Erdős–Rényi, PMI,
1959): Normally-distributed; Gaussian
 Small-world networks (Watts & Strogatz,
Nature, 1998): Power law; 80-20 pareto
distribution
 Scale-free networks (Barabási & Albert,
Science, 1999): Fat-tailed distribution;
six degrees of separation; rich get richer
8 Nov 2018
Blockchain Networks
Readings #4: Agriculture & Network Trust
5
 Kim and Laskowski. (2017). Agriculture & Blockchain:
Sustainable Solutions for Food, Farmers, & Financing
 Blockchain enables new models of local organizing: farmers
cooperatives, recourse against players with market power
 Food safety, product traceability (salmonella outbreak)
 Sustainability: financial, crop genetics, micro-insurance
 Sherchan et al. (2013). Trust in Social Networks.
 Humanity is good at producing material goods (“widgets”),
how can we also excel at producing intangible resources?
 Social capital (trust, autonomy, inclusion, recognition, peace)
 Incentive structures that promote social capital production
8 Nov 2018
Blockchain Networks
Readings #5: Solar Energy & Network Stack
6
 Adjeleian et al. (2018). How blockchain is
disrupting the Solar Energy industry
 Incentives for transitioning to renewable resources
 IOT carbon sequestration blockchain for carbon credits
 Implied political power shift due to energy independence
 Orlikowski and Scott. (2015). The algorithm and the
crowd: considering the materiality of service innovation
 Digital services: shift to practice of buying airline tickets online
 Building the trust stack: design structures to create social
capital in a digital network environment
 Layers in the trust stack: infrastructure, interface,
application, network resources (trust, liquidity)
8 Nov 2018
Blockchain Networks
Agenda
 Readings Summary
 Blockchain Overview
 Network Overview
7
8 Nov 2018
Blockchain Networks 8
“Better
horse”
Progression of a New Technology
“Horseless
carriage”
“Car” 3.0
2.0
1.0 Better internet: payments and
secure information transfer,
privacy-protected computing
Assets digitized and
registered to blockchains,
real-time valuation and
transfer, smart contracts
Large-scale social collaboration
technology: supplementing and
replacing governments, corporations,
and open-source communities
Source: Swan, M. (2015). Blockchain: Blueprint for a New Economy
Blockchain
8 Nov 2018
Blockchain Networks
basics.
9
8 Nov 2018
Blockchain Networks
internet content.
10
information.
email.
voice.
video.
money.
8 Nov 2018
Blockchain Networks 11
Conceptual Definition:
Blockchain is a software protocol;
just as SMTP is a protocol for
sending email, blockchain is a
protocol for sending money
Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491
What is Blockchain/Distributed Ledger Tech?
8 Nov 2018
Blockchain Networks
Blockchain Technology: What is it?
12
 Blockchain technology is the secure distributed ledger
software that underlies cryptocurrencies like Bitcoin
 “Internet of Money” leapfrog technology; Skype is an app allowing
phone calls via Internet without POTS; Bitcoin is an app allowing
money transfer via Internet without banks; ‘decentralized Paypal’
Internet
(decentralized network)
Blockchain
Bitcoin
Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491
Application
Layer
Protocol
Layer
Infrastructure
Layer
SMTP
Email
VoIP
Phone
calls
OSI Protocol Stack:
8 Nov 2018
Blockchain Networks
Chain of linked blocks = a “blockchain”
13
Source: GREG/Smart Energy Meeting PWC, Blockchain101, Nov 2016
Each block stores information and contains a validated pointer (called a hash) to the
previous block. Each block is thus linked or “chained” to the last one
The chaining of blocks is tamper-proof, creating a immutable record of
events that is resistant to fraud and corruption
8 Nov 2018
Blockchain Networks
blockchain.
14
software.
secure cryptographic transfer.
internet.
8 Nov 2018
Blockchain Networks
killer apps.
15
secure transfer of value, of…
money & securities.
property.
contracts.
identity credentials.
8 Nov 2018
Blockchain Networks
How does Bitcoin work?
Use eWallet app to submit transaction
16
Source: https://www.youtube.com/watch?v=t5JGQXCTe3c
Scan recipient’s address
and submit transaction
$ appears in recipient’s eWallet
Wallet has keys not money
Creates PKI Signature address pairs A new PKI signature for each transaction
8 Nov 2018
Blockchain Networks
P2P network confirms & records transaction
17
Source: https://www.youtube.com/watch?v=t5JGQXCTe3c
Transaction computationally confirmed
Ledger account balances updated
Peer nodes maintain distributed ledger
Transactions submitted to a pool and miners assemble
new batch (block) of transactions each 10 min
Each block includes a cryptographic hash of the last
block, chaining the blocks, hence “Blockchain”
8 Nov 2018
Blockchain Networks 18
public chains. private chains.
trustless. mined.
p2p software.
trusted. not-mined.
enterprise software.
8 Nov 2018
Blockchain Networks
What is blockchain? Conceptual overview
1. Digital money (better version of PayPal/Venmo)
2. Enterprise software (digital asset inventories)
3. Inclusion technology (unbanked, credit, literacy)
4. Emerging legal jurisdiction (game theory not police)
5. Web 3.0: large-scale collaboration technology
 (Web 3.0 = smart network, “Internet's new pipes”)
6. Truth verification method (rich information attributes)
19
Smart networks: intelligent autonomously-operating
networks, a new form of global computational
infrastructure that includes technologies such as
blockchain economic networks, deep learning pattern-
recognition networks, autonomous-strike UAVs, and high-
frequency trading networks
8 Nov 2018
Blockchain Networks
Agenda
 Readings Summary
 Blockchain Overview
 Network Overview
20
8 Nov 2018
Blockchain Networks
Complex Systems
21
 Can often characterize the macrostate and the
microstate, but what happens in the middle?
Macrostate:
GDP
Microstate: Rate of new
businesses formation,
new auto loans
Middle: Complexity
Source: Schweitzer, F., et al. 2009. Economic Networks: The New Challenges. Science. 325:422-5.
Simon, H.A. 1996. The Sciences of the Artificial. Third edition. MIT Press, Cambridge, MA.
Simon (1996): small groups of parts make up larger
assemblies (modules) from which the whole is built; the
parts of the module interact strongly
Whole
Assemblies
or Modules
Parts
Simon (1996)Schweitzer (2009)
8 Nov 2018
Blockchain Networks
 Huntington’s disease (0.0002% deaths, 2.27 per million)
 Heart disease (30%/22% U.S./global deaths), Cancer (24% U.S. deaths)
 “Natural Causes” attributed due to lack of causal model
22
Solving Disease and Health Challenges
Hard problems: probabilistic not deterministic
Genomics
100%
Behavior
33%
Genomics
33%
Environment
33%
Source: Pagidipati. 2013. Estimating Deaths From Cardiovascular Disease. Circulation. 127(6):749–756; National Cancer Institute.
2018. Cancer Statistics. https://www.cancer.gov/about-cancer/understanding/statistics
Deterministic
Probabilistic
40+ CAG repeats in
the HTT gene
8 Nov 2018
Blockchain Networks
Problem: Prediction in Complex Systems
 How are these events similar? different?
 Is the Turkish coup an example in this trajectory?
 How can networks be used to map the underlying
factors that give rise to macro-level formations?
23
1789 2010 ???
French
Revolution
Tiananmen
Square
Next
event
Arab
Spring
Turkish
coup?
1989 2016
Source: Handbook of Cliometrics. 2016. Editors: Diebolt, Claude, Haupert, Michael (Eds.)
8 Nov 2018
Blockchain Networks
Claim:
Networks are a way to analyze “the middle”
24
 Map relationships between agents to see intermediate
structure, dynamic emergence
8 Nov 2018
Blockchain Networks
Drawing the Graph
1. What is the domain?
2. What are the entities in this domain? (nodes)
3. What are the relationships between them? (edges)
25
Simple Graph of
Entities and
Relationships
Domain: Social Network Domain: Financial System
Nodes: People
Edges: Know one another Edges: Financial obligation
(1: cash deposits, 2: loans)
Nodes: Banks
8 Nov 2018
Blockchain Networks
Network Science
 Network Science = The study of graphs as a
representation of relations between entities
 Nodes and edges (entities and relationships between them)
 Seven Bridges of Königsberg (Euler, 1736, graph theory)
26
node or
8 Nov 2018
Blockchain Networks
Network Science
 Seven Bridges of Königsberg (Euler, 1736, graph theory)
 Problem: walk around the city, crossing each bridge only once
 Euler: mathematical proof that it cannot be done, using
(inventing) graph theory; shifting math from ‘science of quantity’
to more abstract structures such as topology
27
node or
Kant’s Tomb, Kaliningrad
Cathedral (formerly Königsberg)
8 Nov 2018
Blockchain Networks
Example: Social Networks
28
8 Nov 2018
Blockchain Networks
Example: Food Web and Trade Network
29
8 Nov 2018
Blockchain Networks
Example: Systemic Financial Risk
 Risk of financial contagion (how “catching” the collapse
of one bank would be to others given linked exposure)
30
Source: IMF, June 2016, Systemic Risk Among Deutsche Bank and Global Systemically Important Banks
Legend:
• Blue, purple and green nodes
correspond to European, US and
Asian banks
• Arrow thickness captures total
linkages (both inward and outward),
• Arrow direction is net spillover
• Node size corresponds to asset value
8 Nov 2018
Blockchain Networks
Example: How are brain and body linked?
31
Sources: Murphy, Bassett, et al. 2018. Structure, function, and control of the human musculoskeletal network. PLOS Biology.
Davies, J.A. 2014. Life Unfolding: How the Human Body Creates Itself. Oxford: Oxford University Press.
Summary:
Employ network theory methods
to map neural control mechanisms
to the musculoskeletal system
Summary: study biological
networks: larger patterns of
gene expression and cellular
interconnection
Biological musculoskeletal network
8 Nov 2018
Blockchain Networks
Drawing the Graph
 Different ways to organize information
32
Traditional Method Network Science Method
8 Nov 2018
Blockchain Networks
Network Properties
 Use networks to analyze innovation rate, collaboration
with other departments/firms, how decisions are made
33
Degree of connectivity
of network
• V:={1,2,3,4,5,6}
• E:={{1,2},{1,5},{2,3},{2,5},{3,4},{4,5},{4,6}}
How quickly is a new
idea disseminated?
Who is a key influencer
in decisions?
8 Nov 2018
Blockchain Networks
Build a Social Graph – How does it work?
 Compile table listing names and number of interactions
34
• V:={1,2,3,4,5,6}
• E:={{1,2},{1,5},{2,3},{2,5},{3,4},{4,5},{4,6}}
Source: https://www.teachengineering.org/activities/view/uno_graphtheory_lesson01_activity1
Data
Network Modeling
8 Nov 2018
Blockchain Networks
Build a Social Graph – How does it work?
 Example: Medea (Euripides), 431 BC
 Level 1 analysis: purely quantitative, based on # interactions
35
• V:={1,2,3,4,5,6}
• E:={{1,2},{1,5},{2,3},{2,5},{3,4},{4,5},{4,6}}
Source: https://www.teachengineering.org/activities/view/uno_graphtheory_lesson01_activity1
Basic Interaction Map Network Modeling Network Analysis
Medea
Jason
8 Nov 2018
Blockchain Networks
Build a Social Graph
 Example: tweet activity during conference
36
• V:={1,2,3,4,5,6}
• E:={{1,2},{1,5},{2,3},{2,5},{3,4},{4,5},{4,6}}
Source: https://pegasusdata.com/2012/12/06/just-in-time-sociology-new-field-digital-humanities/
Conference
Agenda
8 Nov 2018
Blockchain Networks
Build a Social Graph
 Example: tweet activity during conference
37
• V:={1,2,3,4,5,6}
• E:={{1,2},{1,5},{2,3},{2,5},{3,4},{4,5},{4,6}}
Source: https://pegasusdata.com/2012/12/06/just-in-time-sociology-new-field-digital-humanities/
Keynote:
Paula Tubaro
Conference
Organizer:
Frederic Kaplan

Contenu connexe

Tendances

Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...
Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...
Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...
Simplilearn
 

Tendances (20)

Introduction to Blockchain
Introduction to Blockchain Introduction to Blockchain
Introduction to Blockchain
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain Smart Contract v5
Blockchain   Smart Contract v5Blockchain   Smart Contract v5
Blockchain Smart Contract v5
 
Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...
Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...
Ethereum Tutorial - Ethereum Explained | What is Ethereum? | Ethereum Explain...
 
Understanding private blockchains
Understanding private blockchainsUnderstanding private blockchains
Understanding private blockchains
 
Qu'est-ce que la blockchain ?
Qu'est-ce que la blockchain ?Qu'est-ce que la blockchain ?
Qu'est-ce que la blockchain ?
 
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...
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain Basics
Blockchain BasicsBlockchain Basics
Blockchain Basics
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
 
Blockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondBlockchain in Banking, Business and Beyond
Blockchain in Banking, Business and Beyond
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology Fundamentals
 
Introduction to Blockchain Technology
Introduction to Blockchain TechnologyIntroduction to Blockchain Technology
Introduction to Blockchain Technology
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
Les grands principes de la Blockchain
Les grands principes de la BlockchainLes grands principes de la Blockchain
Les grands principes de la Blockchain
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Block chain technology
Block chain technology Block chain technology
Block chain technology
 

Similaire à Blockchain Network Theory

Transhuman Crypto Cloudminds.  Melanie Swan
Transhuman Crypto Cloudminds.  Melanie SwanTranshuman Crypto Cloudminds.  Melanie Swan
Transhuman Crypto Cloudminds.  Melanie Swan
eraser Juan José Calderón
 
BlockChain for the Humanitarian Sector - Future Opportunities - November 2016
BlockChain for the Humanitarian Sector - Future Opportunities - November 2016BlockChain for the Humanitarian Sector - Future Opportunities - November 2016
BlockChain for the Humanitarian Sector - Future Opportunities - November 2016
Vanessa Ko
 
Blockchain Technology and Decentralized Governance: Is the State Still Necess...
Blockchain Technology and Decentralized Governance: Is the State Still Necess...Blockchain Technology and Decentralized Governance: Is the State Still Necess...
Blockchain Technology and Decentralized Governance: Is the State Still Necess...
eraser Juan José Calderón
 
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
AlAtfat
 
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
AlAtfat
 

Similaire à Blockchain Network Theory (20)

Blockchain Supply Chain
Blockchain Supply ChainBlockchain Supply Chain
Blockchain Supply Chain
 
State of Blockchain 2017: Smartnetworks and the Blockchain Economy
State of Blockchain 2017:  Smartnetworks and the Blockchain EconomyState of Blockchain 2017:  Smartnetworks and the Blockchain Economy
State of Blockchain 2017: Smartnetworks and the Blockchain Economy
 
Future of AI Smart Networks
Future of AI Smart NetworksFuture of AI Smart Networks
Future of AI Smart Networks
 
Understanding blockchaintechnology
Understanding blockchaintechnologyUnderstanding blockchaintechnology
Understanding blockchaintechnology
 
Understanding blockchaintechnology
Understanding blockchaintechnology Understanding blockchaintechnology
Understanding blockchaintechnology
 
Blockchain Smartnetworks
Blockchain Smartnetworks Blockchain Smartnetworks
Blockchain Smartnetworks
 
Transhuman Crypto Cloudminds.  Melanie Swan
Transhuman Crypto Cloudminds.  Melanie SwanTranshuman Crypto Cloudminds.  Melanie Swan
Transhuman Crypto Cloudminds.  Melanie Swan
 
BlockChain for the Humanitarian Sector - Future Opportunities - November 2016
BlockChain for the Humanitarian Sector - Future Opportunities - November 2016BlockChain for the Humanitarian Sector - Future Opportunities - November 2016
BlockChain for the Humanitarian Sector - Future Opportunities - November 2016
 
Blockchain Singularities
Blockchain SingularitiesBlockchain Singularities
Blockchain Singularities
 
Blockchain singularities
Blockchain singularitiesBlockchain singularities
Blockchain singularities
 
Block chain for the humanitarian sector - future opportunities
Block chain for the humanitarian sector - future opportunitiesBlock chain for the humanitarian sector - future opportunities
Block chain for the humanitarian sector - future opportunities
 
China Digital Economy
China Digital EconomyChina Digital Economy
China Digital Economy
 
Governance in the Blockchain Economy: A Framework and Research Agenda. Roman...
Governance in the Blockchain Economy: A Framework and Research Agenda.  Roman...Governance in the Blockchain Economy: A Framework and Research Agenda.  Roman...
Governance in the Blockchain Economy: A Framework and Research Agenda. Roman...
 
From Bitcoin to Blockchain: Industry Review April 2017 from OLMA NEXT Ltd
From Bitcoin to Blockchain: Industry Review April 2017 from OLMA NEXT LtdFrom Bitcoin to Blockchain: Industry Review April 2017 from OLMA NEXT Ltd
From Bitcoin to Blockchain: Industry Review April 2017 from OLMA NEXT Ltd
 
Blockchain Technology and Decentralized Governance: Is the State Still Necess...
Blockchain Technology and Decentralized Governance: Is the State Still Necess...Blockchain Technology and Decentralized Governance: Is the State Still Necess...
Blockchain Technology and Decentralized Governance: Is the State Still Necess...
 
Mathews blockchain presentation
Mathews blockchain presentationMathews blockchain presentation
Mathews blockchain presentation
 
Blockchain Technology: A Sustainability Perspective
Blockchain Technology: A Sustainability PerspectiveBlockchain Technology: A Sustainability Perspective
Blockchain Technology: A Sustainability Perspective
 
Ijsrp published research paper november 2020
Ijsrp published research paper november 2020Ijsrp published research paper november 2020
Ijsrp published research paper november 2020
 
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
 
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
Blockchain-Based Internet of Things: Review, Current Trends, Applications, an...
 

Plus de Melanie Swan

The Human-AI Odyssey: Homerian Aspirations towards Non-labor Identity
The Human-AI Odyssey: Homerian Aspirations towards Non-labor IdentityThe Human-AI Odyssey: Homerian Aspirations towards Non-labor Identity
The Human-AI Odyssey: Homerian Aspirations towards Non-labor Identity
Melanie Swan
 
AdS Biology and Quantum Information Science
AdS Biology and Quantum Information ScienceAdS Biology and Quantum Information Science
AdS Biology and Quantum Information Science
Melanie Swan
 
Space Humanism
Space HumanismSpace Humanism
Space Humanism
Melanie Swan
 
Critical Theory of Silence
Critical Theory of SilenceCritical Theory of Silence
Critical Theory of Silence
Melanie Swan
 
Quantum-Classical Reality
Quantum-Classical RealityQuantum-Classical Reality
Quantum-Classical Reality
Melanie Swan
 
Derrida-Hegel: Différance-Difference
Derrida-Hegel: Différance-DifferenceDerrida-Hegel: Différance-Difference
Derrida-Hegel: Différance-Difference
Melanie Swan
 
Quantum Moreness
Quantum MorenessQuantum Moreness
Quantum Moreness
Melanie Swan
 
Crypto Jamming
Crypto JammingCrypto Jamming
Crypto Jamming
Melanie Swan
 
The Quantum Mindset
The Quantum MindsetThe Quantum Mindset
The Quantum Mindset
Melanie Swan
 
Blockchains in Space
Blockchains in SpaceBlockchains in Space
Blockchains in Space
Melanie Swan
 
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIsQuantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
Melanie Swan
 
Art Theory: Two Cultures Synthesis of Art and Science
Art Theory: Two Cultures Synthesis of Art and ScienceArt Theory: Two Cultures Synthesis of Art and Science
Art Theory: Two Cultures Synthesis of Art and Science
Melanie Swan
 

Plus de Melanie Swan (20)

AI Health Agents: Longevity as a Service in the Web3 GenAI Quantum Revolution
AI Health Agents: Longevity as a Service in the Web3 GenAI Quantum RevolutionAI Health Agents: Longevity as a Service in the Web3 GenAI Quantum Revolution
AI Health Agents: Longevity as a Service in the Web3 GenAI Quantum Revolution
 
AI Science
AI Science AI Science
AI Science
 
AI Math Agents
AI Math AgentsAI Math Agents
AI Math Agents
 
Quantum Intelligence: Responsible Human-AI Entities
Quantum Intelligence: Responsible Human-AI EntitiesQuantum Intelligence: Responsible Human-AI Entities
Quantum Intelligence: Responsible Human-AI Entities
 
The Human-AI Odyssey: Homerian Aspirations towards Non-labor Identity
The Human-AI Odyssey: Homerian Aspirations towards Non-labor IdentityThe Human-AI Odyssey: Homerian Aspirations towards Non-labor Identity
The Human-AI Odyssey: Homerian Aspirations towards Non-labor Identity
 
AdS Biology and Quantum Information Science
AdS Biology and Quantum Information ScienceAdS Biology and Quantum Information Science
AdS Biology and Quantum Information Science
 
Space Humanism
Space HumanismSpace Humanism
Space Humanism
 
Quantum Information Science and Quantum Neuroscience.ppt
Quantum Information Science and Quantum Neuroscience.pptQuantum Information Science and Quantum Neuroscience.ppt
Quantum Information Science and Quantum Neuroscience.ppt
 
Quantum Information
Quantum InformationQuantum Information
Quantum Information
 
Critical Theory of Silence
Critical Theory of SilenceCritical Theory of Silence
Critical Theory of Silence
 
Quantum-Classical Reality
Quantum-Classical RealityQuantum-Classical Reality
Quantum-Classical Reality
 
Derrida-Hegel: Différance-Difference
Derrida-Hegel: Différance-DifferenceDerrida-Hegel: Différance-Difference
Derrida-Hegel: Différance-Difference
 
Quantum Moreness
Quantum MorenessQuantum Moreness
Quantum Moreness
 
Crypto Jamming
Crypto JammingCrypto Jamming
Crypto Jamming
 
The Quantum Mindset
The Quantum MindsetThe Quantum Mindset
The Quantum Mindset
 
Blockchains in Space
Blockchains in SpaceBlockchains in Space
Blockchains in Space
 
Complexity and Quantum Information Science
Complexity and Quantum Information ScienceComplexity and Quantum Information Science
Complexity and Quantum Information Science
 
Quantum Blockchains
Quantum BlockchainsQuantum Blockchains
Quantum Blockchains
 
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIsQuantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
 
Art Theory: Two Cultures Synthesis of Art and Science
Art Theory: Two Cultures Synthesis of Art and ScienceArt Theory: Two Cultures Synthesis of Art and Science
Art Theory: Two Cultures Synthesis of Art and Science
 

Dernier

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Dernier (20)

MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

Blockchain Network Theory

  • 1. Blockchain Networks and People Blockchain is software for the secure transfer of value via the internet A network is a group or system of interconnected people or things Network Science is the study of complex phenomena using networks (graph theory) Blockchain networks indicate the emergence of new patterns of human interaction Purdue University, Nov 8, 2018 Course Summary Slides: http://slideshare.net/LaBlogga Melanie Swan, Philosophy melanie@blockchainstudies.org TECH58100–PHIL 58000A
  • 2. 8 Nov 2018 Blockchain Networks Agenda  Readings Summary  Blockchain Overview  Network Overview 1
  • 3. 8 Nov 2018 Blockchain Networks Readings #1: Bitcoin & Network Science 2  Nakamoto, S. (2008). Bitcoin: P2P Electronic Cash  Original white paper for blockchain concept: having an always-on Internet-based system checking in real-time 24-7 anytime anyone tries to spend digital cash, to control that it is only being spent once (solution to double-spending problem)  Brandes et al. (2013). What is network science?  A network connects nodes, resource flow is not necessary (example: Purdue alumni network)  A network is a model of a real-life phenomenon Core-periphery: densely-connected core, sparsely- connected periphery Ego Network: focal node (“ego”) and directly-connected nodes ( “alters”)
  • 4. 8 Nov 2018 Blockchain Networks Readings #2: Blockchain & Network Intro 3  Morabito. (2017). Blockchain for Business Innovation  Decentralized database: all peer nodes have a copy  Public blockchains vs. private blockchains (for business)  Proof of work and proof of stake consensus algorithms  Smart contracts: two or more parties, terms, consideration  Jackson. (2008). Social and Economic Networks Intro  General measures of network utility, efficiency, stability  Trade-offs in network design: stability vs. efficiency  Homophily: tendency of individuals to associate and bond with others that are similar, “birds of a feather flock together”  Preferential attachment: “rich get richer”
  • 5. 8 Nov 2018 Blockchain Networks Readings #3: Water Industry & Scale-free 4  Lin et al. (2017). Blockchain and ICT E-Agriculture  IOT and blockchain networks (Bitcoin, Ripple, Monero) indicate complex network behavior: small-world & scale-free  Interpretation: replicating the “regular” way of doing things  Sohn. (2017). Small-World and Scale-Free Network Models for IoT Systems  Random networks (Erdős–Rényi, PMI, 1959): Normally-distributed; Gaussian  Small-world networks (Watts & Strogatz, Nature, 1998): Power law; 80-20 pareto distribution  Scale-free networks (Barabási & Albert, Science, 1999): Fat-tailed distribution; six degrees of separation; rich get richer
  • 6. 8 Nov 2018 Blockchain Networks Readings #4: Agriculture & Network Trust 5  Kim and Laskowski. (2017). Agriculture & Blockchain: Sustainable Solutions for Food, Farmers, & Financing  Blockchain enables new models of local organizing: farmers cooperatives, recourse against players with market power  Food safety, product traceability (salmonella outbreak)  Sustainability: financial, crop genetics, micro-insurance  Sherchan et al. (2013). Trust in Social Networks.  Humanity is good at producing material goods (“widgets”), how can we also excel at producing intangible resources?  Social capital (trust, autonomy, inclusion, recognition, peace)  Incentive structures that promote social capital production
  • 7. 8 Nov 2018 Blockchain Networks Readings #5: Solar Energy & Network Stack 6  Adjeleian et al. (2018). How blockchain is disrupting the Solar Energy industry  Incentives for transitioning to renewable resources  IOT carbon sequestration blockchain for carbon credits  Implied political power shift due to energy independence  Orlikowski and Scott. (2015). The algorithm and the crowd: considering the materiality of service innovation  Digital services: shift to practice of buying airline tickets online  Building the trust stack: design structures to create social capital in a digital network environment  Layers in the trust stack: infrastructure, interface, application, network resources (trust, liquidity)
  • 8. 8 Nov 2018 Blockchain Networks Agenda  Readings Summary  Blockchain Overview  Network Overview 7
  • 9. 8 Nov 2018 Blockchain Networks 8 “Better horse” Progression of a New Technology “Horseless carriage” “Car” 3.0 2.0 1.0 Better internet: payments and secure information transfer, privacy-protected computing Assets digitized and registered to blockchains, real-time valuation and transfer, smart contracts Large-scale social collaboration technology: supplementing and replacing governments, corporations, and open-source communities Source: Swan, M. (2015). Blockchain: Blueprint for a New Economy Blockchain
  • 10. 8 Nov 2018 Blockchain Networks basics. 9
  • 11. 8 Nov 2018 Blockchain Networks internet content. 10 information. email. voice. video. money.
  • 12. 8 Nov 2018 Blockchain Networks 11 Conceptual Definition: Blockchain is a software protocol; just as SMTP is a protocol for sending email, blockchain is a protocol for sending money Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491 What is Blockchain/Distributed Ledger Tech?
  • 13. 8 Nov 2018 Blockchain Networks Blockchain Technology: What is it? 12  Blockchain technology is the secure distributed ledger software that underlies cryptocurrencies like Bitcoin  “Internet of Money” leapfrog technology; Skype is an app allowing phone calls via Internet without POTS; Bitcoin is an app allowing money transfer via Internet without banks; ‘decentralized Paypal’ Internet (decentralized network) Blockchain Bitcoin Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491 Application Layer Protocol Layer Infrastructure Layer SMTP Email VoIP Phone calls OSI Protocol Stack:
  • 14. 8 Nov 2018 Blockchain Networks Chain of linked blocks = a “blockchain” 13 Source: GREG/Smart Energy Meeting PWC, Blockchain101, Nov 2016 Each block stores information and contains a validated pointer (called a hash) to the previous block. Each block is thus linked or “chained” to the last one The chaining of blocks is tamper-proof, creating a immutable record of events that is resistant to fraud and corruption
  • 15. 8 Nov 2018 Blockchain Networks blockchain. 14 software. secure cryptographic transfer. internet.
  • 16. 8 Nov 2018 Blockchain Networks killer apps. 15 secure transfer of value, of… money & securities. property. contracts. identity credentials.
  • 17. 8 Nov 2018 Blockchain Networks How does Bitcoin work? Use eWallet app to submit transaction 16 Source: https://www.youtube.com/watch?v=t5JGQXCTe3c Scan recipient’s address and submit transaction $ appears in recipient’s eWallet Wallet has keys not money Creates PKI Signature address pairs A new PKI signature for each transaction
  • 18. 8 Nov 2018 Blockchain Networks P2P network confirms & records transaction 17 Source: https://www.youtube.com/watch?v=t5JGQXCTe3c Transaction computationally confirmed Ledger account balances updated Peer nodes maintain distributed ledger Transactions submitted to a pool and miners assemble new batch (block) of transactions each 10 min Each block includes a cryptographic hash of the last block, chaining the blocks, hence “Blockchain”
  • 19. 8 Nov 2018 Blockchain Networks 18 public chains. private chains. trustless. mined. p2p software. trusted. not-mined. enterprise software.
  • 20. 8 Nov 2018 Blockchain Networks What is blockchain? Conceptual overview 1. Digital money (better version of PayPal/Venmo) 2. Enterprise software (digital asset inventories) 3. Inclusion technology (unbanked, credit, literacy) 4. Emerging legal jurisdiction (game theory not police) 5. Web 3.0: large-scale collaboration technology  (Web 3.0 = smart network, “Internet's new pipes”) 6. Truth verification method (rich information attributes) 19 Smart networks: intelligent autonomously-operating networks, a new form of global computational infrastructure that includes technologies such as blockchain economic networks, deep learning pattern- recognition networks, autonomous-strike UAVs, and high- frequency trading networks
  • 21. 8 Nov 2018 Blockchain Networks Agenda  Readings Summary  Blockchain Overview  Network Overview 20
  • 22. 8 Nov 2018 Blockchain Networks Complex Systems 21  Can often characterize the macrostate and the microstate, but what happens in the middle? Macrostate: GDP Microstate: Rate of new businesses formation, new auto loans Middle: Complexity Source: Schweitzer, F., et al. 2009. Economic Networks: The New Challenges. Science. 325:422-5. Simon, H.A. 1996. The Sciences of the Artificial. Third edition. MIT Press, Cambridge, MA. Simon (1996): small groups of parts make up larger assemblies (modules) from which the whole is built; the parts of the module interact strongly Whole Assemblies or Modules Parts Simon (1996)Schweitzer (2009)
  • 23. 8 Nov 2018 Blockchain Networks  Huntington’s disease (0.0002% deaths, 2.27 per million)  Heart disease (30%/22% U.S./global deaths), Cancer (24% U.S. deaths)  “Natural Causes” attributed due to lack of causal model 22 Solving Disease and Health Challenges Hard problems: probabilistic not deterministic Genomics 100% Behavior 33% Genomics 33% Environment 33% Source: Pagidipati. 2013. Estimating Deaths From Cardiovascular Disease. Circulation. 127(6):749–756; National Cancer Institute. 2018. Cancer Statistics. https://www.cancer.gov/about-cancer/understanding/statistics Deterministic Probabilistic 40+ CAG repeats in the HTT gene
  • 24. 8 Nov 2018 Blockchain Networks Problem: Prediction in Complex Systems  How are these events similar? different?  Is the Turkish coup an example in this trajectory?  How can networks be used to map the underlying factors that give rise to macro-level formations? 23 1789 2010 ??? French Revolution Tiananmen Square Next event Arab Spring Turkish coup? 1989 2016 Source: Handbook of Cliometrics. 2016. Editors: Diebolt, Claude, Haupert, Michael (Eds.)
  • 25. 8 Nov 2018 Blockchain Networks Claim: Networks are a way to analyze “the middle” 24  Map relationships between agents to see intermediate structure, dynamic emergence
  • 26. 8 Nov 2018 Blockchain Networks Drawing the Graph 1. What is the domain? 2. What are the entities in this domain? (nodes) 3. What are the relationships between them? (edges) 25 Simple Graph of Entities and Relationships Domain: Social Network Domain: Financial System Nodes: People Edges: Know one another Edges: Financial obligation (1: cash deposits, 2: loans) Nodes: Banks
  • 27. 8 Nov 2018 Blockchain Networks Network Science  Network Science = The study of graphs as a representation of relations between entities  Nodes and edges (entities and relationships between them)  Seven Bridges of Königsberg (Euler, 1736, graph theory) 26 node or
  • 28. 8 Nov 2018 Blockchain Networks Network Science  Seven Bridges of Königsberg (Euler, 1736, graph theory)  Problem: walk around the city, crossing each bridge only once  Euler: mathematical proof that it cannot be done, using (inventing) graph theory; shifting math from ‘science of quantity’ to more abstract structures such as topology 27 node or Kant’s Tomb, Kaliningrad Cathedral (formerly Königsberg)
  • 29. 8 Nov 2018 Blockchain Networks Example: Social Networks 28
  • 30. 8 Nov 2018 Blockchain Networks Example: Food Web and Trade Network 29
  • 31. 8 Nov 2018 Blockchain Networks Example: Systemic Financial Risk  Risk of financial contagion (how “catching” the collapse of one bank would be to others given linked exposure) 30 Source: IMF, June 2016, Systemic Risk Among Deutsche Bank and Global Systemically Important Banks Legend: • Blue, purple and green nodes correspond to European, US and Asian banks • Arrow thickness captures total linkages (both inward and outward), • Arrow direction is net spillover • Node size corresponds to asset value
  • 32. 8 Nov 2018 Blockchain Networks Example: How are brain and body linked? 31 Sources: Murphy, Bassett, et al. 2018. Structure, function, and control of the human musculoskeletal network. PLOS Biology. Davies, J.A. 2014. Life Unfolding: How the Human Body Creates Itself. Oxford: Oxford University Press. Summary: Employ network theory methods to map neural control mechanisms to the musculoskeletal system Summary: study biological networks: larger patterns of gene expression and cellular interconnection Biological musculoskeletal network
  • 33. 8 Nov 2018 Blockchain Networks Drawing the Graph  Different ways to organize information 32 Traditional Method Network Science Method
  • 34. 8 Nov 2018 Blockchain Networks Network Properties  Use networks to analyze innovation rate, collaboration with other departments/firms, how decisions are made 33 Degree of connectivity of network • V:={1,2,3,4,5,6} • E:={{1,2},{1,5},{2,3},{2,5},{3,4},{4,5},{4,6}} How quickly is a new idea disseminated? Who is a key influencer in decisions?
  • 35. 8 Nov 2018 Blockchain Networks Build a Social Graph – How does it work?  Compile table listing names and number of interactions 34 • V:={1,2,3,4,5,6} • E:={{1,2},{1,5},{2,3},{2,5},{3,4},{4,5},{4,6}} Source: https://www.teachengineering.org/activities/view/uno_graphtheory_lesson01_activity1 Data Network Modeling
  • 36. 8 Nov 2018 Blockchain Networks Build a Social Graph – How does it work?  Example: Medea (Euripides), 431 BC  Level 1 analysis: purely quantitative, based on # interactions 35 • V:={1,2,3,4,5,6} • E:={{1,2},{1,5},{2,3},{2,5},{3,4},{4,5},{4,6}} Source: https://www.teachengineering.org/activities/view/uno_graphtheory_lesson01_activity1 Basic Interaction Map Network Modeling Network Analysis Medea Jason
  • 37. 8 Nov 2018 Blockchain Networks Build a Social Graph  Example: tweet activity during conference 36 • V:={1,2,3,4,5,6} • E:={{1,2},{1,5},{2,3},{2,5},{3,4},{4,5},{4,6}} Source: https://pegasusdata.com/2012/12/06/just-in-time-sociology-new-field-digital-humanities/ Conference Agenda
  • 38. 8 Nov 2018 Blockchain Networks Build a Social Graph  Example: tweet activity during conference 37 • V:={1,2,3,4,5,6} • E:={{1,2},{1,5},{2,3},{2,5},{3,4},{4,5},{4,6}} Source: https://pegasusdata.com/2012/12/06/just-in-time-sociology-new-field-digital-humanities/ Keynote: Paula Tubaro Conference Organizer: Frederic Kaplan