Automated Market Makers

Robin Hanson has published a lot about automated market makers. A layperson's treatment can be found here, which, though apparently broken and full of transcription typos, gives us a clue as to one technique which could work. We've attached a few demos in Python below.

Robin Hanson has a more correct version of the article above here. It contains a couple of critical fixes to the algorithms.

Another place to look is Chris Hibbert's MarketMaker.java implementation in Zocalo: http://cvs.sourceforge.net/viewcvs.py/zocalo/devel/src/net/commerce/zocalo/MarketMaker.java?rev=1.1.1.1&view=markup

Attachments