{{ extends "global/Page.html" }} {{ block title }} Group Members {{ endblock }} {{ block content }}

Each group member receives an endowment of {{ C.MEMBER_ENDOWMENT }} tokens.

Each group member must decide how many tokens to allocate to the Group Account and how many tokens to keep in their Private Account.

The number of tokens must be a whole number between 0 and {{ C.MEMBER_ENDOWMENT }}.

All decisions are made in private.

{{ next_button label='>>' }} {{ endblock }}