Contract architecture diagrams
[ AutomationRegistry ]
│
▼
[ StrategyExecutor ] ──────> [ External Protocol (e.g., Uniswap) ]
▲
│
[ ConditionChecker ]
Registry: Stores and manages tasks
Executor: Runs encoded logic
Checker: Approves execution if conditions matc
Last updated