You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this upgrade, teams could have a goal (SoftCap), and a crowd_allocation that can be more than the value of their goal (SoftCap). This lets the team raise more than their goal by selling more, and their hard_cap = goal * token_price which is relative to their crowd_allocation / token_price;
The remaining_allocation will be returned to the campaign_creator when they claim the successful _campaign;
The text was updated successfully, but these errors were encountered:
balqaasem
changed the title
Introduce TimeCap. Let raised exceed goal by introducing 'time_cap`
Introduce TimeCap. Let raised exceed goal by introducing 'time_cap and hard_cap`
Jan 30, 2022
balqaasem
changed the title
Introduce TimeCap. Let raised exceed goal by introducing 'time_cap and hard_cap`
Introduce TimeCap. Let raised exceed goal by introducing time_cap and hard_capJan 30, 2022
With this upgrade, teams could have a goal (SoftCap), and a
crowd_allocation
that can be more than the value of their goal (SoftCap). This lets the team raise more than their goal by selling more, and theirhard_cap = goal * token_price
which is relative to theircrowd_allocation / token_price
;The
remaining_allocation
will be returned to thecampaign_creator
when they claim thesuccessful _campaign
;The text was updated successfully, but these errors were encountered: