Content
@
0 reply
0 recast
0 reaction
Timur Badretdinov
@destiner.eth
I made an ENS Renewals module. It is an executor module that automatically renews ENS domains owned by the smart account. https://github.com/Destiner/lil-modules/tree/main/src/ENSRenewal
1 reply
5 recasts
25 reactions
Timur Badretdinov
@destiner.eth
Executors are plugins that let you codify specific behaviours. My thesis is that every protocol will have a few of them to boost the adoption and retention. I chose ENS as the most straightforward case to reason and implement.
1 reply
0 recast
2 reactions
Timur Badretdinov
@destiner.eth
ENS is the most adopted autonomous domain system. It allows anyone to own a piece of the global router. The only problem is that there is no "auto-renewal" function built-in at the protocol level. If you have 1 or 2 domains, not a big deal. If you have tens or hundreds, nightmare.
1 reply
0 recast
2 reactions
Timur Badretdinov
@destiner.eth
Here's how the module works: Any 7579-compatible smart account needs to install it first. You can specify what domains to include or exclude, as well as the renewal duration. Now, ANY ethereum wallet can renew your wallets using your balance as long as it fits the criteria you defined.
1 reply
0 recast
0 reaction