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;
}
// TIER 4
if (Staked $BRAIN >= 7500 && < 15000)
{
Allocation = Guaranteed;
Eligible to Buy = Public Round;
Pool Weight = 24;
}
// TIER 5
if (Staked $BRAIN >= 15000 && < 35000)
{
Allocation = Guaranteed;
Eligible to Buy = Private + Public Round;
Pool Weight = 52;
}
// TIER 6
if (Staked $BRAIN >= 35000)
{
Allocation = Guaranteed;
Eligible to Buy = Private + Public Round;
Pool Weight = 120;
}
Last updated