Product Overview
Built for on-chain alpha
Six core modules that cover everything from raw mempool data to automated risk flags.
Real-time mempool
See pending transactions and whale moves the second they hit the pool. Sub-100ms latency on Ethereum and Base.
Chainlytic streams directly from Ethereum and Base node infrastructure, giving you unfiltered access to the pending transaction queue. Spot large wallet activity before it confirms.
AI signal engine
Proprietary models that flag accumulation patterns, smart-money inflows, and rug risk — automatically.
Trained on three years of on-chain history, our signal models surface actionable patterns without noise. Every signal includes a confidence score and a full trace back to raw data.
Cross-chain index
One unified graph spanning Ethereum, Base, Solana, Arbitrum, Polygon and four more chains.
A single normalized API covers all indexed chains. Query a wallet's full history — including bridge activity — in one call, regardless of which chain the assets live on.
Contract audits
Automated bytecode scanning surfaces honeypots, hidden mint functions, and ownership backdoors.
Static analysis runs on every new contract deploy within seconds. Results feed directly into the signal engine so that high-risk tokens are flagged before volume picks up.
Webhook alerts
Route any signal straight into Telegram, Discord, Slack, or your own endpoint in real time.
Configure rule-based triggers — wallet threshold, contract event, signal score — and receive structured JSON payloads the moment a condition fires. No polling required.
Open API
REST and GraphQL access to the full index. Build dashboards, bots, or integrations on top of Chainlytic.
API keys are scoped by resource and rate-limited by tier. Full OpenAPI spec and client SDKs for TypeScript and Python are available in our public GitHub repository.
Architecture
How it works
From raw chain data to actionable signal in four steps.
Ingest
Our node cluster subscribes to every chain's mempool and block stream, normalizing events into a unified schema.
Index
Wallets, contracts, and liquidity positions are linked in a cross-chain graph and updated on every new block.
Analyze
The AI signal engine scores each event for risk, accumulation, and smart-money relevance in near real time.
Deliver
Signals surface in the dashboard, the API, and your configured webhooks — wherever you need them.
Open API
Build on Chainlytic
REST and GraphQL endpoints expose the full index. TypeScript and Python SDKs, an OpenAPI spec, and community examples are all maintained on our public GitHub.
GET /v1/wallet/{address}
Authorization: Bearer {api_key}
200 OK
{
"address": "0x...",
"chains": ["eth","base"],
"signals": [...],
"risk_score": 12
}