Real-time trading notifications
powered by on-chain intelligence
Track the Top 200 traders ranked by realized PnL. When multiple proven winners converge on the same token, your users know first.
The best trades happen while they're asleep. By the time it hits social media, it's already too late.
Can't monitor thousands of wallets
The best trades happen while they're asleep, at work, or looking at the wrong token.
Information overload
1M+ tokens across chains, endless noise on Twitter, no way to filter signal from spam.
No real-time smart money data
No way to know what proven traders are doing right now. By the time it hits social media, it's already too late.
3-10x DAU lift
Push notifications drive daily active users. Smart money alerts are the most clickable content in crypto.
Alpha they can't get elsewhere
No other wallet tells users what PnL-verified traders are doing in real time. A reason to open your app every day.
Signal → Swap → Fees
Every notification includes a CTA → Swap button. Direct path from notification to swap fee revenue.
First-mover moat
Be the first wallet with PnL-verified smart money signals. Sourced from our proprietary leaderboard ranking engine.
Verifiable track records
Signals from proven traders with visible PnL, win rate, and trade size. Transparency builds trust, not anonymous influencers.
Two signal modes. Every notification includes a CTA that leads directly to a swap.
Broadcast signal types
Smart Money Convergence
"5 of the Top 100 traders bought $BUNK in the last 6h"
Whale Move
"#3 ranked trader just bought $200K of $TOKEN"
Early Signal + Pump
"$TOKEN: Top trader bought at $0.01, now $0.07. 4 more piling in"
Fresh Position
"Top 10 trader just opened a NEW position in $TOKEN"
Sell Signal
"Warning: 4 top traders just sold all their $TOKEN"
We monitor on-chain trades in real time. When our engine detects smart money convergence, you get a structured payload within 2-5 seconds.
On-Chain Trades
Every DEX swap across chains monitored 24/7 in real time.
Intelligence Engine
Top 200 tracking, convergence detection, FOMO scoring, and throttling.
Your Users
Push notifications, in-app feed, badges. Your UX, your rules.
The signal system scales with your user base. No per-user infrastructure on our side. No per-user cost to you.
| Tier | Users | Signals | Budget |
|---|---|---|---|
| Active Traders | 1-5% of your base | Full personalized + broadcast | 5/day personalized |
| Occasional | 5-10% | Convergence alerts only | 2/day |
| Passive | Everyone else | Broadcast only | Zero incremental cost |
The same way LLMs predict the next word, our LRMs predict the next on-chain interaction. Trained on 130M+ interactions, backtested daily, served in 250ms.
Sequential, time-aware models trained on each wallet's interaction history. Cold start from just 2 interactions.
Daily validation: mask last 10 actions per user, predict what they do next. No data leakage, no inflated metrics.
250ms P50 inference via single API call. Webhook for notifications, REST for feeds and leaderboards.
MRR@25: How fast users find what they want
Mean Reciprocal Rank: how quickly the first relevant item appears in the ranked list. Higher = users act faster.
1-2 weeks of engineering effort on your side. We handle everything else.
What you need to do
- 1
Accept webhook POSTs
1 broadcast endpoint, 1 batch endpoint. Standard REST.
- 2
Provide an API key for auth
Simple config setup.
- 3
Implement dedup on signal_id
One field check per incoming payload.
- 4
Send CTR feedback (optional)
Click-through data helps us tune signal quality.
What you don't need to build
- ✓No data pipeline
- ✓No wallet monitoring infrastructure
- ✓No trader ranking system
- ✓No on-chain data ingestion
- ✓No ML models to train
Production deployments and rigorous backtests across the largest onchain and prediction market datasets.
Powered the Base App social feed
Our models re-ranked the Base App feed in real time using in-app events + on-chain data. At peak, 50% of transactions originated from personalized feeds, with 2.5x engagement lift.
Users find relevant markets 5.3x faster
We backtested our HRNN model on 2 months of Polymarket trading data: 670K users, 43K markets, 37M+ interactions.
A single webhook endpoint that accepts our POST payloads (JSON, bearer-token auth). Broadcast notifications require zero matching logic — just fan out to all users. For personalized notifications at scale, you need a batch endpoint that accepts up to 1,000 recipients per call, or the ability to match a segment signal against your own user-token holdings internally.
Broadcast: ~10–15 per day (one POST per signal, you fan out internally). Personalized for small tokens: batched — 1 POST per 1,000 recipients (a token with 5K holders = 5 calls). For mega-popular tokens (>50K holders): a single segment signal — we send the filter criteria, you match internally. Total: typically under 100 webhook calls per day in steady state.
Each signal is a JSON POST with: signal_id, signal_type (convergence, whale_move, etc.), priority (P0–P2), chain, token details (address, symbol, price, change %), headline (pre-built notification copy), trader data (rank, PnL, win rate, trade size), summary stats, a CTA object with swap action + token address + chain ready for deep linking, wallet_id, and timestamp. Personalized signals include an additional context object.
Under 60 seconds end-to-end. On-chain trade hits the stream, FOMO detector processes it in a 5-second batch window, checks rank + convergence state (single-digit ms DynamoDB lookups), and the delivery Lambda POSTs to your webhook. Personalized adds a few seconds for fanout. Segment signals are equally fast since it's a single POST.
Nothing for Phase 1 (broadcast) — we derive everything from on-chain data. For personalized: a mapping of which wallet addresses belong to your users so we can target by wallet_id. Alternatively, with the segment model you just need to answer which of your users hold a given token internally. No PII, no user accounts, no API keys to your systems — it's a one-way push.
Signals queue in our internal stream with 24-hour retention — nothing is lost. Delivery retries with exponential backoff (1s → 2s → 4s). Failed deliveries go to a dead-letter queue for manual replay. We can replay from the candidates stream during prolonged outages.
Three layers: (1) Global throttle — max ~15 broadcast signals per day, configurable per type. (2) Dedup — same token + same signal type won't re-fire within 2 hours unless it escalates. (3) Per-wallet budget — max 5 personalized notifications per day per wallet. All thresholds are tunable based on your CTR data.
Whatever the leaderboard pipeline supports — currently derived from our Flink pipeline processing multi-chain DEX trades. Each notification includes a chain field so you can filter or route by chain on your end.
Yes. Each payload has a signal_type and priority field. Filter by type (only convergence, only whale moves), filter by priority (only P0/P1), or apply your own logic before surfacing to users. We deliver the signal — you decide what to show.
Our cost scales with signals, not users. Broadcast: 1 POST regardless of user count — you fan out internally. Personalized: tiered strategy. Small tokens get individual targeting, mega-popular tokens get a segment signal (one POST, you match internally). We only index wallets that actually trade on-chain (~1–2% of your user base). The other 98% get broadcast only at zero incremental cost.
Bearer token in the webhook header. We store your API key in AWS Secrets Manager, you validate the token on your endpoint. Standard, simple, nothing proprietary.
Signals come from proven profitable traders ranked by real PnL on a public leaderboard. This is on-chain execution data from wallets that have actually made money — not sentiment analysis or social hype. Convergence (multiple independent profitable wallets buying the same token) is the strongest signal because it's hard to fake.
Give your users a reason to open
your wallet every day
Alpha delivers smart money signals via a simple webhook. You decide how to present it.
Book a Demo →