From 7f3d1c04dfce0d6407d3e183905608be753057b9 Mon Sep 17 00:00:00 2001 From: michelle-aptos <120680608+michelle-aptos@users.noreply.github.com> Date: Mon, 29 May 2023 23:44:06 -0400 Subject: [PATCH] Update staking.md (#8192) * Update staking.md update maximum amount * Require permission check before running determine-docker-build-metadata --------- Co-authored-by: Stelian Ionescu --- developer-docs-site/docs/concepts/staking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-docs-site/docs/concepts/staking.md b/developer-docs-site/docs/concepts/staking.md index 36fcb801652ac..412d6f08735a4 100644 --- a/developer-docs-site/docs/concepts/staking.md +++ b/developer-docs-site/docs/concepts/staking.md @@ -179,7 +179,7 @@ For step-by-step instructions on how to join the validator set, see: [Joining Va ### Minimum and maximum stake -You must stake the required minimum amount to join the validator set. Moreover, you can only stake up to the maximum stake amount. The current required minimum for staking is 1M APT tokens. +You must stake the required minimum amount to join the validator set. Moreover, you can only stake up to the maximum stake amount. The current required minimum for staking is 1M APT tokens and the maximum is 50M APT tokens. If at any time after joining the validator set, your current staked amount exceeds the maximum allowed stake (for example as the rewards are added to your staked amount), then your voting power and the rewards will be calculated only using the maximum allowed stake amount, and not your current staked amount.