Skip to content

Commit

Permalink
Update delegation-pool-operations.md (#8193)
Browse files Browse the repository at this point in the history
* Update delegation-pool-operations.md

updated details on operator commission behavior

* Require permission check before running determine-docker-build-metadata

---------

Co-authored-by: Stelian Ionescu <[email protected]>
  • Loading branch information
2 people authored and gedigi committed Jun 6, 2023
1 parent b001a4b commit 4b9753e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Validator operators should follow these instructions to carry out delegation poo

Once the delegation pool attains 1 million APT, the pool's owner who initiates the delegation pool should set an operator for the pool via the `set_operator` function described in the [Perform pool owner operations](#perform-pool-owner-operations) section. The operator should then start their own Aptos node, as it is a best practice to have a different account for owner and operator. The operator should now [join in the active set of validators](./staking-pool-operations.md#joining-validator-set).

The operator address will receive the pool commission that was set at the initialization of the delegation pool and will act as a normal Delegation Pool account that is able to do all of the operations described in [Perform delegation pool operations](#perform-delegation-pool-operations).
The operator address will receive the pool commission that was set at the initialization of the delegation pool, which is automatically distributed as stake in the delegation pool at the end of each epoch. The operator will act as a normal Delegation Pool account that is able to do all of the operations described in [Perform delegation pool operations](#perform-delegation-pool-operations).


## Prerequisites
Expand Down

0 comments on commit 4b9753e

Please sign in to comment.