What problem does it solve?
Enables teams to manage Solana multisig wallets using the Squads Protocol programmatically, removing manual on-chain coordination and speeding up governance operations.
Core Features & Use Cases
- Solana-native multisig: Create and manage multisig wallets deployed on Solana via Squads.
- Programmatic proposals & approvals: Propose transactions, collect approvals, and execute approved transactions through agent-driven workflows.
- Configurable thresholds & governance: Support for customizable approval thresholds and governance flows for treasury and DAO operations.
- Integration: Designed to integrate with the Solana Agent Kit for automated, repeatable multisig workflows.
- Use Case: A DAO treasury manager creates a multisig, proposes a payroll distribution, gathers approvals from signers, and executes the payout on-chain without manual wallet interactions.
Quick Start
Use the squads-multisig skill to create a three-owner multisig with a two-of-three threshold, propose a payment transaction, collect approvals, and execute the transaction via Solana Agent Kit.