What problem does it solve? AI agents and developers frequently use outdated Safe SDK patterns (deprecated @gnosis.pm packages, removed EthersAdapter classes) and hallucinate contract addresses, which can lead to failed transactions or lost funds when working with Safe multisig wallets. ## Core Features & Use Cases - Safe Deployment & Prediction: Deploy new multisig Safes with deterministic counterfactual addresses using Protocol Kit v4+, including owner and threshold configuration. - Full Transaction Lifecycle: Create, propose, confirm, and execute multisig transactions through the Safe Transaction Service, including batch transactions via MultiSend and rejection flows. - Modules, Guards & ERC-7579: Enable and audit Safe modules, set transaction guards, and integrate ERC-7579 modular smart account features via the Safe7579 adapter. - Use Case: A DAO treasury team needs a 3-of-5 multisig. Use this Skill to deploy the Safe, propose an ERC-20 transfer, collect confirmations from owners, and execute it once the threshold is met. ## Quick Start Ask the agent to deploy a 2-of-3 Safe multisig on Ethereum mainnet and propose a 0.5 ETH transfer to a recipient address using the Safe Protocol Kit.