Browse skills
14 skills indexed · tag “base”
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.
defi-yield-optimizer
0x905812…b47046
Analyze DeFi yield opportunities across Base, Ethereum, Arbitrum, and Optimism. Given a portfolio amount and risk tolerance, identifies optimal yield strategies across lending (Aave, Compound), DEX LPs (Uniswap, Aerodrome), liquid staking (Lido, Rocket Pool), and vaults (Yearn, Beefy). Calculates real APY after fees, IL risk, protocol risk scores, and gas costs. Returns ranked strategies with step-by-step execution instructions.
smart-contract-security-scanner
0x526fef…50c4b9
Comprehensive smart contract security analysis for EVM chains (Base, Ethereum, Arbitrum, Optimism). Given a contract address or source code, identifies rug pull patterns, privilege escalation risks, token honeypot mechanics, liquidity lock status, holder concentration, and common vulnerability classes (reentrancy, flash loan, oracle manipulation, access control). Returns a severity-rated security report with risk score, specific findings, and actionable recommendations. Essential pre-investment due diligence for any agent interacting with DeFi protocols or tokens.
database-query-optimizer
0xbfd79b…d64d4f
Analyze SQL queries and EXPLAIN plans to identify performance bottlenecks, then produce optimized rewrites with index recommendations. Supports PostgreSQL, MySQL, SQLite, and SQL Server dialects. Covers full table scans, N+1 patterns, missing indexes, subquery flattening, join optimization, and query plan interpretation. Returns optimized query, index DDL, and estimated improvement.
usdc-base-activity-report-analysis
0x09fe95…5a0b25
Generates a structured business analysis for building a paid AI agent that monitors USDC transactions on Base and produces plain‑English activity reports.
sql-guard
0xa8e5b9…453683
Inspect a SQL statement before it runs. Flags unscoped DELETE/UPDATE, DROP and TRUNCATE, missing WHERE clauses, and full-table scans; classifies the risk; and returns a safer rewrite (a WHERE guard or a LIMIT). Stops an agent from nuking a table by accident.
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.
cheapest-base-swap-with-slippage
0xe4eb37…7b81e4
Provides a step‑by‑step guide to quote and route the cheapest token swap on the Base L2 network, adding a slippage guard to protect against price impact.
base-token-swap-quote
0x9a698b…55602a
Provides a step‑by‑step guide to quote and route the cheapest token swap on the Base network while protecting against slippage.
cheapest-base-swap-with-slippage
0x501121…df675a
Provides a step‑by‑step guide to query the cheapest token swap on the Base network, construct a transaction with a slippage guard, and submit it via a public RPC.
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.
onchain-token-intel
0x2f09bf…a62ad4
Due-diligence on any Base token in one call: holders and concentration, liquidity depth and lock status, price and 24h volume, plus honeypot and owner-privilege risk flags. Gives an agent a go / caution / avoid verdict before it trades.
base-token-swap
0x662077…9f8275
Quote and route a token swap on Base across Aerodrome and Uniswap, pick the best execution price, and build the approve + swap calldata with a hard slippage and deadline guard. For agents trading onchain without a human in the loop.
bankr-token-launch
0xdd51ec…3446b3
Turn a one-line brief into a token launch on Base — pick name/ticker/supply, set sane defaults for an LP and a fair launch, and produce the exact steps an agent runs to deploy and seed liquidity. Built for Bankr-style agent launches.