safe-multisig-on-abstract
Installation
SKILL.md
Safe Multisig on Abstract
Safe (formerly Gnosis Safe) is the standard multi-signature wallet on Abstract. Use it when multiple parties must approve transactions before execution — treasury management, team wallets, DAO operations, or any scenario requiring shared custody.
A Safe web interface is live at safe.abs.xyz.
Quick Start (Web UI)
For non-programmatic use, create and manage Safes directly at safe.abs.xyz. Connect a wallet, add owner addresses, set the confirmation threshold, and deploy.
Quick Start (SDK — Create a Safe)
npm install @safe-global/protocol-kit viem
import Safe, { SafeAccountConfig, PredictedSafeProps } from "@safe-global/protocol-kit";
import { abstract } from "viem/chains";