subgraphs icon indicating copy to clipboard operation
subgraphs copied to clipboard

Fix(#major); Curve finance; Add sidechains + update revenue and APR logic

Open harsh9200 opened this issue 3 years ago • 0 comments

APR Formula:

  • Mainnet:
Staked_Output_Token = GAUGE_WORKING_SUPPLY
Daily_Reward_Emissions =  INFLATION_RATE * GAUGE_RELATIVE_WEIGHT * BALANCER_TOKEN_PRICE * 86_400

APR = (Daily_Reward_Emissions / (TVL) * (Staked_Output_Token / Output_Token_Supply)) * 100 * 365
Staked_Output_Token = GAUGE_TOTAL_SUPPLY
Daily_Reward_Emissions =  INFLATION_RATE_OF_CURRENT_WEEK * BALANCER_TOKEN_PRICE * 86_400 * 0.4

APR = (Daily_Reward_Emissions / (TVL) * (Staked_Output_Token / Output_Token_Supply)) * 100 * 365

Added following chains support to Curve:

harsh9200 avatar Aug 27 '22 21:08 harsh9200