Signals
Four signals. One score. Four phases. This is how Yoriichi reads the DEX layer.
The System
Most tools look at price. Price is a lagging indicator. By the time price moves on your chart, someone else already saw it in the DEX layer.
Yoriichi was trained on Solana DEX data — every swap, every liquidity event, every pool creation, every wallet that rotated in and out. It learned the patterns that precede real price movement at the DEX level.
Phases
Liquidity Signal
WEIGHT: 0.35Is there real capital in the pools? Can swaps happen without destroying the price?
liquidity >= $50,000 AND avg price impact <= 2%Momentum Signal
WEIGHT: 0.30Is 24h volume accelerating above the 7-day baseline? Capital is rotating in.
24h volume >= 130% of 7-day daily averageTrader Signal
WEIGHT: 0.20Are there 100+ unique wallets trading? Is buying pressure real?
unique traders >= 100 AND buy/sell ratio >= 1.1Depth Signal
WEIGHT: 0.15Are there multiple independent liquidity sources? Or is one wallet in control?
active pool count >= 2Scoring Formula
breathing_score = (liquidity_signal * 0.35) + (momentum_signal * 0.30) + (trader_signal * 0.20) + (depth_signal * 0.15)All signals 0-100. Final score = weighted sum.
Test these signals in the Lab
Experiment with different parameters