{% extends "global/Page.html" %} {% load otree %} {% block title %} Your partner is the computer (not a member of the COP) {% endblock %} {% block content %}
You are P1:

You are P1 and you are playing with a computer (P2) that mimics the decisions of an average entrepreneur in Kenya.

You and P2 (the computer) have each received {{Constants.endowment}} from an investor to support your individual businesses. You can earn more by sending some of your money to P2 (the computer) for a joint investment. You can send to P2 (the computer) either TK.0, {{Constants.endowment}}, or any amount in between TK.0 and {{Constants.endowment}}.
There is a 50-50 chance that the computer will either triple the amount you send to P2 (the computer), or turn it to 0. Whatever amount P2 (the computer) receives, P2 (the computer) will then decide how much of it to send back to you.

P2 also knows about this 50-50 chance of the computer turning the investment into 0.If P2 (the computer) receives 0, P2 will not know whether the computer turned your investment into 0, or whether you sent 0 to P2. If P2 (the computer) receives some positive amount, P2 (the computer) will know that you sent one third of this amount and that the computer tripled the amount you sent.
{% formfields %}

{% endblock %}