From 3bd99729569922209cb2976f7a47d79058ee4c71 Mon Sep 17 00:00:00 2001 From: Alireza Haghshenas Date: Wed, 24 Apr 2024 16:14:35 -0700 Subject: [PATCH] docs: add a note to doc that staking will be disabled for about two weeks after protocol activation --- docs/staking.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/staking.md b/docs/staking.md index 56da5aea59..3ea2e866e3 100644 --- a/docs/staking.md +++ b/docs/staking.md @@ -15,6 +15,10 @@ Users can control their staked funds using the `stake`, `unstake`, and `finalize To accept staked funds, a delegate needs to have opted in to staking. This is done by `set_delegate_parameters`. This part is not supported by Taquito, as it is not a dApp operation. More information [here](https://tezos.gitlab.io/paris/adaptive_issuance.html#staking-policy-configuration). +:::info +After protocol Paris is activated, the adaptive issuance will still be disabled for about two weeks. During this period, staking operations will result in this error: `proto.019-PtParisB.operation.manual_staking_forbidden`. +::: + # Staking Funds To stake your funds, you need to call the `stake` operation. Before you can stake your funds, two conditions should be met: