eth account creation, smart contract automation bot
Budget: $750 – $1,500 USD
Create a bot on ethereum to automate account creation and running a smart contract and scheduling running the smart contract in the future based on variables determined when running the smart contract. Check for gas fees and optimize the running of the smart contract during each day. Potentially running the smart contract 10s of times a day from unique ethereum accounts. This would also run on other low fee evm chains.
Create an ethereum address 1 per each iteration of below:
Check the gas fees. IF gas fees low then check a smart contract for a number of days available to mint a tokens
Select the maximum number of day available to mint.
Run a function in that smart contract to mint tokens.
Start a timer to wait till the end of the number of days e.g. 100 to 400 days according to what was available at the time in the smart contract it changes with time.
At the end of the time, check the gas fees regularly until they are low and run another function to claim tokens and spend the claimed tokens to a hodl address.
Repeat this process for x number of times per day as specified. It might be 10 to 100 times per day for example on the minting function and this would generate a corresponding 10 to 100 times per day on the claim function.
Only minting when the gas fees are below a certain low level. Likewise with the claiming, only claiming the the gas fees are below a certain level.
It is important this process is done in a secure way so that the accounts running the mint functions are not hacked. Using services like gelato.netework or a custom script perhaps.
Create an ethereum address 1 per each iteration of below:
Check the gas fees. IF gas fees low then check a smart contract for a number of days available to mint a tokens
Select the maximum number of day available to mint.
Run a function in that smart contract to mint tokens.
Start a timer to wait till the end of the number of days e.g. 100 to 400 days according to what was available at the time in the smart contract it changes with time.
At the end of the time, check the gas fees regularly until they are low and run another function to claim tokens and spend the claimed tokens to a hodl address.
Repeat this process for x number of times per day as specified. It might be 10 to 100 times per day for example on the minting function and this would generate a corresponding 10 to 100 times per day on the claim function.
Only minting when the gas fees are below a certain low level. Likewise with the claiming, only claiming the the gas fees are below a certain level.
It is important this process is done in a secure way so that the accounts running the mint functions are not hacked. Using services like gelato.netework or a custom script perhaps.