Skip to main content

PriceTool

Token price lookup for one or more addresses. Input:
  • tokenAddresses: string (comma-separated)
  • chainId: number

TokenAddressTool

Resolves symbol to address and decimals from static mappings. Input:
  • symbol: string
  • chainId: number

DollarToTokenAmountTool

Converts USD amount to token amount using fetched price. Input:
  • tokenAddresses: string
  • chainId: number
  • amount: number

TrendingTokenTool

Fetches trending tokens from CoinGecko.

TrendingNewsTool

Fetches recent crypto news. It queries CryptoPanic first and automatically falls back to a Tavily news search when CryptoPanic is unavailable, so a TAVILY_API_KEY is the practical requirement for reliable results. Input:
  • tokens: string

PricePredictionTool

Short-horizon inference via Allora. Input:
  • tokenSymbol: "BTC" | "ETH"
Timeframe in current implementation: EIGHT_HOURS.

SentimentTool

General text sentiment analysis. Input:
  • text: string
Last modified on June 18, 2026