[go: up one dir, main page]

Menu

Tree [r2778] / trunk /
 History

HTTPS access


File Date Author Commit
 apache 2013-10-10 epandurski [r2745] More secure prototype apache configuration
 cmbarter 2013-12-15 epandurski [r2776] Updated CuriousORM to version 1.2.0
 doc 2014-06-28 epandurski [r2777] Change the installation manual to support Djang...
 gimpfiles 2013-01-29 epandurski [r2459] Improved manual.
 pgsql 2013-11-08 epandurski [r2773] Remove trader's whitelist_entry records when ba...
 static 2013-11-20 epandurski [r2775] Make buttons look better on Webkit
 CHANGES 2014-06-28 epandurski [r2778] Changed CHANGES file
 INSTALL 2014-06-28 epandurski [r2777] Change the installation manual to support Djang...
 LICENSE 2013-01-21 epandurski [r2442] Added LICENSE file.
 LOCALIZATION 2013-02-18 epandurski [r2485] Make profile.advertise_trusted_partners FALSE b...
 README 2013-09-16 epandurski [r2693] Delete doc/cmb-manual.pdf and add doc/cmb-manua...
 check_sessions.py 2013-10-30 epandurski [r2767] Improved check_sessions.py to write the running...
 execute_turn.py 2013-10-27 epandurski [r2757] Insignifficant fix in the returned error-code b...
 generate_regkeys.py 2013-10-27 epandurski [r2757] Insignifficant fix in the returned error-code b...
 manage.py 2013-01-17 epandurski [r2430] Removed the depricated (since Django 1.4) cmbar...
 process_emails.py 2013-08-26 epandurski [r2667] Limited the line-length in all .py files to 99 ...
 schedule_turns.py 2013-10-27 epandurski [r2757] Insignifficant fix in the returned error-code b...
 show_emails.py 2013-09-27 epandurski [r2721] Small simplification in show_emails.py
 show_whitelist.py 2013-09-18 epandurski [r2701] Small fix in show_whitelist.py

Read Me

"Circular Multilateral Barter" (CMB) is server-side software for
managing peer-to-peer trading networks. CMB is aimed at supplying
entrepreneurs with a way to exchange goods and services within a
p2p-network, without using money, overcoming the "double coincidence
of wants" problem, inherent to traditional barter.

Most importantly, CMB allows traders to issue their own currencies
(called "products"), which others can redeem, trade, or make payments
with. One thing that distinguishes CMB from other "credit commons" is
that all debts in CMB are user-to-user debts. There is no central
administrative authority to decide who deserves to be trusted and who
does not. Because of this, CMB can scale-up very well, so that local
communities can be seamlessly aggregated into larger ones.

Another way of seeing CMB is as a partnership of independent Local
Exchange Trading Systems, having a common marketplace for exchanging
one LETS-currency for another (via circular trade).


Features:

* Does not suffer the double coincidence of wants problem. The trader
  you deliver goods to and the trader you obtain what you need from do
  not need to be the same person, so there is much more flexibility
  for arranging trades. That is: you supply products to customers who
  trust you, and you receive products from partners whom you trust.

* Invulnerable to sudden changes in the value of money. CMB uses money
  solely as a standard of value for a short period of time (typically
  a day).

* Allows users to issue their own currencies (called
  "products"). Therefore, trading is not limited by the global
  scarcity of money or any other commodity.

* Users can make direct payments to each other. 

* Convenient to use on smartphones. Works even on very old phones (WAP
  2.0).


See ./doc/cmb-manual.html for more information.