Skip to content

Commit 9f44b14

Browse files
authored
Update dapp-staking-protocol.md (#605)
1 parent 969c306 commit 9f44b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/learn/dapp-staking/dapp-staking-protocol.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ support to operate and further develop existing dApp, number of slots is scaled
247247

248248
At the beginning of each period, using the average **ASTR** price during the former period, new number of slots is calculated:
249249

250-
$ number\_of\_slots = floor(1000 + ASTR_{USD} + 50)$
250+
$ number\_of\_slots = floor(1000 * ASTR_{USD} + 50)$
251251

252252
This approach means that as **ASTR** value increases, so does the number of slots for dApp staking, and vice-versa.
253253

0 commit comments

Comments
 (0)