Tier System
To view on website please click here.
// TIER 1
if (Staked $BRAIN >= 600 && < 1500)
{
Allocation = Guaranteed;
Eligible to Buy = Public Round;
Pool Weight = 2;
}// TIER 2
if (Staked $BRAIN >= 1500 && < 3500)
{
Allocation = Guaranteed;
Eligible to Buy = Public Round;
Pool Weight = 6;
}// TIER 3
if (Staked $BRAIN >= 3500 && < 7500)
{
Allocation = Guaranteed;
Eligible to Buy = Public Round;
Pool Weight = 12;
}Last updated