if ya switch a part of coin rollout from POW to POS u need high POS at early stage
once the gap towards ur desired coin amount become smaller u reduce POS rewards
this is how diamond DMD did it (goal total coins 4.3 million after 30 years):
// Diamond v2 PoS spec:
// 50% from total coins 450,000 to 1,500,000 coins
// 25% from 1,500,000 to 2,500,000 coins
// 5% from 2,500,000 to 3,500,000 coins
// 1% ever since 3,500,000 coins
if (totalCoin > 3500000)
nRewardCoinYear = 1 * CENT;
else if (totalCoin > 2500000)
nRewardCoinYear = 5 * CENT;
else if (totalCoin > 1500000)
nRewardCoinYear = 25 * CENT;
else
nRewardCoinYear = 50 * CENT;n
// Diamond v2 coin POW mechanics
// 1.05 reward until 1,000,000 total coins created
// 0.10 reward after 1,000,000 created
// 0.02 reward after 2,500,000 created
if(totalCoin > 2500000)
nSubsidy = 2 * CENT;
else if(totalCoin > 1000000)
nSubsidy = 10 * CENT;
and this will result in such a coin rollout:
RED LINE = new coins each month produced by POW (numbers on right side)
GREEN LINE = new coins produced each month by POS (numbers on right side)
TOTAL COINS (numbers on left side)
numbers on bottom of graphic are the months (the graphic represent a 30 year timeline)
as ya can see in blue circle on pic we also have a timeframe with high POS and high POW rewards active at same time
this is the main coin-rollout phase
because the percentage of total coins that are already rolled out is higher at noble coins compared to diamond this goldrush-phase can be shorter at noble
later when POW rewards are reduced our plan is to have merged mining to still have hashing power which secvure network of all coins of the merged mining family
we offering noble team to discuss a possible teamwork and research/founding together a merged mining family of same mindset coins