원클릭으로
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.