Skip to content

Commit

Permalink
fix eq
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviasaa committed Mar 28, 2024
1 parent 510f8e2 commit fb8742f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tips/TIP-0040/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The first and most straighforward contraint is that the total maximum theoretica
Let's start by calculating the Mana in the system generated by holding tokens $\text{Mana Holders}(n)$ until epoch $n$.

$$
\text{Mana Holders}(n)=\frac{\text{Token Supply}*\text{Generation Rate}}{1-\text{Decay per Epoch}}* 2^{\text{Slots per Epoch Exp}-\text{Generation Rate Exp}} (1-\text{Decay per Epoch}^{n+1})
\text{Mana Holders}(n)=\frac{\text{Token Supply} * \text{Generation Rate}}{1-\text{Decay per Epoch}} * 2^{\text{Slots per Epoch Exp}-\text{Generation Rate Exp}} (1-\text{Decay per Epoch}^{n+1})
$$

with $\text{Decay per Epoch}=\text{Decay per Year}^{\frac{\text{Seconds per Epoch}}{\text{Seconds per Year}}}$.
Expand Down

0 comments on commit fb8742f

Please sign in to comment.