SlideShare une entreprise Scribd logo
1  sur  21
REPUTATION IN ETHEREUM
TRUSTDAVIS
Ethereum Meetup
6/18/2014
Overview
• Online Trust and Reputation in General
• Parts of a Reputation System
• Types of Reputation Systems w/ Applications
• TrustDavis as Transaction Insurance
• TrustDavis on ethereum
• Variants & References
• Q & A
Cryptocurrency is…
• A digital currency made possible by
cryptography (duh)…
• A digital payment system…
• A decentralized application running on a
block chain…
• A community with a very loose set of
common interests, goals and desired
behavior (various)
Community Goals?
• We want our crypto assets gain in value and
adoption
• We want to be able to freely and privately
transact
• We seek to maximize gain through
disintermediation (p2p ftw)
• We seek to minimize loss & risk of default
• We avoid trusting central authorities or
other single points of failure
Trust & Reputation
• Trust: Firm belief in the reliability, truth, ability, or
strength of someone or something. "relations have
to be built on trust“
– Synonyms: confidence, belief, faith, certainty, assurance, conviction, credence
• Law: Confidence placed in a person by making that
person the nominal owner of property to be held or
used for the benefit of one or more others
• Archaic: To allow credit to (a customer)
• Layman: Do what you say you’ll do when you say
you’ll do it.
Trust & Reputation
• Reputation: The beliefs or opinions that are
generally held about someone or something.
"his reputation was tarnished by allegations that he
had taken bribes"
– Synonyms: name, good name, character, repute,
standing, stature, status, position, renown, esteem,
prestige.
• In the absence of firsthand knowledge, we
rely on reputation to establish initial trust.
The Need for Trust
• It is often said that cryptocurrency technology
(bitcoin, ethereum etc.) replaces the need for
human trust via self-enforcing smart contracts.
• This is simply not the case. In fact we are trading
trust in one set of entities for another. We are
changing and flattening our “trust stack”.
Centralized Decentralized
Self Self
Trading Partners Math/Code/Developers
Trusted Intermediaries Network/Miners
Legal Systems Trading Partners
Government DAO/DAC (optional)
Shrinking the Community
• Taking gov’t and civil institutions out of the mix
brings us back to smaller, village like communities
• Dunbar number is approx. 150
• You’ll run into approx. 10,000 during your lifetime
• Online is pseudonymous with very low identity
creation cost
• In the cryptocurrency world, traditional legal
recourse is difficult. Code is law (Lessig)
• Everything on the chain is open and transparent
Parts of a Reputation System
(Farmer & Glass, 2010)
• A source makes a claim about a target
• Explicit (claim) vs. Implicit (behavior)
• Global (e.g. FICO) vs. Local (e.g. Yahoo Chess rating)
• Reputation is context specific
• Claim types: Qualitative, Quantitative, Raw,
Normalized, Ranked, Scalar
• Roll-Ups: Counters, accumulators, averages, mixes
and ratios
• Routers: Messages, Decisions and Termination
A slightly-more-evolved model.
Now, articles are ranked not only
according to endorsements, but
also the amount of discussion
they generate (Farmer & Glass).
Reputation Models w/ Applications
(Farmer & Glass, 2010)
• Content:
– Favorites & Flags (vote to promote)
• Reddit, Digg, StackExchange, various for a
– Karma (participation, quality, robust)
– This or That voting (was this review helpful?)
• Yelp, Yahoo
• Transactions: Ratings, Reviews & Points
– eBay
• Achievements & Badges
– Public recognition, Gamification
TrustDavis (DeFigueiredo & Barr)
1. Agents can accurately estimate risk
– Third parties provide accurate ratings
– Parties are liable for the references they provide
2. Honest buyer/seller avoids risk (if possible)
– Insure transactions
– Buyers/sellers pay for references to insure their transactions
3. No advantage in obtaining multiple identities
– Agents can cope with pseudonym change
– References are issued only to trusted identities
4. No need to trust a centralized authority
– No centralized service needed
– Anyone can issue a reference
(DeFigueiredo & Barr)
Key Ideas (DeFigueiredo & Barr)
• Incentive Compatibility
– Incentive to accurately rate
– Incentive to insure
– No incentive to change pseudonym
• Saving gains in excess of the opportunity cost to
insure future transactions.
• Insurers can profit by charging premiums for
references. They must estimate risk accurately.
• Buyers/Sellers be insured against
loss/default/non-performance
TrustDavis on ethereum
• Ethereum makes this easier
• We don’t need v2 or any other reinsurance
agent because they cannot default (they
escrow up front). This simplifies things.
• We use a factory contract (project Douglas
style “form” contract) which has been
audited using Mintchalk’s new binary search
feature.
A TrustDavis ethereum contract
• First Run:
– Register the contract
– Store the buyer and seller address
– Store the amount for the transaction and the expiry
date
• Subsequent Runs:
– Check expiry (blocks or Chronos)
– Look for presence of “completed transaction” votes
by buyer AND seller
– Look for presence of “failed transaction” votes by
buyer OR seller
– Store escrowed references from insurers
• (amount, vs. buyer or seller, premium)
A TrustDavis ethereum contract (2)
• If Expired:
– Refund the premiums?
– Return the escrow to insurers
– Return the escrowed buyer’s funds
• If Failed:
– Transferred claimed amounts to both parties
– Transfer premiums to insurers
– Transfer agreed funds from buyer to seller
– Register failure on Reputation Registry (sendmsg)
• If Succeeds:
– Transfer premiums to insurers
– Transfer agreed funds from buyer to seller
– Register success on Reputation Registry (sendmsg)
Variants using ethereum
• No False Claim: Either party can declare the transaction
defaulted. In this case all insurers must pay. Similar to no
fault insurance.
• False Claim with Arbitration: Arbiter(s) are jointly chosen
and do not hold escrowed funds. Claim is settled based on
ruling.
• Revocable References: Insurers can withdraw references
prior to the transaction moving forward. This may occur due
to new knowledge gained or new opportunities.
• Invested Escrow: References and other contract balance
deposited into an interest bearing account until transaction
completion. Withdrawn and redistributed upon completion.
• Writing to a Reputation Registry: Upon completion of the
transaction, references and disposition are written to a
reputation registry. This registry could accumulate a credit
score implemented as an uncirculated subcurrency.
Conclusion (DeFigueiredo & Barr)
• We can now have an automated, simplified
version of TrustDavis on the block chain
– Accurate Ratings
– Non-Exploitable strategy for honest agents
– Pseudonym change tolerance
– Decentralized Infrastructure
• We are bootstrapping from a “dead money”
escrow model to a reputation model
References/Further Reading
• DeFigueiredo & Barr. TrustDavis: A Non-Exploitable Online
Reputation System (2005).
http://www.cs.ucdavis.edu/~defigued/index_files/trustdavis.
pdf
• Farmer & Glass, Building Web Reputation Systems, O’Reilly
Press (2010). http://buildingreputation.com/doku.php
• Fukuyama, Trust: The Social Virtues and The Creation of
Prosperity (1996).
• Kamvar, Schlosser & Garcia-Molina. The EigenTrust
Algorithm for Reputation Management in P2P Networks.
Proceedings of the 12th International WWW Conference
(2003). http://en.wikipedia.org/wiki/EigenTrust
QUESTIONS?

Contenu connexe

Tendances

FIM - Credit Derivatives PPT
FIM - Credit Derivatives PPTFIM - Credit Derivatives PPT
FIM - Credit Derivatives PPTBishnu Kumar
 
Warehouse Line Operations
Warehouse Line OperationsWarehouse Line Operations
Warehouse Line OperationsRebekah Wortman
 
How to Buy And Sell Loans
How to Buy And Sell LoansHow to Buy And Sell Loans
How to Buy And Sell LoansLoanMLS
 
Equity Trust Company: Common Types of Scams & Fraud
Equity Trust Company: Common Types of Scams & FraudEquity Trust Company: Common Types of Scams & Fraud
Equity Trust Company: Common Types of Scams & FraudEquity Trust Company
 
Introduction flight to simplicity
Introduction flight to simplicityIntroduction flight to simplicity
Introduction flight to simplicityChrisJCook
 
(1) Banking on Ourselves -Flight to Simplicity
(1) Banking on Ourselves -Flight to Simplicity(1) Banking on Ourselves -Flight to Simplicity
(1) Banking on Ourselves -Flight to SimplicityChrisJCook
 
Deatherage presentation blockchain, cryptocurrency, smart contracts and the l...
Deatherage presentation blockchain, cryptocurrency, smart contracts and the l...Deatherage presentation blockchain, cryptocurrency, smart contracts and the l...
Deatherage presentation blockchain, cryptocurrency, smart contracts and the l...Scott Deatherage
 
MasterSnacks Cryptocurrency: Legal Issues in Cryptocurrency and Blockchain
MasterSnacks Cryptocurrency: Legal Issues in Cryptocurrency and BlockchainMasterSnacks Cryptocurrency: Legal Issues in Cryptocurrency and Blockchain
MasterSnacks Cryptocurrency: Legal Issues in Cryptocurrency and BlockchainCitrin Cooperman
 
Connecticut short sale sellers
Connecticut short sale sellersConnecticut short sale sellers
Connecticut short sale sellersBridget Morrissey
 
What are the differences between staking, liquidity mining & yield farming
What are the differences between staking, liquidity mining & yield farming What are the differences between staking, liquidity mining & yield farming
What are the differences between staking, liquidity mining & yield farming Brugusoftwaresolutions
 
(3) Banking on Ourselves - Transition
(3) Banking on Ourselves - Transition(3) Banking on Ourselves - Transition
(3) Banking on Ourselves - TransitionChrisJCook
 

Tendances (16)

Credit default swaps
Credit default swapsCredit default swaps
Credit default swaps
 
The Stock Market
The Stock MarketThe Stock Market
The Stock Market
 
Credit Default Swaps
Credit Default Swaps Credit Default Swaps
Credit Default Swaps
 
FIM - Credit Derivatives PPT
FIM - Credit Derivatives PPTFIM - Credit Derivatives PPT
FIM - Credit Derivatives PPT
 
CDS - Credit Default Swap
CDS - Credit Default SwapCDS - Credit Default Swap
CDS - Credit Default Swap
 
Warehouse Line Operations
Warehouse Line OperationsWarehouse Line Operations
Warehouse Line Operations
 
How to Buy And Sell Loans
How to Buy And Sell LoansHow to Buy And Sell Loans
How to Buy And Sell Loans
 
Equity Trust Company: Common Types of Scams & Fraud
Equity Trust Company: Common Types of Scams & FraudEquity Trust Company: Common Types of Scams & Fraud
Equity Trust Company: Common Types of Scams & Fraud
 
CRE
CRECRE
CRE
 
Introduction flight to simplicity
Introduction flight to simplicityIntroduction flight to simplicity
Introduction flight to simplicity
 
(1) Banking on Ourselves -Flight to Simplicity
(1) Banking on Ourselves -Flight to Simplicity(1) Banking on Ourselves -Flight to Simplicity
(1) Banking on Ourselves -Flight to Simplicity
 
Deatherage presentation blockchain, cryptocurrency, smart contracts and the l...
Deatherage presentation blockchain, cryptocurrency, smart contracts and the l...Deatherage presentation blockchain, cryptocurrency, smart contracts and the l...
Deatherage presentation blockchain, cryptocurrency, smart contracts and the l...
 
MasterSnacks Cryptocurrency: Legal Issues in Cryptocurrency and Blockchain
MasterSnacks Cryptocurrency: Legal Issues in Cryptocurrency and BlockchainMasterSnacks Cryptocurrency: Legal Issues in Cryptocurrency and Blockchain
MasterSnacks Cryptocurrency: Legal Issues in Cryptocurrency and Blockchain
 
Connecticut short sale sellers
Connecticut short sale sellersConnecticut short sale sellers
Connecticut short sale sellers
 
What are the differences between staking, liquidity mining & yield farming
What are the differences between staking, liquidity mining & yield farming What are the differences between staking, liquidity mining & yield farming
What are the differences between staking, liquidity mining & yield farming
 
(3) Banking on Ourselves - Transition
(3) Banking on Ourselves - Transition(3) Banking on Ourselves - Transition
(3) Banking on Ourselves - Transition
 

Similaire à REPUTATION AND TRUST SYSTEMS IN ETHEREUM

Let the trust evolve itself
Let the trust evolve itselfLet the trust evolve itself
Let the trust evolve itselfSanjeev Azad
 
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
 
Unicorn Business Plans - Blockchain Pitch Deck
Unicorn Business Plans - Blockchain Pitch DeckUnicorn Business Plans - Blockchain Pitch Deck
Unicorn Business Plans - Blockchain Pitch DeckUnicorn Business Plans
 
DeFi Series – Webinar 3 – The DeFi Use Cases (DEX, Lending)
DeFi Series – Webinar 3 – The DeFi Use Cases (DEX, Lending)DeFi Series – Webinar 3 – The DeFi Use Cases (DEX, Lending)
DeFi Series – Webinar 3 – The DeFi Use Cases (DEX, Lending)Zeeve
 
SmartQuora - Learn to build a Smart Contract application on Hyperledger Block...
SmartQuora - Learn to build a Smart Contract application on Hyperledger Block...SmartQuora - Learn to build a Smart Contract application on Hyperledger Block...
SmartQuora - Learn to build a Smart Contract application on Hyperledger Block...Srini Karlekar
 
Crypto Valley Conference 2019 - CULedger
Crypto Valley Conference 2019 - CULedgerCrypto Valley Conference 2019 - CULedger
Crypto Valley Conference 2019 - CULedgerDarrell O'Donnell
 
Blockchain and the investment industry stack
Blockchain and the investment industry stackBlockchain and the investment industry stack
Blockchain and the investment industry stackDavid Taylor
 
Difference between centralized and decentralized crypto exchange
Difference between centralized and decentralized crypto exchangeDifference between centralized and decentralized crypto exchange
Difference between centralized and decentralized crypto exchangeHarshit Verma
 
Disruptive technologies - Session 2 - Blockchain smart_contracts
Disruptive technologies - Session 2 - Blockchain smart_contractsDisruptive technologies - Session 2 - Blockchain smart_contracts
Disruptive technologies - Session 2 - Blockchain smart_contractsBohitesh Misra, PMP
 
DeFi Series – Webinar 2- DeFi Primitives
DeFi Series – Webinar 2- DeFi PrimitivesDeFi Series – Webinar 2- DeFi Primitives
DeFi Series – Webinar 2- DeFi PrimitivesZeeve
 
Blockchain technology amplify your enterprise / IBM
Blockchain technology amplify your enterprise / IBMBlockchain technology amplify your enterprise / IBM
Blockchain technology amplify your enterprise / IBMDiego Alberto Tamayo
 
Cryptocurrency Payment Gateway Its Pros and Cons
Cryptocurrency Payment Gateway Its Pros and ConsCryptocurrency Payment Gateway Its Pros and Cons
Cryptocurrency Payment Gateway Its Pros and Consitio Innovex Pvt Ltv
 
An Introduction to Blockchain for Finance Professionals
An Introduction to Blockchain for Finance ProfessionalsAn Introduction to Blockchain for Finance Professionals
An Introduction to Blockchain for Finance ProfessionalsSrinath Perera
 
CFOs and Cryptocurrency 01-2018
CFOs and Cryptocurrency 01-2018CFOs and Cryptocurrency 01-2018
CFOs and Cryptocurrency 01-2018LERNER Consulting
 
Digital Tokens: Accountability & Transparency Framework
Digital Tokens: Accountability & Transparency FrameworkDigital Tokens: Accountability & Transparency Framework
Digital Tokens: Accountability & Transparency FrameworkJordan Price
 
Blockchain case study powerpoints: Brief intro
Blockchain case study powerpoints: Brief introBlockchain case study powerpoints: Brief intro
Blockchain case study powerpoints: Brief introShane Ninai
 
Blockchain case study powerpoints: Brief intro
Blockchain case study powerpoints: Brief introBlockchain case study powerpoints: Brief intro
Blockchain case study powerpoints: Brief introShane Ninai
 

Similaire à REPUTATION AND TRUST SYSTEMS IN ETHEREUM (20)

Let the trust evolve itself
Let the trust evolve itselfLet the trust evolve itself
Let the trust evolve itself
 
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...
 
Unicorn Business Plans - Blockchain Pitch Deck
Unicorn Business Plans - Blockchain Pitch DeckUnicorn Business Plans - Blockchain Pitch Deck
Unicorn Business Plans - Blockchain Pitch Deck
 
DeFi Series – Webinar 3 – The DeFi Use Cases (DEX, Lending)
DeFi Series – Webinar 3 – The DeFi Use Cases (DEX, Lending)DeFi Series – Webinar 3 – The DeFi Use Cases (DEX, Lending)
DeFi Series – Webinar 3 – The DeFi Use Cases (DEX, Lending)
 
SmartQuora - Learn to build a Smart Contract application on Hyperledger Block...
SmartQuora - Learn to build a Smart Contract application on Hyperledger Block...SmartQuora - Learn to build a Smart Contract application on Hyperledger Block...
SmartQuora - Learn to build a Smart Contract application on Hyperledger Block...
 
Crypto Valley Conference 2019 - CULedger
Crypto Valley Conference 2019 - CULedgerCrypto Valley Conference 2019 - CULedger
Crypto Valley Conference 2019 - CULedger
 
Cryptocurrency
CryptocurrencyCryptocurrency
Cryptocurrency
 
Blockchain and the investment industry stack
Blockchain and the investment industry stackBlockchain and the investment industry stack
Blockchain and the investment industry stack
 
Difference between centralized and decentralized crypto exchange
Difference between centralized and decentralized crypto exchangeDifference between centralized and decentralized crypto exchange
Difference between centralized and decentralized crypto exchange
 
Disruptive technologies - Session 2 - Blockchain smart_contracts
Disruptive technologies - Session 2 - Blockchain smart_contractsDisruptive technologies - Session 2 - Blockchain smart_contracts
Disruptive technologies - Session 2 - Blockchain smart_contracts
 
Provident One
Provident OneProvident One
Provident One
 
DeFi Series – Webinar 2- DeFi Primitives
DeFi Series – Webinar 2- DeFi PrimitivesDeFi Series – Webinar 2- DeFi Primitives
DeFi Series – Webinar 2- DeFi Primitives
 
Blockchain technology amplify your enterprise / IBM
Blockchain technology amplify your enterprise / IBMBlockchain technology amplify your enterprise / IBM
Blockchain technology amplify your enterprise / IBM
 
Cryptocurrency Payment Gateway Its Pros and Cons
Cryptocurrency Payment Gateway Its Pros and ConsCryptocurrency Payment Gateway Its Pros and Cons
Cryptocurrency Payment Gateway Its Pros and Cons
 
An Introduction to Blockchain for Finance Professionals
An Introduction to Blockchain for Finance ProfessionalsAn Introduction to Blockchain for Finance Professionals
An Introduction to Blockchain for Finance Professionals
 
CFOs and Cryptocurrency 01-2018
CFOs and Cryptocurrency 01-2018CFOs and Cryptocurrency 01-2018
CFOs and Cryptocurrency 01-2018
 
Digital Tokens: Accountability & Transparency Framework
Digital Tokens: Accountability & Transparency FrameworkDigital Tokens: Accountability & Transparency Framework
Digital Tokens: Accountability & Transparency Framework
 
Blockchain case study powerpoints: Brief intro
Blockchain case study powerpoints: Brief introBlockchain case study powerpoints: Brief intro
Blockchain case study powerpoints: Brief intro
 
Blockchain case study powerpoints: Brief intro
Blockchain case study powerpoints: Brief introBlockchain case study powerpoints: Brief intro
Blockchain case study powerpoints: Brief intro
 
Financial Crimes
Financial CrimesFinancial Crimes
Financial Crimes
 

Dernier

Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 

Dernier (20)

Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 

REPUTATION AND TRUST SYSTEMS IN ETHEREUM

  • 2. Overview • Online Trust and Reputation in General • Parts of a Reputation System • Types of Reputation Systems w/ Applications • TrustDavis as Transaction Insurance • TrustDavis on ethereum • Variants & References • Q & A
  • 3. Cryptocurrency is… • A digital currency made possible by cryptography (duh)… • A digital payment system… • A decentralized application running on a block chain… • A community with a very loose set of common interests, goals and desired behavior (various)
  • 4. Community Goals? • We want our crypto assets gain in value and adoption • We want to be able to freely and privately transact • We seek to maximize gain through disintermediation (p2p ftw) • We seek to minimize loss & risk of default • We avoid trusting central authorities or other single points of failure
  • 5. Trust & Reputation • Trust: Firm belief in the reliability, truth, ability, or strength of someone or something. "relations have to be built on trust“ – Synonyms: confidence, belief, faith, certainty, assurance, conviction, credence • Law: Confidence placed in a person by making that person the nominal owner of property to be held or used for the benefit of one or more others • Archaic: To allow credit to (a customer) • Layman: Do what you say you’ll do when you say you’ll do it.
  • 6. Trust & Reputation • Reputation: The beliefs or opinions that are generally held about someone or something. "his reputation was tarnished by allegations that he had taken bribes" – Synonyms: name, good name, character, repute, standing, stature, status, position, renown, esteem, prestige. • In the absence of firsthand knowledge, we rely on reputation to establish initial trust.
  • 7. The Need for Trust • It is often said that cryptocurrency technology (bitcoin, ethereum etc.) replaces the need for human trust via self-enforcing smart contracts. • This is simply not the case. In fact we are trading trust in one set of entities for another. We are changing and flattening our “trust stack”. Centralized Decentralized Self Self Trading Partners Math/Code/Developers Trusted Intermediaries Network/Miners Legal Systems Trading Partners Government DAO/DAC (optional)
  • 8. Shrinking the Community • Taking gov’t and civil institutions out of the mix brings us back to smaller, village like communities • Dunbar number is approx. 150 • You’ll run into approx. 10,000 during your lifetime • Online is pseudonymous with very low identity creation cost • In the cryptocurrency world, traditional legal recourse is difficult. Code is law (Lessig) • Everything on the chain is open and transparent
  • 9. Parts of a Reputation System (Farmer & Glass, 2010) • A source makes a claim about a target • Explicit (claim) vs. Implicit (behavior) • Global (e.g. FICO) vs. Local (e.g. Yahoo Chess rating) • Reputation is context specific • Claim types: Qualitative, Quantitative, Raw, Normalized, Ranked, Scalar • Roll-Ups: Counters, accumulators, averages, mixes and ratios • Routers: Messages, Decisions and Termination
  • 10. A slightly-more-evolved model. Now, articles are ranked not only according to endorsements, but also the amount of discussion they generate (Farmer & Glass).
  • 11. Reputation Models w/ Applications (Farmer & Glass, 2010) • Content: – Favorites & Flags (vote to promote) • Reddit, Digg, StackExchange, various for a – Karma (participation, quality, robust) – This or That voting (was this review helpful?) • Yelp, Yahoo • Transactions: Ratings, Reviews & Points – eBay • Achievements & Badges – Public recognition, Gamification
  • 12. TrustDavis (DeFigueiredo & Barr) 1. Agents can accurately estimate risk – Third parties provide accurate ratings – Parties are liable for the references they provide 2. Honest buyer/seller avoids risk (if possible) – Insure transactions – Buyers/sellers pay for references to insure their transactions 3. No advantage in obtaining multiple identities – Agents can cope with pseudonym change – References are issued only to trusted identities 4. No need to trust a centralized authority – No centralized service needed – Anyone can issue a reference
  • 14. Key Ideas (DeFigueiredo & Barr) • Incentive Compatibility – Incentive to accurately rate – Incentive to insure – No incentive to change pseudonym • Saving gains in excess of the opportunity cost to insure future transactions. • Insurers can profit by charging premiums for references. They must estimate risk accurately. • Buyers/Sellers be insured against loss/default/non-performance
  • 15. TrustDavis on ethereum • Ethereum makes this easier • We don’t need v2 or any other reinsurance agent because they cannot default (they escrow up front). This simplifies things. • We use a factory contract (project Douglas style “form” contract) which has been audited using Mintchalk’s new binary search feature.
  • 16. A TrustDavis ethereum contract • First Run: – Register the contract – Store the buyer and seller address – Store the amount for the transaction and the expiry date • Subsequent Runs: – Check expiry (blocks or Chronos) – Look for presence of “completed transaction” votes by buyer AND seller – Look for presence of “failed transaction” votes by buyer OR seller – Store escrowed references from insurers • (amount, vs. buyer or seller, premium)
  • 17. A TrustDavis ethereum contract (2) • If Expired: – Refund the premiums? – Return the escrow to insurers – Return the escrowed buyer’s funds • If Failed: – Transferred claimed amounts to both parties – Transfer premiums to insurers – Transfer agreed funds from buyer to seller – Register failure on Reputation Registry (sendmsg) • If Succeeds: – Transfer premiums to insurers – Transfer agreed funds from buyer to seller – Register success on Reputation Registry (sendmsg)
  • 18. Variants using ethereum • No False Claim: Either party can declare the transaction defaulted. In this case all insurers must pay. Similar to no fault insurance. • False Claim with Arbitration: Arbiter(s) are jointly chosen and do not hold escrowed funds. Claim is settled based on ruling. • Revocable References: Insurers can withdraw references prior to the transaction moving forward. This may occur due to new knowledge gained or new opportunities. • Invested Escrow: References and other contract balance deposited into an interest bearing account until transaction completion. Withdrawn and redistributed upon completion. • Writing to a Reputation Registry: Upon completion of the transaction, references and disposition are written to a reputation registry. This registry could accumulate a credit score implemented as an uncirculated subcurrency.
  • 19. Conclusion (DeFigueiredo & Barr) • We can now have an automated, simplified version of TrustDavis on the block chain – Accurate Ratings – Non-Exploitable strategy for honest agents – Pseudonym change tolerance – Decentralized Infrastructure • We are bootstrapping from a “dead money” escrow model to a reputation model
  • 20. References/Further Reading • DeFigueiredo & Barr. TrustDavis: A Non-Exploitable Online Reputation System (2005). http://www.cs.ucdavis.edu/~defigued/index_files/trustdavis. pdf • Farmer & Glass, Building Web Reputation Systems, O’Reilly Press (2010). http://buildingreputation.com/doku.php • Fukuyama, Trust: The Social Virtues and The Creation of Prosperity (1996). • Kamvar, Schlosser & Garcia-Molina. The EigenTrust Algorithm for Reputation Management in P2P Networks. Proceedings of the 12th International WWW Conference (2003). http://en.wikipedia.org/wiki/EigenTrust

Notes de l'éditeur

  1. Called “dominant” because the dominant strategy in the Nash equilibrium is to contribute. Solves the free rider problem.
  2. Vb buys watch from Vs valued at $150 Vb obtains a $100 reference from v1 against bad behavior of Vs. Vb obtains a $50 reference from v1 against bad behavior of v2. Vb obtains a $50 reference from v2 against bad behavior of Vs. Vs obtains a $150 reference from v3 against bad behavior of Vb. -If Vs doesn’t deliver then Vb gets the $150 by contacting v1 and v2 -If v2 declines then Vb can recover by asking for an addition $50 from v1. -If v1 doesn’t pay the $150 then Vb should have been more careful and desposited
  3. Microsoft Confidential