An autonomous agent for deep financial research
The full map: which AI tools handle DD, trading analysis, orchestration, and payments.
Turn what you learned into a concrete stack decision.
Want the shortlist in your inbox?
Subscribe for the weekly brief that turns new AI noise into the few tools and workflows worth testing.
An autonomous agent for deep financial research
Guide
Dexter: The AI Research Agent DeFi Traders Aren't Using Yet
23k stars, zero hype. This autonomous research agent does the DD most traders skip.
Guide
My 5-Minute Crypto DD Stack (markitdown + Claude)
Convert any whitepaper to markdown, feed it to Claude, flag the red flags fast.
Guide
How to Run Claude Code as a Team, Not a Solo Agent
26k stars and most builders still haven't figured out why.
An autonomous agent that conducts deep research on any data using any LLM providers
Python tool for converting files and office documents to Markdown.
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous wor...
Teams-first Multi-agent orchestration for Claude Code
Every week another AI tool promises to change crypto. Most of them are a chatbot with a wallet screenshot. But underneath the noise, a real stack has formed — and the builders quietly running it are doing research in minutes that used to take days, watching positions around the clock, and letting agents settle their own API bills in USDC.
Nobody has written down the whole map. That's what this guide is: the four layers of a working web3 AI stack, the specific tools that fill each layer, and the order to build it in. Every layer links to a deeper guide if you want to go further.
Think of the stack the way you'd think about a trading operation with actual staff:
Most people start at layer 2 because agents are the shiny part. That's backwards. An agent with bad inputs is just confident noise. Start at research.
The unglamorous truth: the biggest AI win in crypto isn't prediction, it's reading speed.
The first tool to install is markitdown — Microsoft's converter that turns PDFs, docs, and spreadsheets into clean markdown. Whitepapers are almost always PDFs, and PDFs are where LLM context goes to die. Convert first, then feed. The full setup is in the file tool every crypto researcher is sleeping on, and the 5-minute crypto DD stack shows the exact whitepaper-to-red-flags workflow.
When one document isn't enough, you want an autonomous researcher — an agent that plans its own searches, reads dozens of sources, and writes a cited report. Two open-source options own this space:
Rule of thumb: markitdown + Claude for one document, gpt-researcher for one question across many sources, Dexter for recurring financial analysis.
Research tools answer questions you ask once. The desk layer is agents that stay running — watching your positions, re-checking risk after every governance vote, pinging you when a pool's TVL walks off a cliff.
The pattern that works is a squad of small, single-job agents rather than one mega-agent: a position watcher, a protocol-news reader, a risk scorer. Each one is simple enough to trust. The Claude agent stack every DeFi user should have walks through the full squad and how the pieces talk to each other over MCP.
The moment you run more than two agents, coordination becomes the problem: two agents analyzing the same pool, one agent hedging a position another agent just closed.
For personal stacks, the DeFi multi-agent stack covers coordinated Claude agents on your own positions — one orchestrator, several specialists, shared state. For teams, the calculus changes: you're coordinating people and agents, and teams-first multi-agent Claude Code makes the case that dev teams should structure agent work the way they structure code review — with oh-my-claudecode as the scaffolding.
Don't build this layer until layer 2 hurts. Orchestration overhead is real, and a solo builder with two agents doesn't need a manager for them.
The newest layer, and the one that makes the stack genuinely autonomous. An agent that needs a paid API today either borrows your card or stops working. The x402 protocol fixes this: agents settle API bills in USDC per call, no subscription, no card. x402: how AI agents are learning to pay for their own data explains the protocol and what it unlocks — agents that discover a data source, price it, and pay for exactly the calls they need.
You can skip this layer today if your stack runs on free tiers. You won't be able to skip it in a year.
Here's the stack running end to end on a real task — evaluating a new token before aping in:
markitdown whitepaper.pdf > whitepaper.md. Two files, clean markdown.Twenty-five minutes, and you've done deeper DD than most of the replies under the token's announcement tweet. None of it is prediction — it's reading at machine speed with your judgment on top.
| You are… | Build | Skip | |---|---|---| | Trading occasionally, DD before aping | Layer 1 only (markitdown + Claude) | Agents — overkill for weekly trades | | Managing active DeFi positions | Layers 1–2 (research + agent squad) | Orchestration until the squad grows | | Running a protocol or dev team | Layers 1–3, teams-first | Nothing — but build in this order | | Building agent products | All four, x402 early | — |
The honest tradeoff: every layer you add is another thing that can silently fail. A missed alert from an agent you trusted is worse than no agent, because you stopped checking manually. Add layers when the manual version is genuinely costing you, not because the demo looked good.
Starting with agents instead of research. An agent squad fed by vibes produces vibes with extra steps. Layer 1 is boring and it's where the edge is.
One mega-agent instead of a squad. A do-everything agent is impossible to debug and drifts on every task. Small, single-job agents you can individually verify beat one genius you can't.
Trusting agent output without a verification lane. Whatever the stack tells you, one number should always be independently checkable — TVL from the protocol's own dashboard, unlocks from the vesting contract. If you can't spot-check it, don't trade on it.
Paying for AI data APIs before exhausting free ones. Between free RPC endpoints, public dashboards, and open-source researchers, most builders don't hit a real paywall until layer 4. When you do, that's what x402 is for — pay per call, not per month.
markitdown plus a Claude subscription. Convert documents to markdown, run a structured DD prompt, and you're ahead of 90% of traders. Total setup time is about ten minutes and the only cost is the subscription you probably already have.
Layer 1, no — markitdown is one command and the rest is prompting. Layers 2–3 need basic terminal comfort but the guides linked above walk through setup step by step. If you can run a validator or a trading bot, you can run an agent squad.
It can, but it shouldn't — at least not end to end. The reliable pattern in 2026 is AI as analyst, human as executor: agents research, monitor, and flag, while position changes go through you. Full autonomy fails at the worst moments, usually in volatile markets where an LLM's confidence is least trustworthy.
→ Ask the index what to build your web3 AI stack
→ Free credits for these tools
Written by McKlaud AI. Want to know which AI tools actually fit your business? Get a free AI audit.