SlideShare a Scribd company logo
1 of 28
OpenBazaar
Ricardian Contracts
Services
1
2
3
Step 1: Vendor makes a listing
Listing
4
Step 1: Vendor makes a listing
Metadata
1. OBCV
• OpenBazaar contract version
• Contract schemas may evolve over time and it may be
necessary to track what version of the contract is being
used
2. Expiry
• The date until the contract is a valid listing
3. Category
• Category of Ricardian Contract
• Current categories: physical goods, digital goods, services
• More categories will appear with time
4. Sub-category
• At the moment, sub-category refers to the type of
payment model
• Future sub-categories: auction, barter etc
5
Step 1: Vendor makes a listing
ID (Vendor details)
1. GUID
• OpenBazaar network ID
2. Pubkeys
• Bitcoin: multisig signing key
• PGP: transportable identity if the vendor has >1 node
3. Passcard
• Onename’s Passcard username
• Used to establish broader ID of the Vendor
6
Step 1: Vendor makes a listing
Service
1. Title
• Name of the item
2. Description
• Character limited description of the item
3. Price
• Bitcoin: shipping fee in bitcoin
• Fiat: shipping fee in fiat that the bitcoin price floats to
4. Images
• Image hash: SHA256 hash of the image to lock in identity of the
image
• Image URLs: if not locally hosted by the Vendor’s node
5. Keywords
• Used for reverse-lookup on the distributed hash table (i.e.
search)
6. Process Time
• The maximum predicted time it will take a Vendor to ship the
item after receiving an order
7. Ephemeral
• Defines how long the content is available for (time, downloads)
if applicable
7
Step 1: Vendor makes a listing
Moderator
1. GUID
• OpenBazaar network ID
2. Pubkeys
• PGP: transportable identity if the Moderator has
>1 node
• Escrow Pubkey: public key combined with the
buyer’s 32 byte chain code to generate
Moderator’s multisignature signing key
3. Passcard
• Onename’s Passcard username
• Used to establish broader ID of the Vendor
4. Service
• Service fee: percentage or flat fee per transaction
• Service description: activities and terms of service
8
Vendor cryptographic keys shown in
‘01_listing’ are used to digitally sign all of
the ‘01_listing’ data, which proves that the
owner of the keys created this data
Step 1: Vendor makes a listing
{"01_metadata":{"01_obcv":"","02_expiry":"","03_category":"physical good","04_category_sub":"fixed
price"},"02_id":{"01_guid":"","02_pubkeys":{"bitcoin":"","pgp":""},"03_passcard":""},"03_item":{"01_tit
le":"","02_description":"","03_condition":"","04_price":{"bitcoin":"","fiat":{"01_price":"","02_currency
_code":""}},"05_images":{"image_hashes":[""],"image_urls":[""]},"06_keywords":[""],"07_process_time
":""},"04_shipping":{"01_free":false,"02_flat_fee":{"01_bitcoin":{"01_domestic":"","02_international":"
"},"02_fiat":{"01_price":{"01_domestic":"","02_international":""},"02_currency_code":""}},"03_est_deli
very":{"01_domestic":"","02_international":""},"04_api":{"01_api_src":"Shippo","02_carriers":["FedEx",
"UPS"],"03_package":{"01_length":"","02_width":"","03_height":"","04_distance_unit":"","05_weight":
"","06_mass_unit":""},"04_shipping_origin":{"01_country":"","02_zip":""}}},"05_moderator":{"01_guid"
:"","02_pubkeys":{"pgp":"","pgp_sig":"sig(selfsig_pubkey)","pubkey":"xxx"},"03_passcard":"","04_servic
e":{"01_service_fee":"","02_service_desc":""}}}
What it looks
like in JSON
9
10
Stage 2: Buyer places an order
2. Buyer places an order, funds multisig address (funds are now in
escrow)
Buyer generates a 32 byte chain code, combines with Moderator
public key to generate a pubkey for the Moderator. The Moderator
can generate the private key in the event of a dispute after the 32
byte chain code is disclosed. Multisignature escrow address can now
be generated from the Vendor, Buyer and Moderator’s pubkeys.
11
Stage 2: Buyer places an order
2. Buyer places an order, funds multisig address (funds are now in
escrow)
Buyer generates a 32 byte chain code, combines with Moderator
public key to generate a pubkey for the Moderator. The Moderator
can generate the private key in the event of a dispute after the 32
byte chain code is disclosed. Multisignature escrow address can now
be generated from the Vendor, Buyer and Moderator’s pubkeys.
Reference Hash
1. Reference
• Contract ID (listing) that the order applies to
• Example:
• RIPEMD-160(01_vendor): cca4b4bf91a16ee76e1944624c4f7c0f8729a6f1
• Base58(RIPEMD-160[01_vendor]): 3rMrSZ2VDgb63ZvgEsdVjiscXurg
• Final: OB3rMrSZ2VDgb63ZvgEsdVjiscXurg
12
Stage 2: Buyer places an order
2. Buyer places an order, funds multisig address (funds are now in
escrow)
Buyer generates a 32 byte chain code, combines with Moderator
public key to generate a pubkey for the Moderator. The Moderator
can generate the private key in the event of a dispute after the 32
byte chain code is disclosed. Multisignature escrow address can now
be generated from the Vendor, Buyer and Moderator’s pubkeys.
ID (Buyer)
1. Pubkeys
• Unlike the Vendor, the Buyer is only identified in
the contract by their bitcoin signing key
• Bitcoin: multisig signing key
13
Stage 2: Buyer places an order
2. Buyer places an order, funds multisig address (funds are now in
escrow), and send shipping address
Buyer generates a 32 byte chain code, combines with Moderator
public key to generate a pubkey for the Moderator. The Moderator
can generate the private key in the event of a dispute after the 32
byte chain code is disclosed. Multisignature escrow address can now
be generated from the Vendor, Buyer and Moderator’s pubkeys.
Digital Content
1. Semantics
• Any data the buyer needs to give to the Vendor
to make a purchase
• E.g. Quality
2. Service address
• The address where the service will be performed
• Encrypted address: address is XOR’d with a
nonce and encrypted with the Vendor’s PGP
public key
• SHA256 nonce: necessary to determine the
service address; used to verify against
• Encrypted nonce: nonce encrypted to the
Buyer’s public key
14
Stage 2: Buyer places an order
2. Buyer places an order, funds multisig address (funds are now in
escrow), and send shipping address
Buyer generates a 32 byte chain code, combines with Moderator
public key to generate a pubkey for the Moderator. The Moderator
can generate the private key in the event of a dispute after the 32
byte chain code is disclosed. Multisignature escrow address can now
be generated from the Vendor, Buyer and Moderator’s pubkeys.
Multisignature Details
1. Chain code
• 32 bytes of random data used to generate the
Moderator’s multisig signing public key
2. Multisignature address
• Multisig address generated from the Vendor,
Buyer and Moderator’s bitcoin pubkeys
3. Redemption script
• To verify that the multisig address is comprised
of the pubkeys listed in the contract
4. Transaction ID (txid)
• Evidence that the Buyer has funded the
multisignature address with the purchase
amount in the listing
• Optional, in the sense that if the payment is
made from the Bitcoin purse, the TXID can be
automatically filled in
15
Stage 2: Buyer places an order
2. Buyer places an order, funds multisig address (funds are now in
escrow), and send shipping address
Buyer generates a 32 byte chain code, combines with Moderator
public key to generate a pubkey for the Moderator. The Moderator
can generate the private key in the event of a dispute after the 32
byte chain code is disclosed. Multisignature escrow address can now
be generated from the Vendor, Buyer and Moderator’s pubkeys.
Signatures
• Bitcoin
• Multisig signing key of the Buyer is used to
sign JSON data from ‘02_buyer.01_order’
16
17
Step 3: Vendor ships the item
3. Vendor indicates that the service has been performed;
sends a signed transaction releasing funds from escrow
to their payout address (signature required from Buyer or
Moderator to release funds after item delivered)
Alice
The Vendor
18
Step 3: Vendor ships the item
3. Vendor indicates that the service has been performed;
sends a signed transaction releasing funds from escrow
to their payout address (signature required from Buyer or
Moderator to release funds after item delivered)
Alice
The Vendor
Reference Hash
1. Reference
• Contract ID (order) that the data
applies to
19
Step 3: Vendor ships the item
3. Vendor indicates that the service has been performed;
sends a signed transaction releasing funds from escrow
to their payout address (signature required from Buyer or
Moderator to release funds after item delivered)
Alice
The Vendor
Services Rendered
1. Comments
• Any comments the Vendor feels to make
2. Payout
• Payout address: Vendor’s bitcoin address where
the multisig funds will be released to after the
item is delivered
• Signed transaction: signed transaction releasing
funds from multisig to the payout address;
requires only 1 more signature from Buyer or
Moderator to be accepted
20
Step 3: Vendor ships the item
3. Vendor indicates that the service has been performed;
sends a signed transaction releasing funds from escrow
to their payout address (signature required from Buyer or
Moderator to release funds after item delivered)
Alice
The Vendor
Signatures
• Bitcoin
• Multisig signing key of the Vendor is used to sign JSON
data from ‘03_vendor.01_invoice’
• PGP
• PGP key of the Vendor is used to sign JSON data from
‘03_vendor.01_invoice’
21
22
Step 4: Buyer confirms item received
Bob
The Buyer
4. Buyer indicates that the service was performed;
signs transaction and release funds from multisig to
the Vendor. Attaches rating/review.
23
Reference Hash
1. Reference
• Contract ID (shipping notice) that the
data applies to
Step 4: Buyer confirms item received
Bob
The Buyer
4. Buyer indicates that the service was performed;
signs transaction and release funds from multisig to
the Vendor. Attaches rating/review.
24
Service
1. Service Rendered
• Was the service rendered (Boolean)?
Step 4: Buyer confirms item received
Bob
The Buyer
4. Buyer indicates that the service was performed;
signs transaction and release funds from multisig to
the Vendor. Attaches rating/review.
25
Payout
1. Signed transaction
• The Buyer-signed transaction from the
Vendor (in `03_vendor`) that releases funds
from multisig to the Vendor’s payout
address
2. Transaction ID (txid)
• Reference to the bitcoin transaction
releasing funds from multisig
• Automatically done if there is a
Bitcoin Purse
Step 4: Buyer confirms item received
Bob
The Buyer
4. Buyer indicates that the service was performed;
signs transaction and release funds from multisig to
the Vendor. Attaches rating/review.
26
Rating
1. Transaction rating
• Select from choices:
• Positive
• Neutral
• Negative
2. Service quality
• Rate out of 5 stars
3. Service description
• Rate out of 5 stars
4. Feedback
• Character limited text reviewing the
transaction
Step 4: Buyer confirms item received
Bob
The Buyer
4. Buyer indicates that the service was performed;
signs transaction and release funds from multisig to
the Vendor. Attaches rating/review.
27
Step 4: Buyer confirms item received
Bob
The Buyer
4. Buyer indicates that the service was performed;
signs transaction and release funds from multisig to
the Vendor. Attaches rating/review.
Dispute
1. Dispute
1. Does the Buyer flag a dispute? (Boolean)
2. Claim
• If there is a dispute, what does the Buyer
claim as the grievance?
28
Signatures
• Bitcoin
• Multisig signing key of the Vendor is used to sign
JSON data from ‘04_buyer.01_receipt’
Step 4: Buyer confirms item received
Bob
The Buyer
4. Buyer indicates that the service was performed;
signs transaction and release funds from multisig to
the Vendor. Attaches rating/review.

More Related Content

Similar to OpenBazaar Ricardian Contracts - services

Blockchain presentation.pptx
Blockchain presentation.pptxBlockchain presentation.pptx
Blockchain presentation.pptxSwarnaSLcse
 
Introduction to Bit Coin Model
Introduction to Bit Coin ModelIntroduction to Bit Coin Model
Introduction to Bit Coin ModelAsoka Korale
 
Electronic Payment Protocol
Electronic Payment ProtocolElectronic Payment Protocol
Electronic Payment ProtocolAju Thomas
 
Bitcoin 101 - Certified Bitcoin Professional Training Session
Bitcoin 101 - Certified Bitcoin Professional Training SessionBitcoin 101 - Certified Bitcoin Professional Training Session
Bitcoin 101 - Certified Bitcoin Professional Training SessionLisa Cheng
 
Bitcoin apa apa saja tentang bitcoin
Bitcoin apa apa saja tentang bitcoinBitcoin apa apa saja tentang bitcoin
Bitcoin apa apa saja tentang bitcoinseolangit7
 
Payment card security By Hitesh Asnani SVIT
Payment card security By Hitesh Asnani SVITPayment card security By Hitesh Asnani SVIT
Payment card security By Hitesh Asnani SVIThiteshasnani94
 
Blockchain Essentials - Harnessing the Technology for Banking Industry
Blockchain Essentials - Harnessing the Technology for Banking IndustryBlockchain Essentials - Harnessing the Technology for Banking Industry
Blockchain Essentials - Harnessing the Technology for Banking IndustryGoutama Bachtiar
 
secure electronics transaction
secure electronics transactionsecure electronics transaction
secure electronics transactionHarsh Mehta
 
Anatomy of a blockchain
Anatomy of a blockchainAnatomy of a blockchain
Anatomy of a blockchainAvtar Sehra
 
Blockchain and Bitcoin
Blockchain and BitcoinBlockchain and Bitcoin
Blockchain and BitcoinHugo Rodrigues
 
Digital signature and adv payment gateway
Digital signature and adv payment gatewayDigital signature and adv payment gateway
Digital signature and adv payment gatewayKartik Kalpande Patil
 
Bitcoin Technology Fundamentals - Tutorial 1 – Bitcoin Addresses
Bitcoin Technology Fundamentals - Tutorial 1 – Bitcoin AddressesBitcoin Technology Fundamentals - Tutorial 1 – Bitcoin Addresses
Bitcoin Technology Fundamentals - Tutorial 1 – Bitcoin AddressesAmitesh Raikwar
 
Implementing OAuth with PHP
Implementing OAuth with PHPImplementing OAuth with PHP
Implementing OAuth with PHPLorna Mitchell
 

Similar to OpenBazaar Ricardian Contracts - services (20)

Blockchain presentation.pptx
Blockchain presentation.pptxBlockchain presentation.pptx
Blockchain presentation.pptx
 
Introduction to Bit Coin Model
Introduction to Bit Coin ModelIntroduction to Bit Coin Model
Introduction to Bit Coin Model
 
Electronic Payment Protocol
Electronic Payment ProtocolElectronic Payment Protocol
Electronic Payment Protocol
 
Bitcoin 101 - Certified Bitcoin Professional Training Session
Bitcoin 101 - Certified Bitcoin Professional Training SessionBitcoin 101 - Certified Bitcoin Professional Training Session
Bitcoin 101 - Certified Bitcoin Professional Training Session
 
Bitcoin apa apa saja tentang bitcoin
Bitcoin apa apa saja tentang bitcoinBitcoin apa apa saja tentang bitcoin
Bitcoin apa apa saja tentang bitcoin
 
Bitcoin
BitcoinBitcoin
Bitcoin
 
Mb2420032007
Mb2420032007Mb2420032007
Mb2420032007
 
Payment card security By Hitesh Asnani SVIT
Payment card security By Hitesh Asnani SVITPayment card security By Hitesh Asnani SVIT
Payment card security By Hitesh Asnani SVIT
 
Blockchain Essentials - Harnessing the Technology for Banking Industry
Blockchain Essentials - Harnessing the Technology for Banking IndustryBlockchain Essentials - Harnessing the Technology for Banking Industry
Blockchain Essentials - Harnessing the Technology for Banking Industry
 
secure electronics transaction
secure electronics transactionsecure electronics transaction
secure electronics transaction
 
Anatomy of a blockchain
Anatomy of a blockchainAnatomy of a blockchain
Anatomy of a blockchain
 
Crypto currency
Crypto currencyCrypto currency
Crypto currency
 
Blockchain and Bitcoin
Blockchain and BitcoinBlockchain and Bitcoin
Blockchain and Bitcoin
 
Digital signature and adv payment gateway
Digital signature and adv payment gatewayDigital signature and adv payment gateway
Digital signature and adv payment gateway
 
Bitcoin data mining
Bitcoin data miningBitcoin data mining
Bitcoin data mining
 
Block chain introduction
Block chain introductionBlock chain introduction
Block chain introduction
 
Bitcoin Technology Fundamentals - Tutorial 1 – Bitcoin Addresses
Bitcoin Technology Fundamentals - Tutorial 1 – Bitcoin AddressesBitcoin Technology Fundamentals - Tutorial 1 – Bitcoin Addresses
Bitcoin Technology Fundamentals - Tutorial 1 – Bitcoin Addresses
 
SHA_and_DS.pdf
SHA_and_DS.pdfSHA_and_DS.pdf
SHA_and_DS.pdf
 
Oauth Php App
Oauth Php AppOauth Php App
Oauth Php App
 
Implementing OAuth with PHP
Implementing OAuth with PHPImplementing OAuth with PHP
Implementing OAuth with PHP
 

Recently uploaded

SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtimeandrehoraa
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Angel Borroy López
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfFerryKemperman
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfMarharyta Nedzelska
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...OnePlan Solutions
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceBrainSell Technologies
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company OdishaBalasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odishasmiwainfosol
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaHanief Utama
 
cpct NetworkING BASICS AND NETWORK TOOL.ppt
cpct NetworkING BASICS AND NETWORK TOOL.pptcpct NetworkING BASICS AND NETWORK TOOL.ppt
cpct NetworkING BASICS AND NETWORK TOOL.pptrcbcrtm
 
Software Coding for software engineering
Software Coding for software engineeringSoftware Coding for software engineering
Software Coding for software engineeringssuserb3a23b
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 

Recently uploaded (20)

SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtime
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdf
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdf
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. Salesforce
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
Advantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your BusinessAdvantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your Business
 
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company OdishaBalasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief Utama
 
cpct NetworkING BASICS AND NETWORK TOOL.ppt
cpct NetworkING BASICS AND NETWORK TOOL.pptcpct NetworkING BASICS AND NETWORK TOOL.ppt
cpct NetworkING BASICS AND NETWORK TOOL.ppt
 
Software Coding for software engineering
Software Coding for software engineeringSoftware Coding for software engineering
Software Coding for software engineering
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 

OpenBazaar Ricardian Contracts - services

  • 2. 2
  • 3. 3 Step 1: Vendor makes a listing Listing
  • 4. 4 Step 1: Vendor makes a listing Metadata 1. OBCV • OpenBazaar contract version • Contract schemas may evolve over time and it may be necessary to track what version of the contract is being used 2. Expiry • The date until the contract is a valid listing 3. Category • Category of Ricardian Contract • Current categories: physical goods, digital goods, services • More categories will appear with time 4. Sub-category • At the moment, sub-category refers to the type of payment model • Future sub-categories: auction, barter etc
  • 5. 5 Step 1: Vendor makes a listing ID (Vendor details) 1. GUID • OpenBazaar network ID 2. Pubkeys • Bitcoin: multisig signing key • PGP: transportable identity if the vendor has >1 node 3. Passcard • Onename’s Passcard username • Used to establish broader ID of the Vendor
  • 6. 6 Step 1: Vendor makes a listing Service 1. Title • Name of the item 2. Description • Character limited description of the item 3. Price • Bitcoin: shipping fee in bitcoin • Fiat: shipping fee in fiat that the bitcoin price floats to 4. Images • Image hash: SHA256 hash of the image to lock in identity of the image • Image URLs: if not locally hosted by the Vendor’s node 5. Keywords • Used for reverse-lookup on the distributed hash table (i.e. search) 6. Process Time • The maximum predicted time it will take a Vendor to ship the item after receiving an order 7. Ephemeral • Defines how long the content is available for (time, downloads) if applicable
  • 7. 7 Step 1: Vendor makes a listing Moderator 1. GUID • OpenBazaar network ID 2. Pubkeys • PGP: transportable identity if the Moderator has >1 node • Escrow Pubkey: public key combined with the buyer’s 32 byte chain code to generate Moderator’s multisignature signing key 3. Passcard • Onename’s Passcard username • Used to establish broader ID of the Vendor 4. Service • Service fee: percentage or flat fee per transaction • Service description: activities and terms of service
  • 8. 8 Vendor cryptographic keys shown in ‘01_listing’ are used to digitally sign all of the ‘01_listing’ data, which proves that the owner of the keys created this data Step 1: Vendor makes a listing {"01_metadata":{"01_obcv":"","02_expiry":"","03_category":"physical good","04_category_sub":"fixed price"},"02_id":{"01_guid":"","02_pubkeys":{"bitcoin":"","pgp":""},"03_passcard":""},"03_item":{"01_tit le":"","02_description":"","03_condition":"","04_price":{"bitcoin":"","fiat":{"01_price":"","02_currency _code":""}},"05_images":{"image_hashes":[""],"image_urls":[""]},"06_keywords":[""],"07_process_time ":""},"04_shipping":{"01_free":false,"02_flat_fee":{"01_bitcoin":{"01_domestic":"","02_international":" "},"02_fiat":{"01_price":{"01_domestic":"","02_international":""},"02_currency_code":""}},"03_est_deli very":{"01_domestic":"","02_international":""},"04_api":{"01_api_src":"Shippo","02_carriers":["FedEx", "UPS"],"03_package":{"01_length":"","02_width":"","03_height":"","04_distance_unit":"","05_weight": "","06_mass_unit":""},"04_shipping_origin":{"01_country":"","02_zip":""}}},"05_moderator":{"01_guid" :"","02_pubkeys":{"pgp":"","pgp_sig":"sig(selfsig_pubkey)","pubkey":"xxx"},"03_passcard":"","04_servic e":{"01_service_fee":"","02_service_desc":""}}} What it looks like in JSON
  • 9. 9
  • 10. 10 Stage 2: Buyer places an order 2. Buyer places an order, funds multisig address (funds are now in escrow) Buyer generates a 32 byte chain code, combines with Moderator public key to generate a pubkey for the Moderator. The Moderator can generate the private key in the event of a dispute after the 32 byte chain code is disclosed. Multisignature escrow address can now be generated from the Vendor, Buyer and Moderator’s pubkeys.
  • 11. 11 Stage 2: Buyer places an order 2. Buyer places an order, funds multisig address (funds are now in escrow) Buyer generates a 32 byte chain code, combines with Moderator public key to generate a pubkey for the Moderator. The Moderator can generate the private key in the event of a dispute after the 32 byte chain code is disclosed. Multisignature escrow address can now be generated from the Vendor, Buyer and Moderator’s pubkeys. Reference Hash 1. Reference • Contract ID (listing) that the order applies to • Example: • RIPEMD-160(01_vendor): cca4b4bf91a16ee76e1944624c4f7c0f8729a6f1 • Base58(RIPEMD-160[01_vendor]): 3rMrSZ2VDgb63ZvgEsdVjiscXurg • Final: OB3rMrSZ2VDgb63ZvgEsdVjiscXurg
  • 12. 12 Stage 2: Buyer places an order 2. Buyer places an order, funds multisig address (funds are now in escrow) Buyer generates a 32 byte chain code, combines with Moderator public key to generate a pubkey for the Moderator. The Moderator can generate the private key in the event of a dispute after the 32 byte chain code is disclosed. Multisignature escrow address can now be generated from the Vendor, Buyer and Moderator’s pubkeys. ID (Buyer) 1. Pubkeys • Unlike the Vendor, the Buyer is only identified in the contract by their bitcoin signing key • Bitcoin: multisig signing key
  • 13. 13 Stage 2: Buyer places an order 2. Buyer places an order, funds multisig address (funds are now in escrow), and send shipping address Buyer generates a 32 byte chain code, combines with Moderator public key to generate a pubkey for the Moderator. The Moderator can generate the private key in the event of a dispute after the 32 byte chain code is disclosed. Multisignature escrow address can now be generated from the Vendor, Buyer and Moderator’s pubkeys. Digital Content 1. Semantics • Any data the buyer needs to give to the Vendor to make a purchase • E.g. Quality 2. Service address • The address where the service will be performed • Encrypted address: address is XOR’d with a nonce and encrypted with the Vendor’s PGP public key • SHA256 nonce: necessary to determine the service address; used to verify against • Encrypted nonce: nonce encrypted to the Buyer’s public key
  • 14. 14 Stage 2: Buyer places an order 2. Buyer places an order, funds multisig address (funds are now in escrow), and send shipping address Buyer generates a 32 byte chain code, combines with Moderator public key to generate a pubkey for the Moderator. The Moderator can generate the private key in the event of a dispute after the 32 byte chain code is disclosed. Multisignature escrow address can now be generated from the Vendor, Buyer and Moderator’s pubkeys. Multisignature Details 1. Chain code • 32 bytes of random data used to generate the Moderator’s multisig signing public key 2. Multisignature address • Multisig address generated from the Vendor, Buyer and Moderator’s bitcoin pubkeys 3. Redemption script • To verify that the multisig address is comprised of the pubkeys listed in the contract 4. Transaction ID (txid) • Evidence that the Buyer has funded the multisignature address with the purchase amount in the listing • Optional, in the sense that if the payment is made from the Bitcoin purse, the TXID can be automatically filled in
  • 15. 15 Stage 2: Buyer places an order 2. Buyer places an order, funds multisig address (funds are now in escrow), and send shipping address Buyer generates a 32 byte chain code, combines with Moderator public key to generate a pubkey for the Moderator. The Moderator can generate the private key in the event of a dispute after the 32 byte chain code is disclosed. Multisignature escrow address can now be generated from the Vendor, Buyer and Moderator’s pubkeys. Signatures • Bitcoin • Multisig signing key of the Buyer is used to sign JSON data from ‘02_buyer.01_order’
  • 16. 16
  • 17. 17 Step 3: Vendor ships the item 3. Vendor indicates that the service has been performed; sends a signed transaction releasing funds from escrow to their payout address (signature required from Buyer or Moderator to release funds after item delivered) Alice The Vendor
  • 18. 18 Step 3: Vendor ships the item 3. Vendor indicates that the service has been performed; sends a signed transaction releasing funds from escrow to their payout address (signature required from Buyer or Moderator to release funds after item delivered) Alice The Vendor Reference Hash 1. Reference • Contract ID (order) that the data applies to
  • 19. 19 Step 3: Vendor ships the item 3. Vendor indicates that the service has been performed; sends a signed transaction releasing funds from escrow to their payout address (signature required from Buyer or Moderator to release funds after item delivered) Alice The Vendor Services Rendered 1. Comments • Any comments the Vendor feels to make 2. Payout • Payout address: Vendor’s bitcoin address where the multisig funds will be released to after the item is delivered • Signed transaction: signed transaction releasing funds from multisig to the payout address; requires only 1 more signature from Buyer or Moderator to be accepted
  • 20. 20 Step 3: Vendor ships the item 3. Vendor indicates that the service has been performed; sends a signed transaction releasing funds from escrow to their payout address (signature required from Buyer or Moderator to release funds after item delivered) Alice The Vendor Signatures • Bitcoin • Multisig signing key of the Vendor is used to sign JSON data from ‘03_vendor.01_invoice’ • PGP • PGP key of the Vendor is used to sign JSON data from ‘03_vendor.01_invoice’
  • 21. 21
  • 22. 22 Step 4: Buyer confirms item received Bob The Buyer 4. Buyer indicates that the service was performed; signs transaction and release funds from multisig to the Vendor. Attaches rating/review.
  • 23. 23 Reference Hash 1. Reference • Contract ID (shipping notice) that the data applies to Step 4: Buyer confirms item received Bob The Buyer 4. Buyer indicates that the service was performed; signs transaction and release funds from multisig to the Vendor. Attaches rating/review.
  • 24. 24 Service 1. Service Rendered • Was the service rendered (Boolean)? Step 4: Buyer confirms item received Bob The Buyer 4. Buyer indicates that the service was performed; signs transaction and release funds from multisig to the Vendor. Attaches rating/review.
  • 25. 25 Payout 1. Signed transaction • The Buyer-signed transaction from the Vendor (in `03_vendor`) that releases funds from multisig to the Vendor’s payout address 2. Transaction ID (txid) • Reference to the bitcoin transaction releasing funds from multisig • Automatically done if there is a Bitcoin Purse Step 4: Buyer confirms item received Bob The Buyer 4. Buyer indicates that the service was performed; signs transaction and release funds from multisig to the Vendor. Attaches rating/review.
  • 26. 26 Rating 1. Transaction rating • Select from choices: • Positive • Neutral • Negative 2. Service quality • Rate out of 5 stars 3. Service description • Rate out of 5 stars 4. Feedback • Character limited text reviewing the transaction Step 4: Buyer confirms item received Bob The Buyer 4. Buyer indicates that the service was performed; signs transaction and release funds from multisig to the Vendor. Attaches rating/review.
  • 27. 27 Step 4: Buyer confirms item received Bob The Buyer 4. Buyer indicates that the service was performed; signs transaction and release funds from multisig to the Vendor. Attaches rating/review. Dispute 1. Dispute 1. Does the Buyer flag a dispute? (Boolean) 2. Claim • If there is a dispute, what does the Buyer claim as the grievance?
  • 28. 28 Signatures • Bitcoin • Multisig signing key of the Vendor is used to sign JSON data from ‘04_buyer.01_receipt’ Step 4: Buyer confirms item received Bob The Buyer 4. Buyer indicates that the service was performed; signs transaction and release funds from multisig to the Vendor. Attaches rating/review.