Skip to content

Commit e28b451

Browse files
committed
minor changes
1 parent 81c9b1a commit e28b451

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

pages/home/oracle-integrity-staking/examples.mdx

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ $$
1616
{S^d_p} &= 0 \\
1717
{S^p} &= {S^p_p} + {S^d_p} = 100 + 0 = 100 \\
1818
{C}_p &= 500 \\
19-
\text{Total Amount eligible for Reward} \quad{E_p} &= min({S}_p, {C}_p) = min(500, 100) = 100 \\
20-
\text{Reward Rate (Yearly)} \quad{r} &= 10\% \\
21-
22-
\text{Total Reward for one year} \quad{R_p} &= {r} \times {E_p} = 10\% \times 100 = 10 \\
23-
\text{Publisher Reward} \quad{R^p_p} &= {r} \times min({S^p_p}, {C}_p) = 10\% \times 100 = 10 \\
24-
\text{Delegator Reward} \quad{R^d_p} &= {R_p} - {R^p_p} = 10 - 10 = 0 \\
25-
\text{Effective Publisher Yield Rate} \quad{r^p_p} &= \frac{R^p_p}{S^p_p} = \frac{10}{100} = 10\% \\
26-
\text{Effective Delegator Yield Rate} \quad{r^d_p} &= \frac{R^d_p}{S^d_p} = \frac{0}{0} = 0\% \\
19+
\text{Total Amount eligible for Rewards} \quad{E_p} &= min({S}_p, {C}_p) = min(500, 100) = 100 \\
20+
\text{Annual Rate of Rewards} \quad{r} &= 10\% \\
21+
22+
\text{Total Rewards for one year} \quad{R_p} &= {r} \times {E_p} = 10\% \times 100 = 10 \\
23+
\text{Publisher Rewards} \quad{R^p_p} &= {r} \times min({S^p_p}, {C}_p) = 10\% \times 100 = 10 \\
24+
\text{Delegator Rewards} \quad{R^d_p} &= {R_p} - {R^p_p} = 10 - 10 = 0 \\
25+
\text{Effective Publisher APY} \quad{r^p_p} &= \frac{R^p_p}{S^p_p} = \frac{10}{100} = 10\% \\
26+
\text{Effective Delegator APY} \quad{r^d_p} &= \frac{R^d_p}{S^d_p} = \frac{0}{0} = 0\% \\
2727
\end{aligned}
2828
$$
2929

@@ -37,14 +37,14 @@ $$
3737
{S^d_p} &= 100 \\
3838
{S_p} &= {S^p_p} + {S^d_p} = 100 + 100 = 200 \\
3939
{C}_p &= 500 \\
40-
\text{Total Amount eligible for Reward} \quad{E_p} &= min({S}_p, {C}_p) = min(500, 200) = 200 \\
41-
\text{Reward Rate (Yearly)} \quad{r} &= 10\% \\
42-
43-
\text{Total Reward for one year} \quad{R_p} &= {r} \times {E_p} = 10\% \times 200 = 20 \\
44-
\text{Publisher Reward} \quad{R^p_p} &= {r} \times min({S^p_p}, {C}_p) = 10\% \times 100 = 10 \\
45-
\text{Delegator Reward} \quad{R^d_p} &= {R_p} - {R^p_p} = 20 - 10 = 10 \\
46-
\text{Effective Publisher Yield Rate} \quad{r^p_p} &= \frac{R^p_p}{S^p_p} = \frac{10}{100} = 10\% \\
47-
\text{Effective Delegator Yield Rate} \quad{r^d_p} &= \frac{R^d_p}{S^d_p} = \frac{10}{100} = 10\% \\
40+
\text{Total Amount eligible for Rewards} \quad{E_p} &= min({S}_p, {C}_p) = min(500, 200) = 200 \\
41+
\text{Annual Rate of Rewards} \quad{r} &= 10\% \\
42+
43+
\text{Total Rewards for one year} \quad{R_p} &= {r} \times {E_p} = 10\% \times 200 = 20 \\
44+
\text{Publisher Rewards} \quad{R^p_p} &= {r} \times min({S^p_p}, {C}_p) = 10\% \times 100 = 10 \\
45+
\text{Delegator Rewards} \quad{R^d_p} &= {R_p} - {R^p_p} = 20 - 10 = 10 \\
46+
\text{Effective Publisher APY} \quad{r^p_p} &= \frac{R^p_p}{S^p_p} = \frac{10}{100} = 10\% \\
47+
\text{Effective Delegator APY} \quad{r^d_p} &= \frac{R^d_p}{S^d_p} = \frac{10}{100} = 10\% \\
4848
\end{aligned}
4949
$$
5050

@@ -58,14 +58,14 @@ $$
5858
{S^d_p} &= 300 \\
5959
{S_p} &= {S^p_p} + {S^d_p} = 300 + 300 = 600 \\
6060
{C}_p &= 500 \\
61-
\text{Total Amount eligible for Reward} \quad{E_p} &= min({S}_p, {C}_p) = min(500, 600) = 500 \\
62-
\text{Reward Rate (Yearly)} \quad{r} &= 10\% \\
63-
64-
\text{Total Reward for one year} \quad{R_p} &= {r} \times {E_p} = 10\% \times 500 = 50 \\
65-
\text{Publisher Reward} \quad{R^p_p} &= {r} \times min({S^p_p}, {C}_p) = 10\% \times 300 = 30 \\
66-
\text{Delegator Reward} \quad{R^d_p} &= {R_p} - {R^p_p} = 50 - 30 = 20 \\
67-
\text{Effective Publisher Yield Rate} \quad{r^p_p} &= \frac{R^p_p}{S^p_p} = \frac{30}{300} = 10\% \\
68-
\text{Effective Delegator Yield Rate} \quad{r^d_p} &= \frac{R^d_p}{S^d_p} = \frac{20}{300} = 6.67\% \\
61+
\text{Total Amount eligible for Rewards} \quad{E_p} &= min({S}_p, {C}_p) = min(500, 600) = 500 \\
62+
\text{Annual Rate of Rewards} \quad{r} &= 10\% \\
63+
64+
\text{Total Rewards for one year} \quad{R_p} &= {r} \times {E_p} = 10\% \times 500 = 50 \\
65+
\text{Publisher Rewards} \quad{R^p_p} &= {r} \times min({S^p_p}, {C}_p) = 10\% \times 300 = 30 \\
66+
\text{Delegator Rewards} \quad{R^d_p} &= {R_p} - {R^p_p} = 50 - 30 = 20 \\
67+
\text{Effective Publisher APY} \quad{r^p_p} &= \frac{R^p_p}{S^p_p} = \frac{30}{300} = 10\% \\
68+
\text{Effective Delegator APY} \quad{r^d_p} &= \frac{R^d_p}{S^d_p} = \frac{20}{300} = 6.67\% \\
6969
\end{aligned}
7070
$$
7171

@@ -87,10 +87,10 @@ $$
8787
\quad{R^p_p} &= {r} \times min({S^p_p}, {C}_p) = 10\% \times 200 = 20 \\
8888
\quad{R^d_p} &= {R_p} - {R^p_p} = 50 - 20 = 30 \\
8989
\text{Fee paid by Delegator} \quad{F^d_p} &= {f} \times {R^d_p} = 2\% \times 30 = 0.6 \\
90-
\text{Final Delegator Reward} \quad{R^d_p} &= {R^d_p} - {F^d_p} = 30 - 0.6 = 29.4 \\
91-
\text{Total Publisher Reward} \quad{R^p_p} &= {R^p_p} + {F^d_p} = 20 + 0.6 = 20.6 \\
92-
\text{Effective Publisher Yield Rate} \quad{r^p_p} &= \frac{R^p_p}{S^p_p} = \frac{20.6}{200} = 10.3\% \\
93-
\text{Effective Delegator Yield Rate} \quad{r^d_p} &= \frac{R^d_p}{S^d_p} = \frac{29.4}{300} = 9.8\% \\
90+
\text{Final Delegator Rewards} \quad{R^d_p} &= {R^d_p} - {F^d_p} = 30 - 0.6 = 29.4 \\
91+
\text{Total Publisher Rewards} \quad{R^p_p} &= {R^p_p} + {F^d_p} = 20 + 0.6 = 20.6 \\
92+
\text{Effective Publisher APY} \quad{r^p_p} &= \frac{R^p_p}{S^p_p} = \frac{20.6}{200} = 10.3\% \\
93+
\text{Effective Delegator APY} \quad{r^d_p} &= \frac{R^d_p}{S^d_p} = \frac{29.4}{300} = 9.8\% \\
9494
\end{aligned}
9595
$$
9696

0 commit comments

Comments
 (0)