Difference between revisions of "Bitcoin-OTC"

From Bitcoin Wiki
Jump to: navigation, search
(See also: Fix buying bitcoins article link.)
Line 4: Line 4:
  
 
The source code for all the related software, including bot plugins and the website, is open, and hosted on [https://github.com/nanotube/supybot-bitcoin-marketmonitor this github repository].
 
The source code for all the related software, including bot plugins and the website, is open, and hosted on [https://github.com/nanotube/supybot-bitcoin-marketmonitor this github repository].
 +
 +
==Web of trust network==
 +
The OTC Rating System is an irc-based web of trust network. Users can give each other ratings between -10 and +10. User must be identified and cloaked to enter ratings.
 +
 +
Only one rating can exist between two people. The 'rate' command updates the existing rating if it is used multiple times. So as the trust increases or decreases, user can update the trust value for a particular user.
 +
 +
Only users with positive ratings in the system can rate other users.
 +
 +
The system calculates the cumulative trust received by a user from all ratings. Through the web interface, users can explore the trust ratings and interconnections between users.
 +
 +
==Rating guidelines==
 +
Users are suggested to take the size of transactions, the nature of your relationship and interaction, length of history, etc, into consideration with giving out rating.
 +
 +
The basic guidelines on what ratings to hand out to people.
 +
 +
{| style="border: 1px solid #c6c9ff; border-collapse: collapse;" cellspacing="0" cellpadding="10" border="1"
 +
|- style="text-align: center; background-color: #f0f0ff;"
 +
! Rating !! Guideline
 +
|-
 +
! 10
 +
| You trust this person as you trust yourself. Reserve this for close friends and associates you know in person.
 +
|-
 +
! 8
 +
| Large number of high-value transactions, long period of association, very trustworthy.
 +
|-
 +
! 5
 +
| You've had a number of good transactions with this person.
 +
|-
 +
! 1
 +
| One or two good transactions with this person
 +
|-
 +
! -1
 +
| Person strikes you as a bit flaky. Unreasonable/unexpected delays in payment, etc.
 +
|-
 +
! -10
 +
| Person failed to hold up his end of the bargain, took payment and ran, fraudster.
 +
|}
 +
 +
==Relying on the rating==
 +
User have several ways to check if the identity of the person is genuine.
 +
* Running a 'whois' in freenode to make sure the user is 'logged in'.
 +
* Get a PGP signed message from the person, using the list of [[User GPG keys]].
 +
* The 'getrating' command will show what hostmask the user had when he was entered into the WoT, make sure that matches his current hostmask. Explore the [http://trust.bitcoin-otc.com/viewratings.php trust network] and make sure that the person is well connected to a number of trusted users.
  
 
==See also==
 
==See also==

Revision as of 14:55, 21 February 2011

The Bitcoin-OTC project is a marketplace for people to conduct over-the-counter trading in bitcoin. It is located in #bitcoin-otc channel on the freenode IRC network.

Trading in the market is facilitated by the gribble bot, which takes care of maintaining the outstanding order book, as well as a web of trust user rating system. All trades are conducted between users directly, without any intermediation by the marketplace.

The source code for all the related software, including bot plugins and the website, is open, and hosted on this github repository.

Web of trust network

The OTC Rating System is an irc-based web of trust network. Users can give each other ratings between -10 and +10. User must be identified and cloaked to enter ratings.

Only one rating can exist between two people. The 'rate' command updates the existing rating if it is used multiple times. So as the trust increases or decreases, user can update the trust value for a particular user.

Only users with positive ratings in the system can rate other users.

The system calculates the cumulative trust received by a user from all ratings. Through the web interface, users can explore the trust ratings and interconnections between users.

Rating guidelines

Users are suggested to take the size of transactions, the nature of your relationship and interaction, length of history, etc, into consideration with giving out rating.

The basic guidelines on what ratings to hand out to people.

Rating Guideline
10 You trust this person as you trust yourself. Reserve this for close friends and associates you know in person.
8 Large number of high-value transactions, long period of association, very trustworthy.
5 You've had a number of good transactions with this person.
1 One or two good transactions with this person
-1 Person strikes you as a bit flaky. Unreasonable/unexpected delays in payment, etc.
-10 Person failed to hold up his end of the bargain, took payment and ran, fraudster.

Relying on the rating

User have several ways to check if the identity of the person is genuine.

  • Running a 'whois' in freenode to make sure the user is 'logged in'.
  • Get a PGP signed message from the person, using the list of User GPG keys.
  • The 'getrating' command will show what hostmask the user had when he was entered into the WoT, make sure that matches his current hostmask. Explore the trust network and make sure that the person is well connected to a number of trusted users.

See also

External Links