🧵 SDK for Smart Account Permissions + Automation Been building a small SDK that wraps @safe + Zodiac Roles Modifier (from @GnosisGuild). Scoped, programmable guardrails. Built with agents in mind. Part of our internal hack week @BitteProtocol.
The goal is to let agents either: – Operate safely within scoped guardrails – Set up onchain automation on behalf of users Agentic trading w/ guardrails (@CoWSwap ): github.com/lumoswiz/cow-a… Now focused on: automation setup for users.
The SDK abstracts the messy stuff: – Deploying a Safe – Setting up the Roles module – Assigning scoped permissions – Bundling optional setup + multisend txs One function call handles all of it. Aims to work no matter where you’re starting from. github.com/lumoswiz/safe-…
Here's what this might unlock: - Supply collateral for users when @aave health factor drops to a user-specified threshold - Trigger payroll when a safe gets funded (@Sablier) - Personal mint @aboutcircles every day for users - Conditions trigger swaps on @CoWSwap And more...