
Read the chain.
Not just the charts.
The onchain research agent for Mantle. Raw chain data into signal. Interpreted in seconds.
Same agent, in your terminal.
Real tool-calling, real Mantle data, real web search when the agent needs it. No browser required.
npx conduit-mantleGive any LLM the skill.
A self-contained skill package, no npm install, no API key, just Node 18+. Upload it to your LLM as a skill, or drop it into any agent that can run a script, and it can pull live Mantle data mid-conversation.
Download conduit-mantle-skill.zipMantle, right now
From raw chain data to a written brief, for real.
Ingest
A Next.js API route reads live Mantle mainnet via RPC (viem) and pulls real per-chain TVL history from DefiLlama for a set of near-native Mantle protocols.
Interpret
A signal-ranking function diffs current vs. 7-day-ago TVL for each protocol and scores it by magnitude × how unusual the move is against that protocol's own volatility.
Brief
The top-ranked signals are handed to an LLM at request time, which writes the interpretation live. Nothing below is a pre-written string.