Capabilities
Skills and knowledge packs to extend your AI agent.
Base Movers
Top Base ecosystem tokens ranked by 24h performance (gainers, losers, volume, or trade count). Each entry includes price, 24h change, 24h volume, trade count, and primary DEX pair. Filter by minimum liquidity to avoid micro-cap noise.
Prediction Markets
Live snapshot of active Polymarket markets, sorted by 24h volume by default. Optional query string filters markets by topic. Returns market question, outcome prices, volume, liquidity, and end date. A wisdom-of-crowds signal most price feeds ignore.
Narrative Tokens
Curated lists of tokens by narrative (ai-agents, depin, memes-base, rwa, defi-blue-chips, base-ecosystem, l2s, oracles, gaming), each enriched with live CoinGecko price, 24h change, market cap, and volume. Skip token-by-token guessing; pivot whole strategies by theme.
Base Pulse
Real-time snapshot of activity on Base: current gas, trending tokens, recently featured launches, and total chain TVL, all in a single call. Use it as the first call in any Base-focused agent loop to anchor downstream decisions on a fresh picture of the chain.
Uniswap Quote
Simulate a Uniswap V3 swap on Base without executing. Send `{ tokenIn, tokenOut, amountIn, fee }` and get back the output amount, gas estimate, and post-trade price. Use this to size trades or check slippage before committing on-chain.
Transaction Lookup
Transaction receipt for any tx hash on Base or Ethereum. Returns status, block, from / to, gas used, log count, and a direct BaseScan or Etherscan link. Use this to confirm a tx landed and inspect its outcome.
ERC-20 Info
Standard ERC-20 metadata for any token contract on Base or Ethereum: name, symbol, decimals, total supply. Single multicall round-trip. Useful when an agent encounters an unknown token and needs to identify it before acting.
Base Gas
Current Base gas conditions. Returns base fee, gas price, priority fee, and a suggested total gwei (with a 10% buffer) for the next block. Use this before broadcasting any transaction on Base.
Wallet Portfolio
Full ETH + ERC-20 balance breakdown for any wallet address on Base or Ethereum. Returns native balance plus balances of the major tokens (USDC, WETH, cbETH, AERO, USDbC on Base; USDC, USDT, WETH, DAI, WBTC on Ethereum). Combine with token-price for USD valuation.
DeFi TVL
Total Value Locked across DeFi protocols, via DefiLlama. Query a single protocol by slug (`{ protocol: 'aave' }`) for detailed TVL by chain, or omit to get the top protocols by TVL. Includes 1d / 7d change and category.
DEX Pairs
Best DEX trading pools for any token on Base (or other chains). Returns the top pairs by liquidity with price, 24h volume, txn counts, and direct trade URLs. Use this to find the deepest pool before quoting a swap.
Top Gainers
Top crypto gainers (or losers) over the last 24 hours, ranked by % change. Returns up to 50 coins with symbol, name, current price, % change, and market cap. Powered by CoinGecko's market-data feed.
Trending Tokens
Top trending tokens on Base, Ethereum, or Solana from DEXScreener's boosted-tokens feed. Each result includes token address, chain, icon, and links. Useful for agents hunting early signal or rotating into momentum names.
Token Price
Current USD price for any major cryptocurrency. Send `{ ids: 'ethereum' }` or `{ symbol: 'ETH' }` and get back price, 24h change, market cap, and 24h volume. Supports CoinGecko-style ids and common symbol shortcuts (eth, btc, usdc, sol, etc.). Backed by CoinGecko's public API.
GitHub Trending
Top GitHub repositories created in the last 7 days, filtered by language. Returns full repo metadata: stars, description, owner, URL. Languages supported: typescript, javascript, python, rust, go, solidity, java, swift, kotlin. Defaults to typescript.