File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pages/home/oracle-integrity-staking Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This formula ensures that symbols with a lower number of publishers contribute m
26
26
The reward $R_p$ distributed to each pool is calculated as follows:
27
27
28
28
$$
29
- \large{R_p = y \cdot \min(S_p, C_p)}
29
+ \large{\bold{ R_p} = y \cdot \min(S_p, C_p)}
30
30
$$
31
31
32
32
Where:
49
49
Whereas the reward component relative to the amount self-staked by the publisher $p$ is defined as:
50
50
51
51
$$
52
- \large{R^{p}_{p} = y \cdot \min(S^p_p, C_p) = R_p - R^d_p}
52
+ \large{\bold{ R^{p}_{p} } = y \cdot \min(S^p_p, C_p) = R_p - R^d_p}
53
53
$$
54
54
55
55
Where:
@@ -63,7 +63,7 @@ Slashing is an important aspect of the OIS protocol to ensure the integrity of t
63
63
The slashed amount for each pool is calculated as follows:
64
64
65
65
$$
66
- \large{SL_p = w \cdot S_p = w \cdot (S^{p}_{p} + S^{d}_{p})}
66
+ \large{\bold{ SL_p} = w \cdot S_p = w \cdot (S^{p}_{p} + S^{d}_{p})}
67
67
$$
68
68
69
69
Where:
@@ -77,11 +77,11 @@ Here $SL_p$ is uniformly allocated to both the self-staking publisher and delega
77
77
Subsequently, the rewards received by a publisher and delegators into a pool, net of any slashed amounts can be expressed as below:
78
78
79
79
$$
80
- \large{\Pi^p_p = ( R^p_p + f \cdot R^d_p ) - w \cdot S^p_p}
80
+ \large{\bold{\ Pi^p_p} = ( R^p_p + f \cdot R^d_p ) - w \cdot S^p_p}
81
81
$$
82
82
83
83
$$
84
- \large{\Pi^d_p = R^d_p - ( f \cdot R^d_p + w \cdot S^d_p )}
84
+ \large{\bold{\ Pi^d_p} = R^d_p - ( f \cdot R^d_p + w \cdot S^d_p )}
85
85
$$
86
86
87
87
Where:
You can’t perform that action at this time.
0 commit comments