Skip to content

Commit

Permalink
Update docusaurus/docs/protocol/primitives/probabilistic_proofs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan White <bryanchriswhite@gmail.com>
  • Loading branch information
Olshansk and bryanchriswhite authored Dec 17, 2024
1 parent 8f8d320 commit f953a98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus/docs/protocol/primitives/probabilistic_proofs.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,9 @@ perspective of what the probabilities of success and failure are.

By modeling the attack using a geometric distributions and calculating expected values, we can:

- Determine `R = ProofRequirementThreshold` using statical onchain data
- Manually adjust `p = ProofRequestProbability` to adjust scalability
- Compute `S ≤ SupplierMinStake` to deter dishonest behavior
- Determine `R = ProofRequirementThreshold` using statical onchain data.
- Manually adjust `p = ProofRequestProbability` to adjust scalability.
- Compute `S ≤ SupplierMinStake` to deter dishonest behavior.
- Determine the necessary penalty `S` to deter dishonest behavior.
- Ensure that honest Suppliers remain profitable while dishonest Suppliers face negative expected profits.

Expand Down

0 comments on commit f953a98

Please sign in to comment.