Difference between revisions of "Open Transactions"

From Bitcoin Wiki
Jump to: navigation, search
(See Also: Add entry fro In-store Transactions.)
m (Make reference to double spending be a link to the article.)
Line 1: Line 1:
 
A financial crypto and digital cash software library.  The software's author likens it to "PGP for money".
 
A financial crypto and digital cash software library.  The software's author likens it to "PGP for money".
  
Open Transactions (a centralized transaction system) is complementary to Bitcoin in that it provides some features that Bitcoin cannot, such as untraceable anonymous (versus pseudonymous) transactions, no latency (instant finality of settlement / no risk of double spending) and more.
+
Open Transactions (a centralized transaction system) is complementary to Bitcoin in that it provides some features that Bitcoin cannot, such as untraceable anonymous (versus pseudonymous) transactions, no latency (instant finality of settlement / no risk of [[double spending]]) and more.
  
 
Featuring:  
 
Featuring:  

Revision as of 17:27, 18 June 2012

A financial crypto and digital cash software library. The software's author likens it to "PGP for money".

Open Transactions (a centralized transaction system) is complementary to Bitcoin in that it provides some features that Bitcoin cannot, such as untraceable anonymous (versus pseudonymous) transactions, no latency (instant finality of settlement / no risk of double spending) and more.

Featuring:

  • Untraceable Digital Cash (real blinded tokens)
  • Anyone An Issuer (Ricardian-style Contracts)
  • Bearer-only, Fully-Anonymous (when used cash-only)
  • Pseudonymous User Accounts (user account == PGP key)
  • No Account History (asset account == the last receipt)
  • Many Financial Instruments (cheques, cash, vouchers, invoices...)
  • Basket Currencies (10 "baskets" == 5 gold, 3 silver)
  • Markets with Trades (stop, fill-or-kill, limit orders...)
  • Payment Plans

Includes an API, server and client.

The author of this software also released Moneychanger, a reference implementation of a currency accounting application that accesses the Open Transactions API and integrates with Bitcoin.

See Also

External Links