You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/home/oracle-integrity-staking/reward-examples.mdx
+29-29Lines changed: 29 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,14 @@ NOTE: All the symbols used in the examples are explained in the [Mathematical Re
20
20
21
21
This example takes the case of one pool where the pool has stake from only the publisher.
22
22
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
+
23
31
$$
24
32
\begin{aligned}
25
33
{S^p_p} &= 100 \\
@@ -37,18 +45,18 @@ $$
37
45
\end{aligned}
38
46
$$
39
47
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
+
40
52
<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"
44
56
sizes="100%"
45
57
placeholder="blur"
46
58
/>
47
59
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
-
52
60
$$
53
61
\begin{aligned}
54
62
{S^p_p} &= 100 \\
@@ -66,18 +74,18 @@ $$
66
74
\end{aligned}
67
75
$$
68
76
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
+
69
81
<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"
73
85
sizes="100%"
74
86
placeholder="blur"
75
87
/>
76
88
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
-
81
89
$$
82
90
\begin{aligned}
83
91
{S^p_p} &= 300 \\
@@ -95,18 +103,18 @@ $$
95
103
\end{aligned}
96
104
$$
97
105
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
+
98
110
<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"
102
114
sizes="100%"
103
115
placeholder="blur"
104
116
/>
105
117
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
-
110
118
$$
111
119
\begin{aligned}
112
120
\quad{S^p_p} &= 200 \\
@@ -128,14 +136,6 @@ $$
128
136
\end{aligned}
129
137
$$
130
138
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
-
139
139
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.
0 commit comments