[go: up one dir, main page]

Menu

Tree [r2667] / trunk /
 History

HTTPS access


File Date Author Commit
 apache 2013-04-30 epandurski [r2553] Removed obsolete httpd.conf direvtive.
 cmbarter 2013-08-26 epandurski [r2667] Limited the line-length in all .py files to 99 ...
 doc 2013-08-25 epandurski [r2665] Disabled GZipMiddleware by default (because of ...
 gimpfiles 2013-01-29 epandurski [r2459] Improved manual.
 pgsql 2013-08-16 epandurski [r2636] Improved the way whitelist_entry is managed
 static 2013-05-29 epandurski [r2573] Make menu links easier to activate on touchscre...
 CHANGES 2013-08-26 epandurski [r2666] Fixed serious security problem in the WAP-appli...
 INSTALL 2013-08-25 epandurski [r2665] Disabled GZipMiddleware by default (because of ...
 LICENSE 2013-01-21 epandurski [r2442] Added LICENSE file.
 LOCALIZATION 2013-02-18 epandurski [r2485] Make profile.advertise_trusted_partners FALSE b...
 README 2013-01-20 epandurski [r2435] Added README file.
 check_sessions.py 2013-02-10 epandurski [r2465] Insignifficant change to comming-line tools hel...
 execute_turn.py 2013-08-26 epandurski [r2667] Limited the line-length in all .py files to 99 ...
 generate_regkeys.py 2013-01-22 epandurski [r2448] Minor changes in process_emails.py and generate...
 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-07-30 epandurski [r2600] Add dictrows=True everywhere Connection, Databa...
 show_emails.py 2013-08-22 epandurski [r2650] Minor changes making the source more python3-fr...
 show_whitelist.py 2013-08-22 epandurski [r2650] Minor changes making the source more python3-fr...

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.pdf for more information.