Content
@
0 reply
0 recast
0 reaction
Wilson Cusack
@wilsoncusack
Just to ask, why do modules at all? Why not just add smart contracts as owners, which have whatever logic you want and call through those?
5 replies
6 recasts
55 reactions
abstractooor
@konrad
that only gives you a subset of the features of modular accounts though. you dont get: - complex hook behavior (due to 4337 restrictions in validation) - fallbacks for future compatibility (eg how safe can be used with 4337) - customisable execution logic (eg output of function is input to next) - easy composability
1 reply
0 recast
1 reaction
abstractooor
@konrad
- ... of different module features this means that a lot of features are just much harder to build if not impossible
0 reply
0 recast
1 reaction