Calculate APY in TronSave

Formula to calculate APY in TronSave

APRtronsave=(APFR)/1000000PS365APR_{tronsave} = (AP*FR)/1000000*PS*365
  • AP (Average Price): average price of 200 nearest matched order (SUN)

  • FR (Freeze Rate): freeze rate in the Tron Network. Check current freeze rate here (SUN per a staked TRX)

  • 1000000: Sun per one TRX (SUN)

  • PS (Profit Share): profit share of provider in TronSave. PS=0,75

APYtotal=(1+APRtronsave/12)121+VRAPY_{total} = (1 + APR_{tronsave}/12)^{12}-1 + VR
  • VR (Vote Rate): potential of vote rate. VR ~ 4 (%). Check here

Example

if AP = 30 SUN, FR = 16.5 and VR=4%. We have

APRtronsave=(3016.5)/10000000.753650.1355=13.55%APR_{tronsave} = (30*16.5)/1000000*0.75*365 \approx 0.1355 = 13.55\%
APYtotal=(1+0.1355/12)121+4%18.4%APY_{total} = (1 + 0.1355/12)^{12}-1 + 4 \% \approx 18.4 \%

Last updated