ワンクリックで
safe
Manage Safe multisig wallets including proposing, signing, and executing multi-sig transactions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manage Safe multisig wallets including proposing, signing, and executing multi-sig transactions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Check eligibility for and claim token airdrops
Scan, audit, and revoke ERC-20 token approvals to manage wallet spending permissions
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Deploy tokens on Base (Uniswap V4) or Solana (Raydium) via Bankr gas-sponsored launch API
Open leveraged long/short positions via Avantis on Base with up to 10x leverage
Access Polymarket prediction markets to search, place bets, view positions, and redeem winnings
| name | safe |
| description | Manage Safe multisig wallets including proposing, signing, and executing multi-sig transactions |
Use the safe tool to manage Safe{Wallet} multisig wallets.
| Chain | Chain ID |
|---|---|
| Ethereum | 1 |
| Base | 8453 |
| Arbitrum | 42161 |
| Optimism | 10 |
| Polygon | 137 |
| Action | Description | Required Params |
|---|---|---|
| info | Safe details (threshold, owners, nonce) | safe_address |
| balances | Token balances (ETH + ERC-20) | safe_address |
| pending_txs | List pending transactions awaiting signatures | safe_address |
| history | Executed transaction history | safe_address |
| propose | Propose a new transaction | safe_address, to, signature |
| confirm | Co-sign a pending transaction | safe_tx_hash, signature |
| execute | Check if a transaction has enough signatures | safe_tx_hash |
safe action=info safe_address=0x... chain=ethereum
safe action=info safe_address=mywallet.eth chain=base
safe action=balances safe_address=0x... chain=base
safe action=pending_txs safe_address=0x... chain=ethereum
safe action=history safe_address=0x... chain=ethereum limit=10
safe action=execute safe_tx_hash=0x... chain=ethereum
chain=base etc. to query other networks.