Owners
Owner operations with CLI
Initialize CLI
aptos init --profile mainnet-owner \ --rest-url https://fullnode.mainnet.aptoslabs.com/v1Initialize staking pool
aptos stake initialize-stake-owner \ --initial-stake-amount 100000000000000 \ --operator-address <operator-address> \ --voter-address <voter-address> \ --profile mainnet-ownerTransfer coin between accounts
aptos account transfer \ --account <operator-address> \ --amount <amount> \ --profile mainnet-ownerSwitch operator
aptos stake set-operator \ --operator-address <new-operator-address> \ --profile mainnet-ownerSwitch voter
Add stake
Increase stake lockup
Unlock stake
Withdraw stake
Last updated