Posts

COTi Mainnet Numbers in May, 2025 - My COTi STAKE & earnings calculated in Minutes Day & YEAR - APR Above 45%...

5 comments·0 reblogs
gungunkrishu
79
0 views
·
min-read

Hey All,

image.png

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() 
 

image.png

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

image.png

image.png

Where:

  • A = Final amount

  • P = Initial amount = 154,000

  • r = Annual interest rate = 0.375

  • n = Number of compounding periods = 365

Calculations

image.png

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.

MonthApprox Total TokensTokens Earned This Month
January160,1376,137
February166,2556,118
March172,6706,415
April179,3936,723
May186,4367,043
June193,8107,374
July201,5297,719
August209,6058,076
September218,0538,448
October226,8878,834
November236,1229,235
December224,191Total 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.

TimeframeTokens Earned (Approx.)
Per Minute0.134 tokens
Per Day192.87 tokens
Per Month5,786 – 5,979 tokens
Per Year70,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..