Skip to content

Commit d89d9cf

Browse files
authored
chore(ois) Realign Images (#479)
1 parent 93e94a9 commit d89d9cf

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

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

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ NOTE: All the symbols used in the examples are explained in the [Mathematical Re
2020

2121
This example takes the case of one pool where the pool has stake from only the publisher.
2222

23+
<DualModeImage
24+
darkSrc={OIS_Rewards_Example_Dark_1}
25+
lightSrc={OIS_Rewards_Example_Light_1}
26+
alt="Example 1"
27+
sizes="100%"
28+
placeholder="blur"
29+
/>
30+
2331
$$
2432
\begin{aligned}
2533
{S^p_p} &= 100 \\
@@ -37,18 +45,18 @@ $$
3745
\end{aligned}
3846
$$
3947

48+
## Example 2: Publisher and Delegator Stake
49+
50+
This example takes the case where the pool has stake from both the publisher and the delegator.
51+
4052
<DualModeImage
41-
darkSrc={OIS_Rewards_Example_Dark_1}
42-
lightSrc={OIS_Rewards_Example_Light_1}
43-
alt="Example 1"
53+
darkSrc={OIS_Rewards_Example_Dark_2}
54+
lightSrc={OIS_Rewards_Example_Light_2}
55+
alt="Example 2"
4456
sizes="100%"
4557
placeholder="blur"
4658
/>
4759

48-
## Example 2: Publisher and Delegator Stake
49-
50-
This example takes the case where the pool has stake from both the publisher and the delegator.
51-
5260
$$
5361
\begin{aligned}
5462
{S^p_p} &= 100 \\
@@ -66,18 +74,18 @@ $$
6674
\end{aligned}
6775
$$
6876

77+
## Example 3: Publisher and Delegator Stake more than the Cap
78+
79+
This example takes the case where the combined stake of both the publisher and the delegator exceeds the cap.
80+
6981
<DualModeImage
70-
darkSrc={OIS_Rewards_Example_Dark_2}
71-
lightSrc={OIS_Rewards_Example_Light_2}
72-
alt="Example 2"
82+
darkSrc={OIS_Rewards_Example_Dark_3}
83+
lightSrc={OIS_Rewards_Example_Light_3}
84+
alt="Example 3"
7385
sizes="100%"
7486
placeholder="blur"
7587
/>
7688

77-
## Example 3: Publisher and Delegator Stake more than the Cap
78-
79-
This example takes the case where the combined stake of both the publisher and the delegator exceeds the cap.
80-
8189
$$
8290
\begin{aligned}
8391
{S^p_p} &= 300 \\
@@ -95,18 +103,18 @@ $$
95103
\end{aligned}
96104
$$
97105

106+
## Example 4: Introducing Delegator Fees
107+
108+
This example demonstrates how the delegation fee affect the reward distribution between the publisher and the delegator.
109+
98110
<DualModeImage
99-
darkSrc={OIS_Rewards_Example_Dark_3}
100-
lightSrc={OIS_Rewards_Example_Light_3}
101-
alt="Example 3"
111+
darkSrc={OIS_Rewards_Example_Dark_4}
112+
lightSrc={OIS_Rewards_Example_Light_4}
113+
alt="Example 4"
102114
sizes="100%"
103115
placeholder="blur"
104116
/>
105117

106-
## Example 4: Introducing Delegator Fees
107-
108-
This example demonstrates how the delegation fee affect the reward distribution between the publisher and the delegator.
109-
110118
$$
111119
\begin{aligned}
112120
\quad{S^p_p} &= 200 \\
@@ -128,14 +136,6 @@ $$
128136
\end{aligned}
129137
$$
130138

131-
<DualModeImage
132-
darkSrc={OIS_Rewards_Example_Dark_4}
133-
lightSrc={OIS_Rewards_Example_Light_4}
134-
alt="Example 4"
135-
sizes="100%"
136-
placeholder="blur"
137-
/>
138-
139139
In the example, the delegator pays a 2\% fee on their rewards to the publisher. This fee is deducted from the delegator's reward and added to the publisher's reward.
140140

141141
## Example 5: Slashing event on the pool

0 commit comments

Comments
 (0)