Hey All,
Let’s start this post by announcing that COTI V2 has been successfully migrated. The impressive numbers above are a testament to the fact that the COTI V2 network also known as the COTi Mainnet is just getting started. With more partners joining, there’s much more to come. All I can say is: well done, COTI team.. Way to go...Now coming to the next part of this blog post which is around My COTi STAKE & earnings calculated in Minute, Day & YEAR - APR Above 45%. I created a simple python script to plot me a graph on the numbers that I had in hand. Here is the python script written and the graph plotted from it.
import matplotlib.pyplot as plt
# Initial data
initial_stake = 154000
apr = 0.375 # 37.5%
days = 365
daily_rate = apr / 365
# Create arrays for days and token values
token_values = []
current_value = initial_stake
for day in range(1, days + 1):
current_value *= (1 + daily_rate)
token_values.append(current_value)
# Prepare month labels
months = [
"Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
]
month_days = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]
month_ends = [sum(month_days[:i+1]) for i in range(len(month_days))]
month_values = [token_values[day - 1] for day in month_ends]
# Plotting
plt.figure(figsize=(10, 6))
plt.plot(months, month_values, marker='o', color='green')
plt.title("Monthly Token Growth with Daily Compounding & Re-staking")
plt.xlabel("Month")
plt.ylabel("Total Tokens")
plt.grid(True)
plt.tight_layout()
plt.show()
The above chart showcases how my stake in #coti and #gcoti for boost is growing month by month with daily compounding and re-staking at a 37.5% APR. As you can clearly see, the growth accelerates over time — that’s the power of compounding. Do you agree here wit me or NOT? Lets look at some of the numbers now.
Initial stake: 154,000 tokens [example with 154K+ but at present my stake is 155K+]
APR: 37.5% (i.e., 0.375 per year)
Compounded daily meaning the earned tokens are added to staking every day
Staking period: 1 year (365 days)
Here is the snapshot taken from the Coti V2 treasury
Where:
-
A = Final amount
-
P = Initial amount = 154,000
-
r = Annual interest rate = 0.375
-
n = Number of compounding periods = 365
Calculations
Total profit: Earnings = 224,191 − 154,000 = 70,191
Total tokens Earnings = 224,191 − 154,000=70,191 tokens
Final Summary:
Final tokens after 1 year (daily compounding & re-staking): 224,191
Total tokens earned in 1 year: 70,191
Effective APY (Annual Percentage Yield): ~45.58% (higher than 37.5% APR due to daily compounding)
For better understanding I went ahead plotting a table to demonstrate the earning month wise and at the end you will the the profit of 70,191 tokens over the year.
Month | Approx Total Tokens | Tokens Earned This Month |
---|---|---|
January | 160,137 | 6,137 |
February | 166,255 | 6,118 |
March | 172,670 | 6,415 |
April | 179,393 | 6,723 |
May | 186,436 | 7,043 |
June | 193,810 | 7,374 |
July | 201,529 | 7,719 |
August | 209,605 | 8,076 |
September | 218,053 | 8,448 |
October | 226,887 | 8,834 |
November | 236,122 | 9,235 |
December | 224,191 | Total Profit: 70,191 |
What is left now is the breakdown into minutes, day and month wise. Here is the table for that showcasing the same.
Timeframe | Tokens Earned (Approx.) |
---|---|
Per Minute | 0.134 tokens |
Per Day | 192.87 tokens |
Per Month | 5,786 – 5,979 tokens |
Per Year | 70,191 tokens |
Well this should be it for todays post on - "COTi Mainnet Numbers in May, 2025 - My COTi STAKE & earnings calculated in Minutes, Day & YEAR - APR Above 45%...." Lets see how things pan out in near future and Interested then do yourself a favor to grab some coti and gcoti tokens now before they skyrocket and thank me later....& obviously DYOR... Stay Coti... And Happy Investing... cheers
Have Your Say on COTI APRs - V2 upgrade is HERE - Link your MetaMask address to your VIPER wallet #coti, #gcoti token - HODL Vs SELL?
Did you link your Viper Wallet to MetaMask? Are you invested in #coti token? Did you know about this bridge on the COTI platform that lets you to transfer your COTI from centralized exchange to a DEX? Are you staking COTI vs gCOTI? Would love to hear your thoughts around it in the comment box below?
COTi Mainnet Numbers in May, 2025 - My COTi STAKE & earnings calculated in Minutes, Day & YEAR - APR Above 45%...
#coti #gcoti #airdrop #payment #rewards #treasury #staking #node #howto #transfer #crypto #cryptoofinternet #hodl #binance #bridge #currencyofinternet
Best Regards
Image Courtesy:: coti.pay, coti discord, metamask
PS:- None of the above is a FINANCIAL Advice. Please DYOR; Do your own research. I've have an interest in BlockChain & Cryptos and have been investing in many emerging projects..