From c762eb99fe3ea00afcb14dca986589f2775f7e41 Mon Sep 17 00:00:00 2001 From: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:19:36 +0200 Subject: [PATCH] Update protocol-parameters.md --- docs/learn/dapp-staking/protocol-parameters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/learn/dapp-staking/protocol-parameters.md b/docs/learn/dapp-staking/protocol-parameters.md index 078f6410b1b..b4e218c28bd 100644 --- a/docs/learn/dapp-staking/protocol-parameters.md +++ b/docs/learn/dapp-staking/protocol-parameters.md @@ -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