APR Calculator
Live Network DataEstimate annual percentage returns based on ResonanceSystem contract parameters.
Validator Reward
vaShare = epochReward × (totalVaStake / T)
commission = vaShare × 500 / 10000 (5%)
delPool = vaShare − commission
selfOwn = delPool × (selfStake / totalVaStake)
gross = commission + selfOwn
net = gross × 9000 / 10000 (−10% tax)
Delegator Reward
gross = delPool × (myStake / totalVaStake)
proxCap = gross × 3000 / 10000 (30%)
afterProx = gross − proxCap (conservative)
net = afterProx × 9000/10000 (−10% tax)
Network Parameters
EPOCH_BLOCKS = 200 blocks (~3s each)
DEFAULT_EPOCH_REWARD = 2,000 LGM
EpochsPerDay = 144
EpochsPerYear = 52560
Contract Defaults
DEFAULT_COMMISSION = 500 BPS (5%)
MAX_COMMISSION = 1000 BPS (10%)
PROXIMITY_TOTAL = 3000 BPS (30%)
TAX_BURN = 1000 BPS (10%)
MIN_VA_STAKE = 10,000 LGM
MIN_DC_STAKE = 1,000 LGM