summaryrefslogtreecommitdiff
path: root/f6/ba01c86bb544e10a7521f0fa091e6086014d7f
blob: b2f76c5063e320574bdd4b2145c102adf774c94e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
	helo=mx.sourceforge.net)
	by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <metamarc@metamarket.biz>) id 1YoKXN-0006EJ-5q
	for bitcoin-development@lists.sourceforge.net;
	Fri, 01 May 2015 23:40:05 +0000
X-ACL-Warn: 
Received: from s151.web-hosting.com ([162.213.255.69])
	by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.76) id 1YoKXL-0008B7-TB
	for bitcoin-development@lists.sourceforge.net;
	Fri, 01 May 2015 23:40:05 +0000
Received: from localhost ([::1]:33539 helo=server151.web-hosting.com)
	by server151.web-hosting.com with esmtpa (Exim 4.82)
	(envelope-from <metamarc@metamarket.biz>) id 1YoJsZ-000Ymb-PB
	for bitcoin-development@lists.sourceforge.net;
	Fri, 01 May 2015 18:57:56 -0400
Received: from 97.95.172.50 ([97.95.172.50])
	(SquirrelMail authenticated user metamarc@metamarket.biz)
	by server151.web-hosting.com with HTTP;
	Fri, 1 May 2015 18:57:55 -0400
Message-ID: <7cfbfe793dd4be50dd97cfc1fe937880.squirrel@server151.web-hosting.com>
Date: Fri, 1 May 2015 18:57:55 -0400
From: "Marc D. Wood" <metamarc@metamarket.biz>
To: bitcoin-development@lists.sourceforge.net
User-Agent: SquirrelMail/1.5.2 [SVN]
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-OutGoing-Spam-Status: No, score=-1.0
X-AntiAbuse: This header was added to track abuse,
	please include it with any abuse report
X-AntiAbuse: Primary Hostname - server151.web-hosting.com
X-AntiAbuse: Original Domain - lists.sourceforge.net
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - metamarket.biz
X-Get-Message-Sender-Via: server151.web-hosting.com: authenticated_id:
	metamarc@metamarket.biz
X-Source: 
X-Source-Args: 
X-Source-Dir: 
X-From-Rewrite: unmodified, already matched
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
X-Headers-End: 1YoKXL-0008B7-TB
Subject: [Bitcoin-development] [ANN] METAmarket - Trustless Federated
	Marketplaces
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Fri, 01 May 2015 23:40:05 -0000

METAmarket: Trustless Federated Marketplaces
>>> http://metamarket.biz <<<

* * *
Introduction

METAmarket is an open source protocol and proof-of-concept reference
client specifying a trustless federated marketplace which uses Bitcoin as
a universal currency and Bitmessage as a P2P communication network.
Time-locked refund transactions ensure that incentives are aligned toward
completing the trade without the need for trusted third parties. Systemic
vulnerabilities such as transaction malleability are mitigated through the
use of a federated reputation model. This document is a non-technical
overview of how the METAmarket client and protocol work. For more
technical details, see the protocol specification.

Motivation

Overly centralized marketplaces and payment services extract high fees,
impose and abuse excessive control and remove any hope of privacy from
users. As more commerce moves online, many consumers may find their
lifetime history of purchases (including books, personal items and
location details) for sale to advertisers, employers, curious neighbors,
stalkers, political opponents and government agencies. An ideal system
would be one of secure private transactions directly between buyer and
seller without middle men collecting data or adding fees. Such systems are
now feasible by combining recently developed technologies for anonymous
decentralized payment and messaging systems.

Client

To use the marketplaces, a client application which implements the
METAmarket protocol is required. The client is used to post, browse and
execute trades. It also requires a Bitcoin Core wallet to handle payments
and refunds. A working client is available at:

http://github.com/metamarcdw/metamarket