Ever Farm
  • πŸ—’οΈEverFarm Overview
    • πŸ’ΈEverFarm :The Concept explained
  • πŸ’°The EverFarm DAO Backed Treasury
  • πŸ”₯The EverFire wallet (Auto-Burn)
  • βš–οΈThe EverFarm Auto-Liquidity Injection Engine
  • ✍️APY Calculations
  • πŸͺ™The $EVERFARM contract
    • β›½Ever Farm Buy and Sell Fees
    • 🎯Trading Fees Explained
  • πŸ“ˆPresale
  • πŸ—ΊοΈRoadmap
Powered by GitBook
On this page

APY Calculations

Calculating APY

PreviousThe EverFarm Auto-Liquidity Injection Engine NextThe $EVERFARM contract

Last updated 3 years ago

In this section, we are breaking down the APY calculations !

First, let's compute the number of seconds per day, week, month, and finally per year :

sec_in_day=24*60*60
sec_in_week=7*24*60*60
sec_in_month=30*24*60*60)
sec_in_year=365*24*60*60

Now , let's compute the return (ROI) per second that we're getting from an 986,940% APY

r_sec=((9869.40)**(1/sec_in_year)-1)

Finally, we will compute the daily, weekly, monthly and yearly ROI using these formulas:

r_day=(1+r_sec)**sec_in_day-1
r_week=(1+r_sec)**sec_in_week-1
r_month=(1+r_sec)**sec_in_month-1
r_year=(1+r_sec)**sec_in_year-1

Tada ! We obtain the desired ROI values !

ROI per second : 2.9164116188695743e-05 %
ROI per day : 2.5517940440955122 %
ROI per week : 19.289669767918905 %
ROI per month : 112.95991752520487 %
ROI per year : 986839.9998231066 %

✍️
πŸ‘
πŸ‘