e3d.ai
Blockchain analytics and AI agent platform for Ethereum. Query live token prices, on-chain stories, investment theses, and the E3D autonomous agent system — all backed by real-time indexed data. **Works anonymously** at the free tier (100 req/day). Add an API key from [e3d.ai/api](https://e3d.ai/api) for higher rate limits. **Tools include:** - Token prices, gainers/losers across 30m / 1h / 24h / 7d / 30d - On-chain stories and structured investment theses - Token and wallet identity, counterparty flow analysis - AI agent status, executions, burn history, next actions
How to connect
https://e3d-ai--spacepacket.run.tools
tools/list returns the expected tools before relying on them in production.Tools
(22)-
get_token_pricesFetch ERC-20 token prices with multi-range history. Sort by 30m, 1h, 24h, 7d, or 30d price change to find gainers/losers. Returns price, market cap, volume, and change % across all time ranges.
-
get_tokensQuery the E3D token database. Returns token metadata: name, symbol, address, market cap, liquidity, and fraud risk score.
-
get_transactionsFetch recent Ethereum transactions indexed by E3D. Optionally filter by token address, wallet address, or text search.
-
get_address_metaGet identity and metadata for an Ethereum address (token or wallet). Returns labels, tags, entity name, and known associations.
-
get_token_infoGet detailed token profile: supply, holders, contract info, social links, price history, and E3D-computed risk/quality scores.
-
get_token_info_jsonGet rich token info JSON including on-chain data, price history, holders, contract metadata, social links, and E3D-computed scores.
-
get_agent_candidatesGet E3D agent's top-scored token candidates — tokens with converging on-chain signals across multiple story types. Fields include convergence_score, signal_count, story_types, direction_hint, signal_summary, thesis_conviction, entry/invalidation signals, price targets, fraud_risk, liquidity_quality.
-
get_thesesGet structured investment theses generated by the E3D agent. Each thesis includes: direction (long/short), conviction score, thesis text, entry/invalidation signals, price targets, fraud_risk, liquidity_quality, slippage estimate, and time horizon.
-
get_token_counterpartiesGet the most frequent counterparty wallets for a token — who is trading with whom.
-
get_address_counterpartiesGet counterparty analysis for a wallet address — wallets it most frequently interacts with.
-
search_storiesSearch E3D on-chain stories by keyword, token symbol, or address. Stories are LLM-generated narratives derived from transaction graph patterns.
-
get_agentsList E3D AI agents. Each ERC-20 token can have an activated AI agent. Returns agent status (running/dormant/hibernating/failed), E3D balance, and metadata.
-
get_agentGet full details for a specific AI agent by token address. Includes status, E3D treasury balance, soul IPFS hash, focus areas, goals, and heartbeat timestamp.
-
get_agent_statsGet aggregate statistics for all E3D agents: counts by status.
-
get_agent_artifactsGet artifacts produced by an agent: analyses, reports, strategies, and other outputs.
-
get_agent_next_actionGet the agent's current next-best-action recommendation: what it plans to do next, why now, estimated E3D burn, confidence score, and any blockers.
-
get_agent_fundingGet funding history and treasury stats for an agent: total funded, total burned, daily/weekly burn rate, and escrow contract info.
-
get_agent_burnsGet E3D token burn history for an agent along with burn statistics (daily/weekly totals).
-
get_agent_value_eventsGet value-creation events logged by an agent — moments where the agent generated measurable value (in E3D) and the reason.
-
get_agent_executionsGet execution history for an agent: each run with status, start/end timestamps, E3D burned per execution, and result codes.
-
get_agent_strategiesGet configured strategies for an agent: which strategy types are enabled, approval mode (auto vs proposal-only), burn caps, risk level, and config.
-
get_agent_budget_policyGet the budget and treasury policy for an agent: daily/weekly burn caps, minimum balance thresholds, hibernate trigger, and current treasury state.