We watch
Hundreds of KOL wallets monitored 24/7 via Helius. Every swap on Jupiter, Raydium, and Meteora — captured in under 400ms.
Your agent knows what @theo just bought before his followers do. One API call returns the highest-conviction KOL trade in the last 60 seconds. $0.001 in USDC. No key, no account.
Hundreds of KOL wallets monitored 24/7 via Helius. Every swap on Jupiter, Raydium, and Meteora — captured in under 400ms.
Each trade gets a 0-100 conviction score. How much did they buy? Do they hold or flip? Have they been rugged before? Five signals, one number.
One API call. The response tells your agent exactly what was bought, by whom, and how confident they are. Your agent decides what to do next.
No API key. No account. No subscription. Your agent pays $0.001 in USDC per request via the x402 protocol. That's it.
// Request const res = await fetch("https://sentric.sh/v1/signals", { headers: { "X-402-Payment": signedUsdcPayment } }); // Response { "kol": "@theo", "action": "BUY", "token": "POPCAT", "mint": "7GCihgDB8fe6KNjn2MYtkzZcRjQy3t9GHdC8uHYmW2hr", "conviction": 94, "size_sol": 142.5, "timestamp": 1715284800 }
// Two lines to add KOL intelligence to any Solana agent import { SentricPlugin } from "@sentric/agent-kit"; const agent = new SolanaAgentKit(wallet, rpc).use(SentricPlugin); const signal = await agent.getBestSignal(); if (signal.conviction > 90) { await agent.trade(signal.mint, signal.size_sol); }
Not vibes. Five on-chain metrics weighted into a single conviction number.
How much of their portfolio did they put in? A $500 trade from a $1M wallet is noise. A $50K trade is conviction.
Do they hold for days or flip in minutes? Diamond hands score higher. Serial flippers get discounted.
Has this wallet actually made money? Past returns on similar tokens weight the score up or down.
How often have they been rugged? Wallets that consistently avoid scam tokens earn trust in the scoring model.
Open source. One endpoint. The highest-conviction KOL trade, delivered to your agent in milliseconds.