Skip to content

Commit f0a3da5

Browse files
committed
Update percentage text
1 parent df47070 commit f0a3da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/consensus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ A subnet validator $i$ bonds with server $j$, where the instant bond value is th
6262
$$\Delta B_{ij} = S_i \cdot \widetilde{W_{ij}} \left/ \left( \sum_k S_k \cdot \widetilde{W_{kj}} \right) \right.\tag{5}$$
6363
Validators can speculate on server utility by discovering and bonding to promising new servers, but to reward such exploration we use an exponential moving average (EMA) bond over time.
6464
Instant bond $\Delta B_{ij}$ at current timestep becomes an EMA observation.
65-
We sum typical $\alpha=10\%$ of the instant bond with remaining $90\%$ of previous EMA bond, to bond over time and reward early discovery while preventing abrupt changes and its exploitation potential.
65+
We sum typical $\alpha=10$% of the instant bond with remaining $90$% of previous EMA bond, to bond over time and reward early discovery while preventing abrupt changes and its exploitation potential.
6666
$$B_{ij}^{(t)} = \alpha\cdot\Delta B_{ij} + (1-\alpha)\cdot B_{ij}^{(t-1)}\tag{6}$$
6767

6868

0 commit comments

Comments
 (0)