We are enabling individuals to automate some functions on their smart contracts and protocols that they regularly use.
While doing mundane tasks in web3 we realize some things need to be simplified and some normal functionalities are missing. One such thing is smart contract automation or automation of time-based or recurring tasks. While regularly claiming prizes from poolTogether(they clawback prizes if we don't claim them), we noticed there is nothing available for the end user to put their recurring tasks or some time-bound tasks on auto-pilot, thus we took it upon ourselves to build one such product that will solve various problems like Crypto SIPs, auto restaking in yield farms, Uniswap v2 conditional liquidity providing and a lot more cool stuff. Eventually, we will also be moving to provide more robust solutions to various other businesses and protocols.
We are enabling individuals to automate some functions on their smart contracts and protocols that they regularly use.
Pitch Deck - https://tinyurl.com/PitchDeckEpoch
We provide following features as a protocol as of now:
On the product Side
We learned that UX is one of most important aspects of this project - since Automation is complex and thus we need to design the app in such a way that it is easy for both normal users as well as devs to use our dapp.
On the Tech Side
We learned about the nuances of creating a Smart Contract Wallet that will handle user funds and data, another thing we learned was making arbitrary smart contract calls to support our feature of delegated transaction.
There are three components to the whole project
Smart Contract Wallet
Handles users funds, permissions and allowances
Makes it very easy for user to manage his jobs and automation tasks
Job Registry
Creates a job marketplace for the protocol
Executors can come and run any job with gasless Biconomy integration and earn rewards
While users can add their Arbritary Jobs as well as Dapps(AAVE, Uniswap etc.) Specific Jobs
Protocol / Destination Execution Contracts
Protocol specific modules that enable automation for them, and facilitate transaction building.