{% load otree_tags staticfiles %}

Instructions

This game has two players: “Sender” and “Receiver”.

There will be multiple rounds in this game. In each round, you will be randomly matched to a Receiver who have participated in a previous game. You will be provided with some information about the group this Receiver is in.

In the beginning of each round, you will be given 30 cents. You will decide how much of this 30 cents to send to the Receiver. The amount sent will be tripled, and then the Receiver will decide how much to return to you. Your final payoff in the round is the amount you did not send, plus the amount returned to you.

For example, if you decided to send 10 cents to the Receiver, the Receiver will receive 30 cents. If the Receiver decides to send back 20 cents, you will get a final payoff of 40 cents. Note that depending on how much the Receiver sends back to you, you might earn or lose money.