diff --git a/docs/alpha/baking_power.rst b/docs/alpha/baking_power.rst index 2a723e2876cff530b7018aa65aa106f23573ff9d..dc6ef947edef191c16dc8f1244154791e4d99a00 100644 --- a/docs/alpha/baking_power.rst +++ b/docs/alpha/baking_power.rst @@ -149,10 +149,11 @@ tez. It is the sum of the following balances: freely access and spend at the current time. It can be queried with RPC ``.../contracts//spendable`` (in mutez). -- The **unstaked balance** is the sum of tez contained in **unstake - requests**. These tez have been removed from the staked balance via - an ``unstake`` operation, but have not been added back to the - spendable balance yet; see +- The **unstaked balance** is the sum of the tez amounts contained in + all of the account's **unstake requests** (both unfinalizable and + finalizable unstake requests). These tez have been removed from the + staked balance via an ``unstake`` operation, but have not been added + back to the spendable balance yet; see :ref:`staked_funds_management_alpha`. Unstake requests can be queried with RPC ``.../contracts//unstake_requests`` (returns a detailed view with unfinalizable/finalizable status, diff --git a/docs/quebec/baking_power.rst b/docs/quebec/baking_power.rst index 37740fc213222090166704e76c4c666d01017d26..3812abeef81f8a0e9d6de34771619bfcb89f56d4 100644 --- a/docs/quebec/baking_power.rst +++ b/docs/quebec/baking_power.rst @@ -152,10 +152,11 @@ tez. It is the sum of the following balances: freely access and spend at the current time. It can be queried with RPC ``.../contracts//spendable`` (in mutez). -- The **unstaked balance** is the sum of tez contained in **unstake - requests**. These tez have been removed from the staked balance via - an ``unstake`` operation, but have not been added back to the - spendable balance yet; see +- The **unstaked balance** is the sum of the tez amounts contained in + all of the account's **unstake requests** (both unfinalizable and + finalizable unstake requests). These tez have been removed from the + staked balance via an ``unstake`` operation, but have not been added + back to the spendable balance yet; see :ref:`staked_funds_management_quebec`. Unstake requests can be queried with RPC ``.../contracts//unstake_requests`` (returns a detailed view with unfinalizable/finalizable status, diff --git a/docs/rio/baking_power.rst b/docs/rio/baking_power.rst index 20de0b7c00d1efcb6da6e6a0863b5d702e4d4fa4..331d7ffdae25fe5ed499caedfd9ddf33bad9b0a0 100644 --- a/docs/rio/baking_power.rst +++ b/docs/rio/baking_power.rst @@ -149,10 +149,11 @@ tez. It is the sum of the following balances: freely access and spend at the current time. It can be queried with RPC ``.../contracts//spendable`` (in mutez). -- The **unstaked balance** is the sum of tez contained in **unstake - requests**. These tez have been removed from the staked balance via - an ``unstake`` operation, but have not been added back to the - spendable balance yet; see +- The **unstaked balance** is the sum of the tez amounts contained in + all of the account's **unstake requests** (both unfinalizable and + finalizable unstake requests). These tez have been removed from the + staked balance via an ``unstake`` operation, but have not been added + back to the spendable balance yet; see :ref:`staked_funds_management_rio`. Unstake requests can be queried with RPC ``.../contracts//unstake_requests`` (returns a detailed view with unfinalizable/finalizable status,