Tools that bring external data to the agent. Most need their own API key (free tiers available).Documentation Index
Fetch the complete documentation index at: https://docs.dzap.io/llms.txt
Use this file to discover all available pages before exploring further.
WebSearchTool
Live web search for recent news, articles, and protocol updates. Backed by Tavily.TAVILY_API_KEY.
RagOverDocsTool
Retrieval over indexed docs — DZap’s own documentation corpus plus protocol whitepapers. Useful when the user asks conceptual questions (“how does Permit2 work?”).initializeRetrieval: true).
Moralis (under data sources)
For deep on-chain data — NFT metadata, transaction history, contract events. Wrapped where useful. RequiresMORALIS_API_KEY.
Coinstats
Historical prices, market cap rankings, gainers/losers. Backed by Coinstats. RequiresCOINSTATS_API_KEY.
Allora
Decentralized prediction market data. Used byPricePredictionTool underneath.
Tavily
The default web search backend (used byWebSearchTool).
When agent picks which
The agent prefers DZap-native sources first (PriceTool, PoolTool) and falls back to external sources when:- Data is not on-chain (news, sentiment).
- Token is unknown to DZap (long-tail).
- User explicitly asks (“search the web”).
Cost notes
| Tool | Cost |
|---|---|
WebSearchTool (Tavily) | Free tier: ~1k req/month |
MoralisTool | Free tier: 25k req/month |
Coinstats | Free tier: 10k req/month |
RagOverDocsTool | Free (local) |