Skip to content

Commit 06981c9

Browse files
committed
nits
1 parent 5535be9 commit 06981c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/home/oracle-integrity-staking/mathematical-representation.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This formula ensures that symbols with a lower number of publishers contribute m
2626
The reward $R_p$ distributed to each pool is calculated as follows:
2727

2828
$$
29-
\large{R_p = y \cdot \min(S_p, C_p)}
29+
\large{\bold{R_p} = y \cdot \min(S_p, C_p)}
3030
$$
3131

3232
Where:
@@ -49,7 +49,7 @@ Where:
4949
Whereas the reward component relative to the amount self-staked by the publisher $p$ is defined as:
5050

5151
$$
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}
5353
$$
5454

5555
Where:
@@ -63,7 +63,7 @@ Slashing is an important aspect of the OIS protocol to ensure the integrity of t
6363
The slashed amount for each pool is calculated as follows:
6464

6565
$$
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})}
6767
$$
6868

6969
Where:
@@ -77,11 +77,11 @@ Here $SL_p$ is uniformly allocated to both the self-staking publisher and delega
7777
Subsequently, the rewards received by a publisher and delegators into a pool, net of any slashed amounts can be expressed as below:
7878

7979
$$
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}
8181
$$
8282

8383
$$
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 )}
8585
$$
8686

8787
Where:

0 commit comments

Comments
 (0)