Skip to content

Commit 8dc3801

Browse files
michelle-aptosgregnazario
authored andcommitted
Update staking-pool-operations.md
make it clear how request commission works
1 parent 4177ccd commit 8dc3801

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/docusaurus/docs/nodes/validator-node/operator/staking-pool-operations.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Example output:
232232

233233
## Requesting commission
234234

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:
236236

237237
```bash
238238
aptos stake request-commission \
@@ -241,7 +241,7 @@ aptos stake request-commission \
241241
--profile mainnet-operator
242242
```
243243

244-
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.
245245

246246
See example below:
247247

@@ -253,7 +253,7 @@ Month 3, Day 29, if you call the commission again, 30 days of commission would b
253253

254254
You can call the command multiple times, and the amount you receive depends on the day when you requested commission unlock previously.
255255

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.
257257

258258
## Checking your validator performance
259259

0 commit comments

Comments
 (0)