{% 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 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}}.
In addition, you can request back any amount from P2 (the computer), as long as it is not more than the tripled amount P2 will receive from you. Even though you can request some money, P2 can send less than the amount you request.

If P2 sends the entire amount you request, then you will receive that amount and P2 will keep any amount remaining.

But if P2 (the computer) sends you back any amount less than what you request, then the computer will flip a coin. If the computer coin lands on heads, you will receive back only what P2 (the computer) decided to send you and P2 (the computer) will keep the remaining amount.

If the computer coin lands on tails, then the computer will send you back the entire amount you requested. In addition, the computer will take an extra {{Constants.other_fine}} from P2 (the computer) out of his/her {{Constants.endowment}} from the investor. This money will serve as a fine. It will be returned to the research study account and no player will receive this {{Constants.fine}}
{% formfields %}

{% endblock %}