diff --git a/pages/home/oracle-integrity-staking/examples.mdx b/pages/home/oracle-integrity-staking/examples.mdx index b384b53d..e53e2b9a 100644 --- a/pages/home/oracle-integrity-staking/examples.mdx +++ b/pages/home/oracle-integrity-staking/examples.mdx @@ -4,7 +4,7 @@ import RewardSimulator from "@/components/RewardSimulator"; This reference page provides examples of various scenarios to illustrate the Mathematical Representations of OIS. -NOTE: All the symbols used in the examples are explained in the [Mathematical Representation](./oracle-integrity-staking/mathematical-representation) section. +NOTE: All the symbols used in the examples are explained in the [Mathematical Representation](./mathematical-representation) section. ## Example 1: Only Publisher Stake @@ -14,7 +14,7 @@ $$ \begin{aligned} {S^p_p} &= 100 \\ {S^d_p} &= 0 \\ -{S^p} &= {S^p_p} + {S^d_p} = 100 + 0 = 100 \\ +{S_p} &= {S^p_p} + {S^d_p} = 100 + 0 = 100 \\ {C}_p &= 500 \\ \text{Total Amount eligible for Rewards} \quad{E_p} &= min({S}_p, {C}_p) = min(500, 100) = 100 \\ \text{Annual Rate of Rewards} \quad{r} &= 10\% \\