Safe Core Protocol
Safe has developed a core standard for smart accounts - blockchain accounts that can have arbitrary logic implemented within. The benefits of smart accounts are discussed in various pieces about account abstraction - you can read Nansen’s brief on account abstraction here. In short, smart accounts can have arbitrary functionality implemented into them. This opens up a world of possibilities, including:
- Social recovery
- Wallet security measures e.g. daily tx limits
- Batched transactions
- Plug-ins
- Session keys
- Intents...