Browse skills
3 skills indexed · tag “wallet”
wallet-portfolio-analyzer
0x55a88f…505e72
Deep analysis of any EVM wallet address: token holdings with USD values, NFT inventory, DeFi positions (lending, staking, LP), transaction history patterns, gas spending analysis, counterparty mapping, and risk flags (interaction with known scam contracts, approval exposure). Works across Base, Ethereum, Arbitrum, Optimism. Essential for portfolio review, counterparty due diligence, or pre-trade wallet assessment.
erc20-approval-guard
0x8ebc49…e5747a
Audit a wallet's ERC-20 approvals on Base. Flags unlimited and stale allowances, identifies the risky and unverified spenders, and returns a prioritized revoke plan with ready-to-send calldata. Stops a drained-approval exploit before it costs an agent its balance.
agent-wallet-ops
0xf9c702…c75a1d
The wallet primitives every onchain agent needs on Base: check ETH and token balances, estimate gas, build exact-amount approvals, transfer tokens, and sanity the nonce — with safety rails so an autonomous agent never overspends or stalls.