diff --git a/docs/build/subnet/elastic/elastic-parameters.md b/docs/build/subnet/elastic/elastic-parameters.md index 7d0fc699613..5533aedc577 100644 --- a/docs/build/subnet/elastic/elastic-parameters.md +++ b/docs/build/subnet/elastic/elastic-parameters.md @@ -308,3 +308,18 @@ parameters on Mainnet: - `MaxValidatorWeightFactor = 5`. This is a platformVM parameter rather than a genesis one, so it's shared across networks. - `UptimeRequirement = 0.8`, that is `80%`. + +### Interactive Graph + +The graph below demonstrates the reward as a function of the length of time +staked. The x-axis depicts $\frac{StakingPeriod}{MintingPeriod}$ as a percentage +while the y-axis depicts $Reward$ as a percentage of $MaximumSupply - Supply$, +the amount of tokens left to be emitted. + +Graph variables correspond to those defined above: + +- `h` (high) = $MaxConsumptionRate$ +- `l` (low) = $MinConsumptionRate$ +- `s` = $\frac{Stake}{Supply}$ + +