Skip to content

Commit

Permalink
Update protocol-parameters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas authored Aug 9, 2024
1 parent 2b79070 commit c762eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/learn/dapp-staking/protocol-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ E.g. `[5%, 15%, 20%, 60%]` means that `5%` of the total slots are assigned for *
The threshold a dApp must meet, based on a percentage of the total issuance staked, to enter a tier.
There are two types of threshold percentages:

* `Fixed` - A fixed percentage of the total issuance as staked funds, constant and unchanging between periods.
* `Dynamic` - A percentage of the total issuance as staked funds that can change between periods, with a minimum percentage *minimum_required_percentage* that cannot be reduced below.
* `Fixed` - A percentage of the total issuance as staked funds.
* `Dynamic` - A percentage of the total issuance as staked funds. This variant includes an additional adjustment in later calculations with a delta based on changes in the number of slots for each era. The threshold amount derived cannot drop below a defined minimum percentage, *minimum_required_percentage*.

### Price Aggregation Duration

Expand Down

0 comments on commit c762eb9

Please sign in to comment.