You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: apps/docusaurus/docs/nodes/validator-node/operator/staking-pool-operations.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ Example output:
232
232
233
233
## Requesting commission
234
234
235
-
Either an owner, an operator or the beneficiary of the operator can request commission. You can request commission at the end of a lockup period, i.e., at the end of **lockup_expiration_utc_time**, by running the `aptos stake request-commission` command. Make sure to provide the operator and the owner addresses. See an example command below:
235
+
Either an owner, an operator or the beneficiary of the operator can request commission. You must request commission **twice**, once before the end of the lockup period and a second time after the lockup period ends, i.e., at the end of **lockup_expiration_utc_time**, by running the `aptos stake request-commission` command. Make sure to provide the operator and the owner addresses. See an example command below:
If you run the `aptos stake request-commission` command before the end of the lockup expiration, the command will initiate unlock for any locked commission earned up until that moment in time.
244
+
When you run the `aptos stake request-commission` command before the end of the lockup expiration, the command will initiate unlock for any locked commission earned up until that moment in time. The commission will remain in `pending_inactive` until the end of the lockup period, will continue to earn rewards until the lockup period expires. The commission will not be withdrawable until after the end of the lockup period, when `aptos stake request-commission` is called a second time.
245
245
246
246
See example below:
247
247
@@ -253,7 +253,7 @@ Month 3, Day 29, if you call the commission again, 30 days of commission would b
253
253
254
254
You can call the command multiple times, and the amount you receive depends on the day when you requested commission unlock previously.
255
255
256
-
Commission is unlocked when `request-commission` is called, the staker unlocks stake, or the staker switches operator. The commission will not be withdrawable until the end of the lockup period. Unlocked commission will continue to earn rewards until the lockup period expires.
256
+
Commission is unlocked when `request-commission` is called, the staker unlocks stake, or the staker switches operator.
0 commit comments