{% extends "global/Page.html" %} {% load otree static %} {% block title %} Game II: Experiment Instructions (3 of 5) {% endblock %} {% block content %}

Before the beginning of each round, you must decide whether you would like to donate your B unit to other players in the event that your A unit fails.

The cost to indicate your willingness to donate is randomly drawn, and with equal likelihood, your cost is either {{ 0.5|c }} or {{ 2|c }}.

By indicating your willingness to donate, a voucher is generated.

The voucher will give you a higher priority in receiving B unit donation in the event that your B unit fails.

You will be informed of your cost of donating and more information for the voucher later.

{% next_button %} {% endblock %}