Skip to content

Commit 4a0993b

Browse files
committed
added example 6
1 parent b65bd56 commit 4a0993b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ The cap of the pool is calculated as follows:
128128

129129
$$
130130
\begin{aligned}
131-
\quad{C_p} &= M \cdot \sum_{s \in \text{Symbols\_p}} \frac{1}{\max(n_s, Z)} \\
132-
&= 100 \cdot \sum_{s \in \text{Symbols\_p}} \frac{1}{\max(5, 5)} \\
133-
&= 100 \cdot \sum_{s \in \text{Symbols\_p}} \frac{1}{5} \\
131+
\quad{C_p} &= M \cdot \sum_{s \in \text{\{s\_1,.., s\_5\}}} \frac{1}{\max(n_s, Z)} \\
132+
&= 100 \cdot \sum_{s \in \text{\{s\_1,.., s\_5\}}} \frac{1}{\max(5, 5)} \\
133+
&= 100 \cdot \sum_{s \in \text{\{s\_1,.., s\_5\}}} \frac{1}{5} \\
134134
&= 100 \cdot 1 = 100 \\
135135
\end{aligned}
136136
$$
@@ -159,7 +159,7 @@ The new pool cap would change as the sum of the current cap from the 5 symbols p
159159

160160
$$
161161
\begin{aligned}
162-
C_{p_{option2}} &= 100 + 100 \cdot \sum_{s \in \text{\{s\_6,.., s\_{10}\}}} \frac{1}{\max(10, 5)} \\
162+
C_{p_{option2}} &= 100 + 100 \cdot \sum_{s \in \text{\{s\_1,.., s\_5, s\_6,.., s\_{10}\}}} \frac{1}{\max(10, 5)} \\
163163
&= 100 + 100 \cdot 5 \cdot \frac{1}{10} \\
164164
&= 100 + 50 = 150
165165
\end{aligned}

0 commit comments

Comments
 (0)