SlideShare a Scribd company logo
1 of 42
Download to read offline
Tokens and
Complex Systems
Trent McConaghy
@trentmc0
Outline
• Trust machines
• Incentive machines
• EA design for token design
• Benevolent computer viruses
• AI DAOs
• Blockchains as life
Blockchains as
Trust Machines
Blockchains: Google Sheets, Minus the Google
What’s special:
- no one owns it
- anyone can add to it
- no one can delete from it
- Writing to a blockchain is like
etching in stone.
- The sheet stores a list of
transactions (txs).
- Then we use txs to issue assets,
and transfer them
Blockchains are databases with
“blue ocean” benefits
Decentralized / shared control
Immutability / audit trail
Assets / exchanges
How:
• Decentralized: Byzantine fault tolerant (BFT) consensus
• Immutable: chain of blocks = hash linked list of transaction groups
• Assets: digital signature on every transaction
“Trust machine” because it minimizes trust needed to operate.
Alice
Mongo
DB
Blockchains as
Incentive Machines
What’s the amazing thing about blockchains?
•Decentralized?
•Immutability?
•Assets
•One more…
Blockchain Superpower:
Get people to do stuff
By rewarding with tokens
Economic Incentive for Bitcoin
Objective: Maximize security of network
• Where “security” = compute power
• Therefore, super expensive to roll back changes to the transaction log
E(Ri) α Hi * T
E() = expected
value
# tokens (BTC)
dispensed each
block
block
rewards
hash power of actor
= contribution to
“security”
E(Ri) α Hi * T
Bitcoin Token Release Schedule
F(H, t) = 1 - (0.5t/10) = % tokens released after t years
• Schedule is fixed in advance
• 4 years for 50% of tokens released = half-life “the halvening”
Result of Bitcoin maximizing security?
Maximizing energy usage! > USA by mid 2019!
Result of Bitcoin maximizing security?
Maximizing energy usage! > USA by mid 2019!
Like paper-clip generating AI, but with energy…
Economic Incentive for Ocean
Objective: Maximize supply of high-quality data (for use by AI)
• This means: reward curating data + making it available
• Where “curating” = betting on data. Reward taste-making.
E(Rij) α log10(Sij) * log10(Dj) * T *Ri
Expected
reward for user
i on dataset j
Dj = proofed popularity
= # proof-of-service
invoked (eg # deliveries
of dataset j)
Sij = predicted popularity
= user’s curation market
stake in service j
(eg dataset j)
# tokens
during
interval
Complex Systems
in Token Design
Design of Tokenized ecosystem
≈ Design of EAs (Evolutionary Algorithms)
What Tokenized ecosystem Evolutionary Algorithm
Goals Block reward function
E.g. “Maximize hash rate”
Objective function
E.g. “Minimize error”
Measurement
& test
Proof
E.g. “Proof of Work”
Evaluate fitness
E.g. “Simulate circuit”
System agents Miners & token holders (humans)
In a network
Individuals (computer agents)
In a population
System clock Block reward interval Generation
Incentives &
Disincentives
You can’t control human,
Just reward: give tokens
And punish: slash stake
You can’t control individual,
Just reward: reproduce
And punish: kill
Agent-based Systems for Token Simulation
• Q: How do we design computer chips?
• A: Simulator + CAD tools
• Q: How are we currently designing tokenized
ecosystems?
• A: By the seat of our pants!
• Which means we might be getting it all wrong!
What we (desperately) need:
1. Simulators: agent-based systems
2. CAD tools: for token design
Reason #37 why you might care: there is tons of
$$ at stake (and we might be getting it all wrong)
Benevolent
Computer Viruses
(aka Smart Contracts)
Then you get
decentralized processing
aka smart contracts.
And you can build a
world computer
having decentralized processing,
storage, and communications
(e.g. Ethereum vision)
What if you used a blockchain (database)
to store state of a state machine?
State
Virtual machine
Decentralized applications
(Dapps)
World computer
Blockchain
DAO: a computational process that
• runs autonomously,
• on decentralized infrastructure,
• with resource manipulation.
It’s code that can own stuff!
(Or, good computer viruses)
DAO: Decentralized Autonomous Organization
State
Virtual machine
DAO Dapp
World computer
Blockchain
AI DAOs
AI entity is a feedback control system.
That is, AGI.
Its feedback loop would continue on
its own, taking inputs, updating its
state, and actuating outputs, with the
resources to do so continually.
AGI on a DAO?
State
Virtual machine
AI DAO Dapp
World computer
Blockchain
An AI DAO is …
• An AI running on decentralized processing substrate
<or, equivalently>
• A DAO running with AI algorithms
Definition of AI DAO
Example: The ArtDAO
Algorithm…
1. Run AI art engine to generate new image, using GP or deep
2. Claim attribution in blockchain
3. Create multiple editions
4. Post editions for sale onto a marketplace, using Getty
(centralized), or OpenBazaar (decent.)
5. Sell the editions. $ goes to ArtDAO using built-in cryptocurrency
like Ether. IP go from ArtDAO using ascribe.
6. Repeat! Create more art, sell it, get wealthier
Example: The ArtDAO
Algorithm…
1. Run AI art engine to generate new image, using GP or deep
2. Claim attribution in blockchain, using ascribe
3. Create multiple editions, using ascribe
4. Post editions for sale onto a marketplace, using Getty
(centralized), or OpenBazaar (decent.)
5. Sell the editions. $ goes to ArtDAO using built-in cryptocurrency
like Ether. IP go from ArtDAO using ascribe.
6. Repeat! Create more art, sell it, get wealthier
Over time, if ArtDAO makes more money from sales
than from generating new art, then
it will accumulate wealth. And, you can’t turn it off.
AI DAO
Architectures
AI DAO Arch 1/3: AI at the Center
AI DAO Arch 2/3 : AI at the Edges
AI DAO Arch 3/3 : Swarm Intelligence
Many dumb agents with emergent AI complexity
Angles to Making AI DAOs
• DAO  AI DAO. Start with DAO, add AI. E.g. Plantoid
• AI  AI DAO. Start with AI, add DAO. E.g. numer.ai
• SaaS  DAO  AI DAO. Convert SaaS to DAO. Then add AI
• Physical service  AI DAO. E.g. Uber self-owning cars
Evolving the ArtDAO
Market
Art work
Code
Level to adapt at
How to
adapt
Human-based adapt at the code level.
Here, humans put in new smart contract
code (and related code in 3rd party
services), to improve ArtDAO’s ability to
generate art and amass wealth.
Evolving the ArtDAO
Market
Art work
Code
Level to adapt at
How to
adapt
Auto adapt at the market level.
It creates more of what humans buy, and
less of what humans don’t buy.
Evolving the ArtDAO
Market
Art work
Code
Level to adapt at
How to
adapt
Auto adapt at the art-work level.
Here, a human influences the creation of an
artifact. For example, it presents four variants of
a work, and a human clicks on a favorite. After
10 or 50 iterations, it will have a piece that the
human likes, and purchases.
Evolving the ArtDAO
Auto adapt at the code level.
Here, the ArtDAO modifies its own code, in hopes of improving.
• It creates a copy of itself, changes that copy’s code just a little bit, and gives a tiny bit of
resources to that new copy.
• If that new copy is bad, it will simply run out of resources and be ignored.
• But if that new copy is truly an improvement, the market will reward it, and it will be able
to amass resources and split more on its own.
• Over time, ArtDAO will spawn more children, and grandchildren, and the ones that do well
will continue to spread. We end up with a mini-army of AI DAOs for art.
• If buyers are DAOs too, it’s a network of DAOs, leading to swarm intelligence
We can extrapolate way further. It gets crazy, quickly.
A simple ArtDAO allows us to “idea-inoculate” so we’re
ready for the scarier stuff…
Market
Art work
Code
Level to adapt at
How to
adapt
Giving Personhood to an AI DAO
With Today’s Laws (!)
Blockchains as
Life
Blockchains as Life (Merkle)
-Ralph Merkle, “DAOs, Democracy and Governance”, May 2016
Blockchains as Life (Merkle)
-Ralph Merkle, “DAOs, Democracy and Governance”, May 2016
Conclusion
Trent McConaghy
@trentmc0
We covered:
• Blockchains as trust machines, and incentive machines
• You can get people to do stuff!
• Complex systems for token design. EAs, agents
• Smart contracts are benevolent computer viruses
• AI DAOs = amazing intersection of AI * blockchain
• Blockchains as life
The complex systems world has useful theory & tools for blockchain
world; and blockchain has many interesting problems!
Conclusion

More Related Content

What's hot

WIlliam Mougayar Designing Tokenomics and Tokens 2.0
WIlliam Mougayar Designing Tokenomics and Tokens 2.0WIlliam Mougayar Designing Tokenomics and Tokens 2.0
WIlliam Mougayar Designing Tokenomics and Tokens 2.0The Business Blockchain
 
IoT and the Oil & Gas industry at M2M Oil & Gas 2014 in London
IoT and the Oil & Gas industry at M2M Oil & Gas 2014 in LondonIoT and the Oil & Gas industry at M2M Oil & Gas 2014 in London
IoT and the Oil & Gas industry at M2M Oil & Gas 2014 in LondonEurotech
 
Requirements in Cyber-Physical Systems: Specifications and Applications
Requirements in Cyber-Physical Systems: Specifications and ApplicationsRequirements in Cyber-Physical Systems: Specifications and Applications
Requirements in Cyber-Physical Systems: Specifications and ApplicationsLionel Briand
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain workShishir Aryal
 
NFT Marketplace Development
NFT Marketplace DevelopmentNFT Marketplace Development
NFT Marketplace Developmentzaarahary
 
Token Engineering from an Economic Perspective
Token Engineering from an Economic Perspective Token Engineering from an Economic Perspective
Token Engineering from an Economic Perspective Token Engineering
 
Understanding Proof of Work (PoW) and Proof of Stake (PoS) Algorithms
Understanding Proof of Work (PoW) and Proof of Stake (PoS) AlgorithmsUnderstanding Proof of Work (PoW) and Proof of Stake (PoS) Algorithms
Understanding Proof of Work (PoW) and Proof of Stake (PoS) AlgorithmsGautam Anand
 
Diving into the Ethereum Merge
Diving into the Ethereum MergeDiving into the Ethereum Merge
Diving into the Ethereum Mergeintotheblock
 
Cybersecurity aspects of blockchain and cryptocurrency
Cybersecurity aspects of blockchain and cryptocurrencyCybersecurity aspects of blockchain and cryptocurrency
Cybersecurity aspects of blockchain and cryptocurrencyTony Martin-Vegue
 
blockchain .technology.pptx
blockchain .technology.pptxblockchain .technology.pptx
blockchain .technology.pptxAmit Kumar
 
Blockchain consensus algorithms
Blockchain consensus algorithmsBlockchain consensus algorithms
Blockchain consensus algorithmsAnurag Dashputre
 

What's hot (20)

AI Chatbot
AI ChatbotAI Chatbot
AI Chatbot
 
Decentraland Crypto
Decentraland CryptoDecentraland Crypto
Decentraland Crypto
 
WIlliam Mougayar Designing Tokenomics and Tokens 2.0
WIlliam Mougayar Designing Tokenomics and Tokens 2.0WIlliam Mougayar Designing Tokenomics and Tokens 2.0
WIlliam Mougayar Designing Tokenomics and Tokens 2.0
 
IoT and the Oil & Gas industry at M2M Oil & Gas 2014 in London
IoT and the Oil & Gas industry at M2M Oil & Gas 2014 in LondonIoT and the Oil & Gas industry at M2M Oil & Gas 2014 in London
IoT and the Oil & Gas industry at M2M Oil & Gas 2014 in London
 
Blockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptxBlockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptx
 
Requirements in Cyber-Physical Systems: Specifications and Applications
Requirements in Cyber-Physical Systems: Specifications and ApplicationsRequirements in Cyber-Physical Systems: Specifications and Applications
Requirements in Cyber-Physical Systems: Specifications and Applications
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
 
Bitcoin
BitcoinBitcoin
Bitcoin
 
NFT Marketplace Development
NFT Marketplace DevelopmentNFT Marketplace Development
NFT Marketplace Development
 
Token Engineering from an Economic Perspective
Token Engineering from an Economic Perspective Token Engineering from an Economic Perspective
Token Engineering from an Economic Perspective
 
Blockchain .pptx
Blockchain .pptxBlockchain .pptx
Blockchain .pptx
 
Understanding Proof of Work (PoW) and Proof of Stake (PoS) Algorithms
Understanding Proof of Work (PoW) and Proof of Stake (PoS) AlgorithmsUnderstanding Proof of Work (PoW) and Proof of Stake (PoS) Algorithms
Understanding Proof of Work (PoW) and Proof of Stake (PoS) Algorithms
 
Diving into the Ethereum Merge
Diving into the Ethereum MergeDiving into the Ethereum Merge
Diving into the Ethereum Merge
 
Cybersecurity aspects of blockchain and cryptocurrency
Cybersecurity aspects of blockchain and cryptocurrencyCybersecurity aspects of blockchain and cryptocurrency
Cybersecurity aspects of blockchain and cryptocurrency
 
Blockchain
BlockchainBlockchain
Blockchain
 
blockchain .technology.pptx
blockchain .technology.pptxblockchain .technology.pptx
blockchain .technology.pptx
 
Block chain
Block chainBlock chain
Block chain
 
Blockchain consensus algorithms
Blockchain consensus algorithmsBlockchain consensus algorithms
Blockchain consensus algorithms
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain+IOT
Blockchain+IOTBlockchain+IOT
Blockchain+IOT
 

Similar to Tokens and Complex Systems

Tokens, Complex Systems, and Nature
Tokens, Complex Systems, and NatureTokens, Complex Systems, and Nature
Tokens, Complex Systems, and NatureTrent McConaghy
 
Artificial Intelligence (AI) DAOs (decentralized autonomous organizations) - ...
Artificial Intelligence (AI) DAOs (decentralized autonomous organizations) - ...Artificial Intelligence (AI) DAOs (decentralized autonomous organizations) - ...
Artificial Intelligence (AI) DAOs (decentralized autonomous organizations) - ...BigchainDB
 
BigchainDB: Blockchains for Artificial Intelligence by Trent McConaghy
BigchainDB: Blockchains for Artificial Intelligence by Trent McConaghyBigchainDB: Blockchains for Artificial Intelligence by Trent McConaghy
BigchainDB: Blockchains for Artificial Intelligence by Trent McConaghyBigchainDB
 
Opportunities for Genetic Programming Researchers in Blockchain
Opportunities for Genetic Programming Researchers in BlockchainOpportunities for Genetic Programming Researchers in Blockchain
Opportunities for Genetic Programming Researchers in BlockchainTrent McConaghy
 
Blockchains for AI [With New Applications]
Blockchains for AI [With New Applications]Blockchains for AI [With New Applications]
Blockchains for AI [With New Applications]Trent McConaghy
 
AI & Blockchain: An Introduction
AI & Blockchain: An IntroductionAI & Blockchain: An Introduction
AI & Blockchain: An IntroductionMatt Turck
 
"Blockchains for AI", Trent McConaghy, AI researcher, blockchain engineer. Fo...
"Blockchains for AI", Trent McConaghy, AI researcher, blockchain engineer. Fo..."Blockchains for AI", Trent McConaghy, AI researcher, blockchain engineer. Fo...
"Blockchains for AI", Trent McConaghy, AI researcher, blockchain engineer. Fo...Dataconomy Media
 
mm-ADT: A Virtual Machine/An Economic Machine
mm-ADT: A Virtual Machine/An Economic Machinemm-ADT: A Virtual Machine/An Economic Machine
mm-ADT: A Virtual Machine/An Economic MachineMarko Rodriguez
 
[Energy/abundance edition] Nature 2.0: The Cradle of Civilization Gets an Upg...
[Energy/abundance edition] Nature 2.0: The Cradle of Civilization Gets an Upg...[Energy/abundance edition] Nature 2.0: The Cradle of Civilization Gets an Upg...
[Energy/abundance edition] Nature 2.0: The Cradle of Civilization Gets an Upg...Trent McConaghy
 
New Business Models enabled by Blockchain
New Business Models enabled by BlockchainNew Business Models enabled by Blockchain
New Business Models enabled by BlockchainSlash
 
2018 05 hype lightning talk
2018 05 hype lightning talk2018 05 hype lightning talk
2018 05 hype lightning talkChris Dwan
 
GroupF_Task-2_Group Proposal report presentation_HUT351 (1).pptx
GroupF_Task-2_Group Proposal report presentation_HUT351  (1).pptxGroupF_Task-2_Group Proposal report presentation_HUT351  (1).pptx
GroupF_Task-2_Group Proposal report presentation_HUT351 (1).pptxSejalWasule
 
Keynote Sales Kickoff Interoute
Keynote Sales Kickoff InterouteKeynote Sales Kickoff Interoute
Keynote Sales Kickoff Interoute247 Invest
 
Predictive modelling with azure ml
Predictive modelling with azure mlPredictive modelling with azure ml
Predictive modelling with azure mlKoray Kocabas
 
Lilypad @ Labweek, Istanbul, 2023.pdf
Lilypad @ Labweek, Istanbul, 2023.pdfLilypad @ Labweek, Istanbul, 2023.pdf
Lilypad @ Labweek, Istanbul, 2023.pdfAlly339821
 
unit 3(big data, AI).pptx
unit 3(big data, AI).pptxunit 3(big data, AI).pptx
unit 3(big data, AI).pptxNavdeepMathur6
 
Data, AI, and Tokens: Ocean Protocol
Data, AI, and Tokens: Ocean ProtocolData, AI, and Tokens: Ocean Protocol
Data, AI, and Tokens: Ocean ProtocolTrent McConaghy
 

Similar to Tokens and Complex Systems (20)

Tokens, Complex Systems, and Nature
Tokens, Complex Systems, and NatureTokens, Complex Systems, and Nature
Tokens, Complex Systems, and Nature
 
Artificial Intelligence (AI) DAOs (decentralized autonomous organizations) - ...
Artificial Intelligence (AI) DAOs (decentralized autonomous organizations) - ...Artificial Intelligence (AI) DAOs (decentralized autonomous organizations) - ...
Artificial Intelligence (AI) DAOs (decentralized autonomous organizations) - ...
 
BigchainDB: Blockchains for Artificial Intelligence by Trent McConaghy
BigchainDB: Blockchains for Artificial Intelligence by Trent McConaghyBigchainDB: Blockchains for Artificial Intelligence by Trent McConaghy
BigchainDB: Blockchains for Artificial Intelligence by Trent McConaghy
 
Opportunities for Genetic Programming Researchers in Blockchain
Opportunities for Genetic Programming Researchers in BlockchainOpportunities for Genetic Programming Researchers in Blockchain
Opportunities for Genetic Programming Researchers in Blockchain
 
Blockchains for AI [With New Applications]
Blockchains for AI [With New Applications]Blockchains for AI [With New Applications]
Blockchains for AI [With New Applications]
 
AI & Blockchain: An Introduction
AI & Blockchain: An IntroductionAI & Blockchain: An Introduction
AI & Blockchain: An Introduction
 
"Blockchains for AI", Trent McConaghy, AI researcher, blockchain engineer. Fo...
"Blockchains for AI", Trent McConaghy, AI researcher, blockchain engineer. Fo..."Blockchains for AI", Trent McConaghy, AI researcher, blockchain engineer. Fo...
"Blockchains for AI", Trent McConaghy, AI researcher, blockchain engineer. Fo...
 
mm-ADT: A Virtual Machine/An Economic Machine
mm-ADT: A Virtual Machine/An Economic Machinemm-ADT: A Virtual Machine/An Economic Machine
mm-ADT: A Virtual Machine/An Economic Machine
 
[Energy/abundance edition] Nature 2.0: The Cradle of Civilization Gets an Upg...
[Energy/abundance edition] Nature 2.0: The Cradle of Civilization Gets an Upg...[Energy/abundance edition] Nature 2.0: The Cradle of Civilization Gets an Upg...
[Energy/abundance edition] Nature 2.0: The Cradle of Civilization Gets an Upg...
 
New Business Models enabled by Blockchain
New Business Models enabled by BlockchainNew Business Models enabled by Blockchain
New Business Models enabled by Blockchain
 
2018 05 hype lightning talk
2018 05 hype lightning talk2018 05 hype lightning talk
2018 05 hype lightning talk
 
GroupF_Task-2_Group Proposal report presentation_HUT351 (1).pptx
GroupF_Task-2_Group Proposal report presentation_HUT351  (1).pptxGroupF_Task-2_Group Proposal report presentation_HUT351  (1).pptx
GroupF_Task-2_Group Proposal report presentation_HUT351 (1).pptx
 
Keynote Sales Kickoff Interoute
Keynote Sales Kickoff InterouteKeynote Sales Kickoff Interoute
Keynote Sales Kickoff Interoute
 
Predictive modelling with azure ml
Predictive modelling with azure mlPredictive modelling with azure ml
Predictive modelling with azure ml
 
Lilypad @ Labweek, Istanbul, 2023.pdf
Lilypad @ Labweek, Istanbul, 2023.pdfLilypad @ Labweek, Istanbul, 2023.pdf
Lilypad @ Labweek, Istanbul, 2023.pdf
 
Masterclass on Bitcoin, Ethereum & Cryptoassets
Masterclass on Bitcoin, Ethereum & CryptoassetsMasterclass on Bitcoin, Ethereum & Cryptoassets
Masterclass on Bitcoin, Ethereum & Cryptoassets
 
ff.pptx
ff.pptxff.pptx
ff.pptx
 
The Promise of BlockChain
The Promise of BlockChainThe Promise of BlockChain
The Promise of BlockChain
 
unit 3(big data, AI).pptx
unit 3(big data, AI).pptxunit 3(big data, AI).pptx
unit 3(big data, AI).pptx
 
Data, AI, and Tokens: Ocean Protocol
Data, AI, and Tokens: Ocean ProtocolData, AI, and Tokens: Ocean Protocol
Data, AI, and Tokens: Ocean Protocol
 

More from Trent McConaghy

Energy Data Access Management with Ocean Protocol
Energy Data Access Management with Ocean ProtocolEnergy Data Access Management with Ocean Protocol
Energy Data Access Management with Ocean ProtocolTrent McConaghy
 
Ocean Protocol: New Powers for Data Scientists
Ocean Protocol: New Powers for Data ScientistsOcean Protocol: New Powers for Data Scientists
Ocean Protocol: New Powers for Data ScientistsTrent McConaghy
 
The Web3 Data Economy: Ocean Protocol
The Web3 Data Economy: Ocean ProtocolThe Web3 Data Economy: Ocean Protocol
The Web3 Data Economy: Ocean ProtocolTrent McConaghy
 
An Intro to AI With Applications in Real Estate
An Intro to AI With Applications in Real EstateAn Intro to AI With Applications in Real Estate
An Intro to AI With Applications in Real EstateTrent McConaghy
 
Curated Proof Markets & Token-Curated Identities in Ocean Protocol
Curated Proof Markets & Token-Curated Identities in Ocean ProtocolCurated Proof Markets & Token-Curated Identities in Ocean Protocol
Curated Proof Markets & Token-Curated Identities in Ocean ProtocolTrent McConaghy
 
Top-Down? Bottom Up? A Survey of Hierarchical Design Methodologies
Top-Down? Bottom Up? A Survey of Hierarchical Design MethodologiesTop-Down? Bottom Up? A Survey of Hierarchical Design Methodologies
Top-Down? Bottom Up? A Survey of Hierarchical Design MethodologiesTrent McConaghy
 
Data, AI, and Tokens: Ocean Protocol
Data, AI, and Tokens: Ocean ProtocolData, AI, and Tokens: Ocean Protocol
Data, AI, and Tokens: Ocean ProtocolTrent McConaghy
 
The Evolution of Blue Ocean Databases, from SQL to Blockchain
The Evolution of Blue Ocean Databases, from SQL to BlockchainThe Evolution of Blue Ocean Databases, from SQL to Blockchain
The Evolution of Blue Ocean Databases, from SQL to BlockchainTrent McConaghy
 
IPDB: A Public Database for the Planet
IPDB: A Public Database for the PlanetIPDB: A Public Database for the Planet
IPDB: A Public Database for the PlanetTrent McConaghy
 
BigchainDB: A Scalable Blockchain Database, In Python
BigchainDB: A Scalable Blockchain Database, In PythonBigchainDB: A Scalable Blockchain Database, In Python
BigchainDB: A Scalable Blockchain Database, In PythonTrent McConaghy
 
Tools to Help *You* Rewire Music: OMI & COALA IP | IPDB | BigchainDB
Tools to Help *You* Rewire Music: OMI & COALA IP | IPDB | BigchainDBTools to Help *You* Rewire Music: OMI & COALA IP | IPDB | BigchainDB
Tools to Help *You* Rewire Music: OMI & COALA IP | IPDB | BigchainDBTrent McConaghy
 

More from Trent McConaghy (12)

Energy Data Access Management with Ocean Protocol
Energy Data Access Management with Ocean ProtocolEnergy Data Access Management with Ocean Protocol
Energy Data Access Management with Ocean Protocol
 
Towards an AI Commons
Towards an AI CommonsTowards an AI Commons
Towards an AI Commons
 
Ocean Protocol: New Powers for Data Scientists
Ocean Protocol: New Powers for Data ScientistsOcean Protocol: New Powers for Data Scientists
Ocean Protocol: New Powers for Data Scientists
 
The Web3 Data Economy: Ocean Protocol
The Web3 Data Economy: Ocean ProtocolThe Web3 Data Economy: Ocean Protocol
The Web3 Data Economy: Ocean Protocol
 
An Intro to AI With Applications in Real Estate
An Intro to AI With Applications in Real EstateAn Intro to AI With Applications in Real Estate
An Intro to AI With Applications in Real Estate
 
Curated Proof Markets & Token-Curated Identities in Ocean Protocol
Curated Proof Markets & Token-Curated Identities in Ocean ProtocolCurated Proof Markets & Token-Curated Identities in Ocean Protocol
Curated Proof Markets & Token-Curated Identities in Ocean Protocol
 
Top-Down? Bottom Up? A Survey of Hierarchical Design Methodologies
Top-Down? Bottom Up? A Survey of Hierarchical Design MethodologiesTop-Down? Bottom Up? A Survey of Hierarchical Design Methodologies
Top-Down? Bottom Up? A Survey of Hierarchical Design Methodologies
 
Data, AI, and Tokens: Ocean Protocol
Data, AI, and Tokens: Ocean ProtocolData, AI, and Tokens: Ocean Protocol
Data, AI, and Tokens: Ocean Protocol
 
The Evolution of Blue Ocean Databases, from SQL to Blockchain
The Evolution of Blue Ocean Databases, from SQL to BlockchainThe Evolution of Blue Ocean Databases, from SQL to Blockchain
The Evolution of Blue Ocean Databases, from SQL to Blockchain
 
IPDB: A Public Database for the Planet
IPDB: A Public Database for the PlanetIPDB: A Public Database for the Planet
IPDB: A Public Database for the Planet
 
BigchainDB: A Scalable Blockchain Database, In Python
BigchainDB: A Scalable Blockchain Database, In PythonBigchainDB: A Scalable Blockchain Database, In Python
BigchainDB: A Scalable Blockchain Database, In Python
 
Tools to Help *You* Rewire Music: OMI & COALA IP | IPDB | BigchainDB
Tools to Help *You* Rewire Music: OMI & COALA IP | IPDB | BigchainDBTools to Help *You* Rewire Music: OMI & COALA IP | IPDB | BigchainDB
Tools to Help *You* Rewire Music: OMI & COALA IP | IPDB | BigchainDB
 

Recently uploaded

Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
Intellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxIntellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxBipin Adhikari
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxDyna Gilbert
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书rnrncn29
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
Elevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New OrleansElevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New Orleanscorenetworkseo
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Excelmac1
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Sonam Pathan
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书rnrncn29
 

Recently uploaded (20)

Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Intellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxIntellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptx
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptx
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
Elevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New OrleansElevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New Orleans
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
 

Tokens and Complex Systems

  • 1. Tokens and Complex Systems Trent McConaghy @trentmc0
  • 2. Outline • Trust machines • Incentive machines • EA design for token design • Benevolent computer viruses • AI DAOs • Blockchains as life
  • 4.
  • 5. Blockchains: Google Sheets, Minus the Google What’s special: - no one owns it - anyone can add to it - no one can delete from it - Writing to a blockchain is like etching in stone. - The sheet stores a list of transactions (txs). - Then we use txs to issue assets, and transfer them
  • 6. Blockchains are databases with “blue ocean” benefits Decentralized / shared control Immutability / audit trail Assets / exchanges
  • 7. How: • Decentralized: Byzantine fault tolerant (BFT) consensus • Immutable: chain of blocks = hash linked list of transaction groups • Assets: digital signature on every transaction “Trust machine” because it minimizes trust needed to operate. Alice Mongo DB
  • 9. What’s the amazing thing about blockchains? •Decentralized? •Immutability? •Assets •One more…
  • 10. Blockchain Superpower: Get people to do stuff By rewarding with tokens
  • 11. Economic Incentive for Bitcoin Objective: Maximize security of network • Where “security” = compute power • Therefore, super expensive to roll back changes to the transaction log E(Ri) α Hi * T E() = expected value # tokens (BTC) dispensed each block block rewards hash power of actor = contribution to “security”
  • 12. E(Ri) α Hi * T Bitcoin Token Release Schedule F(H, t) = 1 - (0.5t/10) = % tokens released after t years • Schedule is fixed in advance • 4 years for 50% of tokens released = half-life “the halvening”
  • 13. Result of Bitcoin maximizing security? Maximizing energy usage! > USA by mid 2019!
  • 14. Result of Bitcoin maximizing security? Maximizing energy usage! > USA by mid 2019! Like paper-clip generating AI, but with energy…
  • 15. Economic Incentive for Ocean Objective: Maximize supply of high-quality data (for use by AI) • This means: reward curating data + making it available • Where “curating” = betting on data. Reward taste-making. E(Rij) α log10(Sij) * log10(Dj) * T *Ri Expected reward for user i on dataset j Dj = proofed popularity = # proof-of-service invoked (eg # deliveries of dataset j) Sij = predicted popularity = user’s curation market stake in service j (eg dataset j) # tokens during interval
  • 17. Design of Tokenized ecosystem ≈ Design of EAs (Evolutionary Algorithms) What Tokenized ecosystem Evolutionary Algorithm Goals Block reward function E.g. “Maximize hash rate” Objective function E.g. “Minimize error” Measurement & test Proof E.g. “Proof of Work” Evaluate fitness E.g. “Simulate circuit” System agents Miners & token holders (humans) In a network Individuals (computer agents) In a population System clock Block reward interval Generation Incentives & Disincentives You can’t control human, Just reward: give tokens And punish: slash stake You can’t control individual, Just reward: reproduce And punish: kill
  • 18. Agent-based Systems for Token Simulation • Q: How do we design computer chips? • A: Simulator + CAD tools • Q: How are we currently designing tokenized ecosystems? • A: By the seat of our pants! • Which means we might be getting it all wrong! What we (desperately) need: 1. Simulators: agent-based systems 2. CAD tools: for token design
  • 19. Reason #37 why you might care: there is tons of $$ at stake (and we might be getting it all wrong)
  • 21. Then you get decentralized processing aka smart contracts. And you can build a world computer having decentralized processing, storage, and communications (e.g. Ethereum vision) What if you used a blockchain (database) to store state of a state machine? State Virtual machine Decentralized applications (Dapps) World computer Blockchain
  • 22. DAO: a computational process that • runs autonomously, • on decentralized infrastructure, • with resource manipulation. It’s code that can own stuff! (Or, good computer viruses) DAO: Decentralized Autonomous Organization State Virtual machine DAO Dapp World computer Blockchain
  • 24. AI entity is a feedback control system. That is, AGI. Its feedback loop would continue on its own, taking inputs, updating its state, and actuating outputs, with the resources to do so continually. AGI on a DAO? State Virtual machine AI DAO Dapp World computer Blockchain
  • 25. An AI DAO is … • An AI running on decentralized processing substrate <or, equivalently> • A DAO running with AI algorithms Definition of AI DAO
  • 26. Example: The ArtDAO Algorithm… 1. Run AI art engine to generate new image, using GP or deep 2. Claim attribution in blockchain 3. Create multiple editions 4. Post editions for sale onto a marketplace, using Getty (centralized), or OpenBazaar (decent.) 5. Sell the editions. $ goes to ArtDAO using built-in cryptocurrency like Ether. IP go from ArtDAO using ascribe. 6. Repeat! Create more art, sell it, get wealthier
  • 27. Example: The ArtDAO Algorithm… 1. Run AI art engine to generate new image, using GP or deep 2. Claim attribution in blockchain, using ascribe 3. Create multiple editions, using ascribe 4. Post editions for sale onto a marketplace, using Getty (centralized), or OpenBazaar (decent.) 5. Sell the editions. $ goes to ArtDAO using built-in cryptocurrency like Ether. IP go from ArtDAO using ascribe. 6. Repeat! Create more art, sell it, get wealthier Over time, if ArtDAO makes more money from sales than from generating new art, then it will accumulate wealth. And, you can’t turn it off.
  • 29. AI DAO Arch 1/3: AI at the Center
  • 30. AI DAO Arch 2/3 : AI at the Edges
  • 31. AI DAO Arch 3/3 : Swarm Intelligence Many dumb agents with emergent AI complexity
  • 32. Angles to Making AI DAOs • DAO  AI DAO. Start with DAO, add AI. E.g. Plantoid • AI  AI DAO. Start with AI, add DAO. E.g. numer.ai • SaaS  DAO  AI DAO. Convert SaaS to DAO. Then add AI • Physical service  AI DAO. E.g. Uber self-owning cars
  • 33. Evolving the ArtDAO Market Art work Code Level to adapt at How to adapt Human-based adapt at the code level. Here, humans put in new smart contract code (and related code in 3rd party services), to improve ArtDAO’s ability to generate art and amass wealth.
  • 34. Evolving the ArtDAO Market Art work Code Level to adapt at How to adapt Auto adapt at the market level. It creates more of what humans buy, and less of what humans don’t buy.
  • 35. Evolving the ArtDAO Market Art work Code Level to adapt at How to adapt Auto adapt at the art-work level. Here, a human influences the creation of an artifact. For example, it presents four variants of a work, and a human clicks on a favorite. After 10 or 50 iterations, it will have a piece that the human likes, and purchases.
  • 36. Evolving the ArtDAO Auto adapt at the code level. Here, the ArtDAO modifies its own code, in hopes of improving. • It creates a copy of itself, changes that copy’s code just a little bit, and gives a tiny bit of resources to that new copy. • If that new copy is bad, it will simply run out of resources and be ignored. • But if that new copy is truly an improvement, the market will reward it, and it will be able to amass resources and split more on its own. • Over time, ArtDAO will spawn more children, and grandchildren, and the ones that do well will continue to spread. We end up with a mini-army of AI DAOs for art. • If buyers are DAOs too, it’s a network of DAOs, leading to swarm intelligence We can extrapolate way further. It gets crazy, quickly. A simple ArtDAO allows us to “idea-inoculate” so we’re ready for the scarier stuff… Market Art work Code Level to adapt at How to adapt
  • 37. Giving Personhood to an AI DAO With Today’s Laws (!)
  • 39. Blockchains as Life (Merkle) -Ralph Merkle, “DAOs, Democracy and Governance”, May 2016
  • 40. Blockchains as Life (Merkle) -Ralph Merkle, “DAOs, Democracy and Governance”, May 2016
  • 42. Trent McConaghy @trentmc0 We covered: • Blockchains as trust machines, and incentive machines • You can get people to do stuff! • Complex systems for token design. EAs, agents • Smart contracts are benevolent computer viruses • AI DAOs = amazing intersection of AI * blockchain • Blockchains as life The complex systems world has useful theory & tools for blockchain world; and blockchain has many interesting problems! Conclusion