{"name":"safe-multisig-status","description":"Reads a Safe (Gnosis Safe) multisig's on-chain state: owners, threshold, and the pending transaction queue. Returns owners[], threshold, nonce, version, master copy, fallback handler, and guard via batched eth_call on Base / Ethereum / Arbitrum / Optimism / Polygon (no key, no gas), and fetches pending (unexecuted) transactions from the Safe Transaction Service. DAO/treasury agents need this constantly to verify multisig config and watch the execution queue. Use it for Safe multisig status, Safe info, DAO treasury wallet checks, or Safe wallet lookup.","price":"$0.005","method":"POST","input_schema":{"properties":{"address":{"type":"string","description":"Safe contract address (0x + 40 hex). Case-insensitive."},"chain":{"type":"string","enum":["base","ethereum","arbitrum","optimism","polygon"],"description":"Chain to query. Default 'base'."},"pending_limit":{"type":"number","description":"Max pending transactions to return (0-50). Default 10. Set 0 to skip the Safe TX Service call entirely."}},"required":["address"]},"input_example":{"address":"0x14536667Cd30e52C0b458BaACcB9faDA7046E056","chain":"base"},"output_example":{"address":"0x6c0752c09e7F6fA6526fCDf40e456a159eb5621","chain":"base","network":"eip155:8453","threshold":2,"owners":["0xowner1...","0xowner2...","0xowner3..."],"nonce":42,"version":"1.4.1","master_copy":"0x29fcb43b46531bca003ddc8fcb67ffe91900c762","fallback_handler":"0xfd0732dc9e303f09fcef3a7388ad10a83459ec99","guard":null,"pending_transactions":[{"safe_tx_hash":"0xabc...","nonce":43,"to":"0xrecipient...","value":"1000000000000000000","confirmations_required":2,"confirmations":[{"owner":"0xowner1...","signature_type":"EOA"}]}],"pending_count":1,"rpc_used":"https://base.publicnode.com","safe_api_used":"https://safe-transaction-base.safe.global","source":"On-chain (Safe contract) + Safe Transaction Service"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}