Skip to main content

What it is

Every other platform answers the same question: what just happened? Dequan’s ML Momentum Engine answers a different one: what is about to happen? The engine watches the real-time derivative signals that only exist inside the Pump Zone — velocity, acceleration, and market cap trajectory — and produces a live probability score for every token it’s tracking:

Pump Score

P(+50% market cap in 5 minutes). The model’s confidence that a token is in the early stages of a real run, not just noise.

Sniper Score

P(+100% market cap in 60 seconds). The model’s confidence that a token is in explosive breakout territory right now.
Both scores are computed live, update every 500 ms, and are surfaced directly in the Derivative Pulse badge — the kinetic ranking strip that lives inside the Pump Zone.

Why this is fundamentally different

Most tools show you a sorted list based on past price change. The top item on any scanner’s list is already up 300%. The crowd is already in. You’re buying the exit, not the entry. The ML Momentum Engine works on leading signals, not lagging ones:
Signal typeWhat it measuresWhen it fires
Price % change (other tools)What already happenedAfter the move
Volume spike (other tools)What already happenedAfter the move
Velocity (Dequan)How fast MC is growing right nowAs it starts
Acceleration (Dequan)Whether momentum is building or fadingAs it inflects
Pump Score (Dequan ML)Probability of a real move startingBefore the crowd
The model was trained on millions of labeled outcomes — real Solana tokens, real velocity and acceleration curves, real results. It learned which velocity + acceleration combinations preceded real pumps, and which ones burned out.

Where the training data comes from

This is what makes Dequan’s model different from any off-the-shelf predictor: it trains on its own live feed. Every token the Pump Zone tracks generates a continuous stream of derivative signals — smoothed velocity, acceleration, market cap, token age, and normalized momentum ratios. These signals are logged continuously with timestamps. After each token’s lifecycle completes, the system looks back and labels the record: did this token pump +50% in the 5 minutes after this moment? Did it double in 60 seconds? Those labels are the training signal. The model learns from the actual tokens that move through the Pump Zone — not from a generic crypto dataset, not from cherry-picked examples. It learns from the same data distribution you’re trading. As more tokens flow through the system, the training corpus grows. The model is retrained periodically. It gets sharper over time — automatically, without anyone adjusting it manually.

The 7 features the model uses

The model does not use price. It uses derivative signals that measure how a token is moving, not where it is:
FeatureWhat it means
velEmaSmoothed market-cap growth rate ($/sec)
accelRate of change of velocity — the inflection signal
mcUsdCurrent market cap in USD
velEma_normVelocity relative to market cap size
accel_normAcceleration relative to recent velocity magnitude
log_mcLog-scale market cap (compresses the long tail)
token_age_secHow old the token is — new tokens behave differently
None of these features are available in the form Dequan computes them on any other platform. They require a live per-token derivative pipeline that’s running continuously on the Pump Zone’s data.

How to use it in the UI

The ML Momentum Engine surfaces inside the Derivative Pulse badge — the real-time ranking strip in the Pump Zone header.
1

Open the Pump Zone

The Derivative Pulse badge is in the toolbar above the field. It shows the top tokens by current momentum signal.
2

Look for the toggle

On the right side of the badge, you’ll see a small button: ⚗️ ML or 📡 RAW. Toggle between them.
3

ML mode

Pills are ranked by Pump Score. The percentage shown on each pill is the model’s current probability estimate. Green = ≥65% confidence. Amber = ≥45%. Dim = low signal.
4

RAW mode

Falls back to pure velocity ranking — bar width represents relative speed, colors represent acceleration direction. Useful for comparison or when you want to see the raw derivative signal without model interpretation.
ML mode is on by default. If you prefer raw velocity signals, toggle to RAW mode — the preference is saved to your browser and persists across sessions.

Confidence, not certainty

A 72% Pump Score does not mean a token will definitely pump. It means the model — trained on thousands of real outcomes — has seen this velocity + acceleration pattern lead to a significant move roughly 72% of the time. Some things that a high Pump Score does not guarantee:
  • Dev won’t rug after the move starts
  • Liquidity is sufficient for your size
  • The move hasn’t already started (use the chart to check)
Always combine the ML signal with the Token Quality Score (which checks for manipulation, concentration, and dev behaviour) and the safety signals in the candle drawer. The ML Momentum Engine is one input. The decision is yours.

Model specs

AttributeValue
Model typeLightGBM gradient boosted trees → ONNX
Pump Score targetP(MC +50% within 5 min)
Sniper Score targetP(MC +100% within 60 s)
Training corpusLive Pump Zone derivative logs (continuous)
Inference cadenceEvery 500 ms, batched across all tracked tokens
Inference locationData Gateway (server-side) — not your browser
AUC at last training0.72 (Pump Score), 0.72 (Sniper Score)
The model runs entirely on Dequan’s servers. Your browser never sees the raw model weights, and the scores arrive as part of the standard token metrics stream. There is no latency penalty for ML mode vs RAW mode.

Back to Velocity & Momentum

Understand the underlying derivative signals the model is built on.