Skip to content

Instantly share code, notes, and snippets.

View alex-drocks's full-sized avatar
🎯
Focusing on JavaScript

Alexandre Desroches alex-drocks

🎯
Focusing on JavaScript
View GitHub Profile
@alex-drocks
alex-drocks / apy.py
Created September 3, 2024 17:26
muv-apy
import matplotlib.pyplot as plt
# Constants
total_stake = 24958 # TAO
voted_stake = 22626 # TAO (including the whale)
total_daily_return = 4.97 # TAO tokens
validator_earnings_per_day = total_daily_return * 0.09 # 9% of total daily return
whale_stake = 10018 # TAO
new_voted_stake = voted_stake - whale_stake # Voted stake after excluding the whale