File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ const gunzFoundation = totalSupply * 0.09;
2121
2222const gunz : Protocol = {
2323 "Community Incentives" : manualCliff ( start , communityIncentives ) ,
24-
24+ "NFT Validator Staking" :
25+ manualCliff ( start , nftValidatorStaking ) , // Not circulating
2526 "Liquidity Pool" :
2627 manualCliff ( start , liquidityPool ) ,
2728
@@ -39,7 +40,6 @@ const gunz: Protocol = {
3940 privateB
4041 ) ,
4142
42-
4343 "Strategic Round" :
4444 manualLinear (
4545 start + periodToSeconds . months ( 12 ) ,
@@ -97,7 +97,7 @@ const gunz: Protocol = {
9797 sources : [ "https://storage.gunbygunz.com/GUNZ__Whitepaper.pdf" ] ,
9898 protocolIds : [ "6030" ] ,
9999 notes : [
100- "NFT Validator Staking allocation is not circulating and excluded from vesting schedules " ,
100+ "NFT Validator Staking allocation is not circulating, but it is included in the total supply. " ,
101101 "Liquidity Pool allocation is supposed to be 66% at TGE and 33% unlocked after 1 day of listing but for simplicity, it is set to 100% at TGE" ,
102102 ]
103103 } ,
@@ -114,6 +114,7 @@ const gunz: Protocol = {
114114 noncirculating : [
115115 "Treasury" ,
116116 "GUNZ Foundation" ,
117+ "NFT Validator Staking" ,
117118 ] ,
118119 liquidity : [
119120 "Liquidity Pool" ,
You can’t perform that action at this time.
0 commit comments