Skip to content

Commit

Permalink
Merge branch 'main' into fix/next-project
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv authored May 26, 2024
2 parents 6473478 + fc7645a commit c8b95ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ An approach to public key cryptography based on the algebraic structure of ellip

### epoch

A unit of time equal to 7140 slots at Mainnet. An epoch is divided into [slots](#slot) of 3minutes each.
A unit of time equal to 7140 slots at Mainnet. An epoch is divided into [slots](#slot) of 3 minutes each.

### extensional blocks

Expand Down
2 changes: 2 additions & 0 deletions docs/node-operators/staking-service-guidelines.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ Since each VRF is compared against this threshold (which is between 0 and 1), an

As an example, let's say there is an account on the network which has $10^6$ (1 million) mina tokens in the staking ledger epoch $ep$. This same staking ledger for epoch $ep$ has a total supply of $8\times10^8$ (800 million) mina tokens. We can compute the odds that this account will win an individual slot in $ep$ using $\phi\left(\dfrac{10^6}{8\times10^8}\right) = 0.0017313674$. This gives us a $\sim0.17\%$ chance that this account will win each slot during epoch $ep$. We can then compute the mean number of blocks we expect this account to produce for this epoch by multiplying the result by $7140$, giving us a probabilistic mean of $\sim12.36$ blocks for the epoch.

Another way to calculate the probability is $1 - 0.25^{\left(\dfrac{10^6}{8\times10^8}\right)}$ which gives the same result as above.

## Sending Many Transactions

It is important to pay out rewards to participants who have delegated their stake to your staking service.
Expand Down

0 comments on commit c8b95ff

Please sign in to comment.