#!/usr/bin/perl ############################################################################# # # fx.cgi - FX documentation index # # $License: # # Copyright (C) Kenneth A. Kittlitz, All Rights Reserved. # # Unless explicitly acquired and licensed from Licensor under a # separate arrangement, the contents of this file are subject to the # Idea Futures Public License ("IFPL") Version 1.0, or subsequent # versions as allowed by the IFPL, and You may not copy or use this file # in either source code or executable form, except in compliance with the # terms and conditions of the IFPL. # # The IFPL V1.0 is identical to the Reciprocal Public License V1.1 as # published at , with the # following two changes to term 13.8: # # [start of changes] # Change 1) Replace: # "This License shall be governed by Colorado law provisions..." # with: # "This License shall be governed by Alberta law provisions...". # # Change 2) Replace: # "You further agree that Adams County, Colorado USA is proper venue..." # with: # "You further agree that Alberta, Canada is proper venue...". # [end of changes] # # All software distributed under the License is provided strictly on # an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR # IMPLIED, AND KENNETH A. KITTLITZ HEREBY DISCLAIMS ALL SUCH # WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT, # OR NON-INFRINGEMENT. See the License for specific language # governing rights and limitations under the License. # # :License$ # ############################################################################# use strict; use CGI; require "Common.pl"; my (@content,$data); my $query = new CGI; print $query->header; my $title = "Welcome to FX"; my $header = "Welcome to Foresight Exchange"; $data = <This is the award winning Foresight Exchange (formerly, "Idea Futures Market", as seen in Wired).
Imagine a betting pool or market on most disputed science questions, with the going odds available to the popular media, and treated socially as the current academic consensus. Imagine that academics are expected to "put up or shut up" and accompany claims with at least token bets, and that statistics are collected on how well people do. Imagine that funding agencies subsidize pools on questions of interest to them, and that research labs pay for much of their research with winnings from previous pools. And imagine that anyone could play, either to take a stand on an important issue, or to insure against technological risk.

This would be an "idea futures" market, which I offer as an alternative to existing academic social institutions. Somewhat like a corn futures market, where one can bet on the future price of corn, here one bets on the future settlement of a present scientific controversy...

From a background article (92k) by Robin Hanson.

That's the goal. In the meantime, let's test out the concept, develop consensuses, and have some fun.

As the name implies, an "idea futures" market is one in which the commodities are ideas - more specifically, claims about future events. The market value of an idea is expressed as a percentage between 0 and 100, representing the market's consensus as to the probability of the claim being true. Players may buy either "yes" or "no" coupons on a particular claim at the current market price or book an order at what they estimate is a fair price. Normally, at a specific date set as part of the claim, a designated judge will rule the claim either true or false, at which point either "yes" or "no" coupons are redeemed for $1.00, depending on the outcome. Besides potential monetary gain, an idea futures market offers the possibility of financing speculative ventures and the knowledge obtained from observing the market consensus on specific claims.

Benefits of Participating in FX

Overview of Features

The usual web/hypertext/forms/graphics stuff, PLUS

For the New User

You will need to understand some basic concepts:

For the Advanced User

These features and information are intended to provide the experienced FX player with added enjoyment. The novice player need not be concerned about them:

Awards and Press

Other Contributors

Foresight Exchange has also benefitted from the contributions of Duane Hewitt, Mark James, and Greg James, who have since moved away from Calgary (Duane to Amherst Mass., and the James's to Vancouver).

The Alberta Research Council provided the use of a server and bandwidth for the game from September 1994 to July 1996. Throughout the same period, Merak Projects based in Calgary, Alberta, provided the bandwidth for the mailing lists and various web pages to support the main server (under the administration of David McFadzean).

And of course we wish to acknowledge Robin Hanson's role in coming up with the idea upon which the market is based. See "Our Story" for more on how this came about.

[Previous] [Top] [Next]

EOT push(@content,$data); &showHtml(8,$title,$header,undef,undef,@content);