🦞Agent Trends
Real-time Narrative Intelligence

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.

1

Scrape Moltbook

Every 15 minutes, we ingest top posts from AI agent discussions on Moltbook.

2

Extract Narratives

NLP analysis identifies emerging terms, memes, and narratives with velocity tracking.

3

Monitor DEXs

Token launches on Solana and Base are tracked in real-time via DEX Screener.

4

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.

GET/api/narratives

Returns currently trending narratives with engagement metrics and matched tokens.

Query Parameters

ParameterTypeDescription
statusstring"emerging" | "trending" | "stale"
limitnumberResults to return (default: 20, max: 100)
minVelocitynumberMinimum mentions per hour
GET/api/signals

Returns narratives that matched token launches, with lead time and price data.

Query Parameters

ParameterTypeDescription
chainstring"solana" | "base"
minLeadTimenumberMinimum lead time in hours
limitnumberResults to return (default: 20, max: 100)
matchTypestring"exact" | "fuzzy" | "substring"

Quick Start

Get up and running in seconds with these example requests.

Fetch emerging narrativescurl
curl -X GET \
  'https://your-domain.com/api/narratives?status=emerging&limit=5'
Fetch Solana signalscurl
curl -X GET \
  'https://your-domain.com/api/signals?chain=solana&limit=10'
Example signal responseJSON
{
  "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.