Following are 2 methods for using the transferBond option to move stake using the Livepeer Proxy Bonding Manager:
Option 1 - Manually using the following steps
-
Go to the Livepeer Proxy Bonding Manager:
Livepeer: Proxy Bonding Manager | Address 0x35bcf3c30594191d53231e4ff333e8a770453e40 | Arbiscan -
Click the Connect to Web3 button and connect the current wallet address to the contract
-
Select option 18 transferBond
-
In the _delegator (address) field enter the address of the hardware (or any other) wallet you want to transfer your stake to. DO NOT enter the Orchestrator address (make sure this a wallet YOU control)
-
In the _amount (unit256) field enter the amount of LPT (in LPTU) you want to transfer.
To calculate LPTU enter the LPT amount in the Ether field on https://eth-converter.com/ and copy the amount shown in the Wei field. i.e. 150 LPT = 150000000000000000000 LPTU
-
The remaining fields can filled with 0x0000000000000000000000000000000000000000
-
Click the Write button
Option 2 - Use the following python script created by @Pon to automatically move stake when certain thresholds are met.