{% load otree %}

Instructions

This is an investment game with 2 players. In addition to the show-up fee that all participants will receieve, Participant A receives {{ Constants.endowment }} at the start of the game while Participant B receives nothing.

Participant A can send some or all of his {{ Constants.endowment }} to Participant B as an "investment." When B receives this amount it will be tripled. So if Participant A sends $0.30 to Participant B, Participant B receives $0.90 (= $0.30 x 3). Once B receives the tripled amount he can decide to send some or all of it back to A. In this example, Participant B can send back anywhere from $0 to $0.90.

It's an "investment" game because Participant B is able to grow Participant A's money, and then must return some or all of it to Participant B. This is like when a person invests with a bank and the bank returns the gains, but takes a fee for itself.