waveguard_wallet_profile
Profile wallet behavior against baselines. Send normal wallet transaction patterns as training (tx_count, avg_value, unique_tokens, gas_spent, active_days, etc.) and suspect wallets as test. Detects bot activity, wash trading wallets, and sybil patterns.
Example: Profile 50 organic wallets → test 10 suspect addresses.
waveguard_volume_check
Detect wash trading and fake volume in OHLCV candle data. Send known-legitimate candles as training and suspect candles as test. Detects artificial volume spikes, suspiciously regular patterns, and manipulated price-volume relationships.
Example: Send 100 candles from a liquid pair as baseline, test candles from a suspicious pair.
waveguard_price_manipulation
Detect price manipulation in time-series data. Send a price or price+volume history as a numeric array. Early windows define 'normal' trading, recent windows are tested for manipulation patterns (pump-and-dump, spoofing, layering).
Example: Send 90 days of closing prices → detect manipulated windows.
waveguard_market_data
Fetch live crypto market data from CoinGecko and DexScreener. No external data needed — WaveGuard pulls it for you.
Use 'coin_id' for CoinGecko (e.g. 'bitcoin', 'ethereum', 'solana').
Use 'contract_address' for DexScreener (any chain).
Use 'search' to find token IDs by name/symbol.
Returns: price, volume, market cap, liquidity, price history, OHLC candles — ready to feed into waveguard_token_risk, waveguard_volume_check, or waveguard_price_manipulation.
waveguard_counterfactual
Run baseline plus counterfactual variants and measure verdict/score sensitivity.
waveguard_trajectory_scan
Analyze sequence drift and regime shifts over ordered samples.
waveguard_instability
Estimate instability under controlled perturb-and-resolve trials.
waveguard_phase_coherence
Measure coherence/entropy and collapse-risk indicators for candidate data.
waveguard_interaction_matrix
Compute pairwise interaction matrix and cluster decomposition for entities.
waveguard_cascade_risk
Estimate shock propagation and resilience from adjacency-linked entities.
waveguard_mechanism_probe
Run targeted interventions and rank effect sizes.
waveguard_action_surface
Score candidate actions and extract robust action zones.
waveguard_multi_horizon_outlook
Compute horizon-specific anomaly outlook and consistency across windows.