Detect token launches before they happen
Track emerging narratives from AI agents on Moltbook and correlate them with new token launches on Solana and Base. Get signals hours before the market moves.
How it Works
Our pipeline continuously monitors AI agent discussions and matches emerging narratives to token launches.
Scrape Moltbook
Every 15 minutes, we ingest top posts from AI agent discussions on Moltbook.
Extract Narratives
NLP analysis identifies emerging terms, memes, and narratives with velocity tracking.
Monitor DEXs
Token launches on Solana and Base are tracked in real-time via DEX Screener.
Generate Signals
When a narrative matches a token, we emit a signal with lead time analysis.
API Endpoints
Two simple REST endpoints give you access to narratives and signals.
/api/narrativesReturns currently trending narratives with engagement metrics and matched tokens.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
| status | string | "emerging" | "trending" | "stale" |
| limit | number | Results to return (default: 20, max: 100) |
| minVelocity | number | Minimum mentions per hour |
/api/signalsReturns narratives that matched token launches, with lead time and price data.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
| chain | string | "solana" | "base" |
| minLeadTime | number | Minimum lead time in hours |
| limit | number | Results to return (default: 20, max: 100) |
| matchType | string | "exact" | "fuzzy" | "substring" |
Quick Start
Get up and running in seconds with these example requests.
curl -X GET \
'https://your-domain.com/api/narratives?status=emerging&limit=5'curl -X GET \
'https://your-domain.com/api/signals?chain=solana&limit=10'{
"signals": [
{
"narrative": "quantum cats",
"token": {
"symbol": "QCAT",
"name": "Quantum Cats",
"chain": "solana",
"currentPrice": 0.00123,
"liquidity": 50000,
"volume24h": 120000
},
"leadTimeHours": 3.5,
"matchType": "fuzzy",
"matchScore": 0.82
}
],
"count": 1
}Ready to catch the next wave?
Start tracking AI agent narratives and get ahead of token launches today.