You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a bot on Gelato that claims the Paraswap derived revenue to the treasury.
Details:
TokenLogic is to create a bot that claims the revenue from the Paraswap integration across all relevant Networks.
Example:
Ethereum:
Paraswap Fee Claimer - 0xeF13101C5bbD737cFb2bF00Bbd38c626AD6952F7
Aave address to use as the _partner address - 0xEE56e2B3D491590B5b31738cC34d5232F378a8D5
The bot is to be integrated into ACI's Dolce Vita program which is funded by the DAO. TokenLogic builds the bot, make sure it works and then shares it with ACI.
Example Idea:
We want to claim all fees earned by the ParaSwap partnership of Aave in every network.
For this, we want to build a bot similar to the one linked below:
We will have a Gelato TypeScript function that runs on the 1st of every month and checks on all chains, if there are funds to withdraw.
If the balance is over 500 units, then we want to claim to the collector. If it's lower, we will skip until a follow up month when it's claimable because the amount is worth it to claim.
Task:
Create a bot on Gelato that claims the Paraswap derived revenue to the treasury.
Details:
TokenLogic is to create a bot that claims the revenue from the Paraswap integration across all relevant Networks.
Example:
Ethereum:
Paraswap Fee Claimer - 0xeF13101C5bbD737cFb2bF00Bbd38c626AD6952F7
Aave address to use as the _partner address - 0xEE56e2B3D491590B5b31738cC34d5232F378a8D5
The bot is to be integrated into ACI's Dolce Vita program which is funded by the DAO. TokenLogic builds the bot, make sure it works and then shares it with ACI.
Example Idea:
We want to claim all fees earned by the ParaSwap partnership of Aave in every network.
For this, we want to build a bot similar to the one linked below:
https://github.com/efecarranza/aave-treasury-automation/blob/main/aave-treasury-automation/main.py
We will have a Gelato TypeScript function that runs on the 1st of every month and checks on all chains, if there are funds to withdraw.
If the balance is over 500 units, then we want to claim to the collector. If it's lower, we will skip until a follow up month when it's claimable because the amount is worth it to claim.
Contract that claims: https://etherscan.io/address/0x9abf798f5314bfd793a9e57a654bed35af4a1d60#writeContract
This is the Aave contract that claims directly to the collector from ParaSwap.
Information on Gelato.
Gelato video: https://www.youtube.com/watch?v=QSPGlJ1B2hs
Gelato tutorial: https://docs.gelato.network/web3-services/web3-functions/quick-start/writing-typescript-functions
The text was updated successfully, but these errors were encountered: