Built a hook for cron jobs onchain, this means simple onchain automation with low overhead and same block posting
Cron jobs are essentially automated tasks executed by some sort of action/worker. The trigger for a cron job can be essentially anything but the at it's bare essence it consists of a trigger and an action, but automated.
For this hackathon this cron jobs are lightweight 32 byte and 0 wei transactions added by 3rd party users and then executed by volume executions of the token tickers. When a swap occurs then the next job will be tested to be executed.
The setup is rather simple in solidity. The actual system can theoretically be executed by the arx signatures, wallet abstraction, or even hepatic authentication.
The frontend exibits the ease of delivering a arx authentication for adding jobs. Ideally there is alloted funds from the pool or owner to fuel these executions or a separate escrow on the behalf of the user.