From 74f3db3f4b92f6b77c629a0de51df60580fc047f Mon Sep 17 00:00:00 2001 From: Tyler Date: Fri, 26 Jul 2024 12:32:22 -0400 Subject: [PATCH] Update docs to clarify required_minimum_stake --- pages/devs/reference/params/chain.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/devs/reference/params/chain.mdx b/pages/devs/reference/params/chain.mdx index 8d31448..1b5c31d 100644 --- a/pages/devs/reference/params/chain.mdx +++ b/pages/devs/reference/params/chain.mdx @@ -84,7 +84,7 @@ Threshold under which the inference requests will be deleted or prevented from b Default Value: 1 allo -The purpose is to allow to prevent unnecessary processing of requests with minimal impact, keeping the state of the chain tidy, while at the same time be conservative with partiallly exhausted inference requests. +The purpose is to allow to prevent unnecessary processing of requests with minimal impact, keeping the state of the chain tidy, while at the same time be conservative with partially exhausted inference requests. #### max_missing_inference_percent @@ -96,7 +96,7 @@ Penalizing workers for missing inferences encourages reliability and accountabil #### required_minimum_stake -Sets the minimum stake to be a worker or reputer. If a worker or reputer has less than this stake, then it is not eligible for rewards. This is set at worker and reputer registration. +Sets the minimum stake to be considered as a reputer in good standing. If a reputer has less than this stake, than their contribution to reputation scoring will be ignored, and they will not receive any rewards from the system. Default Value: 100 allo