Set up a webhook to monitor contract upgrades.

Step 1: Click on "Bots" and then click on "+ Create Bot."

Step 2: Configure Parameters in Chainbot,Click “Create and Subscribe”

Click on "Event Monitor" and enter the following parameters:

  • Contract: Enter the address 0xFDA7ffA872bDc906D43079EA134ebC9a511db0c2 , which corresponds to the Aave v3 contract

  • Event: Choose the ATokenUpgrade function from the list ,this function will notify if there is a contract upgrade

Step 3 : Click “Subscribe”

Step 4: Return to Cobo Argus and Set Task

  • Contract Address: Input 0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2 , the address of the Aave v3 pool contract

  • Select the Function: Choose withdraw .This function is design to withdraw the transaction within the specific strategy

  • Fill in the Parameters:

    • Asset(Address): Token asset to be withdraw

    • Amount(uint256): Select “Customized number” and input the amount you wish to withdraw. Remember to include decimals in your amount

    • To (address): enter your Safe{Wallet} address

Step 5: Review bot Settings

Review the bot settings. Once you confirm that the information is accurate, click "Submit" and execute the multisignature in Safe{Wallet}.

If you need to approve other tokens, you can click the "Add Token Approval" button.

Add the tokens that need approval, specify the spender, and set the amount. Click "Submit" to add successfully.

Step 6: Preview and Submit

After confirming the information is correct, click "Submit." Sign the transaction in your wallet to initiate the multi signature transaction.

Step 7 : Complete multisig transaction

Inform Safe owner(s) to complete a multisig transaction.

Click on "Check the transaction" to monitor the progress of this multisig transaction.

Step 8: Review bot activity details

The bot setup is successful once the multisig transaction is completed.

Last updated