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

Group Account

Tokens contributed to the Group Account are added together to form a total amount.

This total is multiplied by {{ C.MULTIPLIER }} and then evenly split among all {{ C.NUM_MEMBERS }} group members.

Private Account

Each member keeps the tokens remaining in their Private Account after contributing to the Group Account.

These tokens are not multiplied.

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