crypto_safety_check
Quick pre-trade safety check for a crypto token. Returns risk level, trust grade, DtD score, alert status, crash probability, and any active flags. Optimized for <100ms response. Use before any crypto trade or investment decision. Example: crypto_safety_check(token_id='bitcoin')
crypto_rating
Get the full ZARQ Trust Score for a crypto token. Returns overall score (0-100), letter grade (A+ to F), and breakdown across 5 pillars: Security (30%), Compliance (25%), Maintenance (20%), Popularity (15%), Ecosystem (10%). 198 tokens rated. Example: crypto_rating(token_id='ethereum')
crypto_dtd
Get the Distance-to-Default (DtD) score for a crypto token. DtD measures distance-to-default on a 0-5 scale (5=healthy, 0=imminent collapse). Returns 7 signal scores (Liquidity, Holders, Resilience, Fundamental, Contagion, Structural, Relative Weakness), trend classification (FREEFALL/FALLING/SLIDING/STABLE/IMPROVING), crash probability, and Structural Collapse status. Example: crypto_ndd(token_id='solana')
crypto_signals
Get all active crypto risk signals: Structural Collapse and Structural Stress alerts and recovery recovery signals. Each signal includes token, DtD score, trend, crash probability, streak duration, SHA-256 hash, and timestamp. Also returns a running scoreboard with precision metrics. Use to monitor the crypto market for emerging risks. Example: crypto_signals()
crypto_compare
Compare two crypto tokens head-to-head. Returns Trust Score, NDD, risk level, and key differences for both tokens. Useful for relative value analysis or deciding between two investments. Example: crypto_compare(token_a='bitcoin', token_b='ethereum')
crypto_distress_watch
Get all tokens currently showing distress (DtD < 2.0). Returns a watchlist of tokens with elevated crash risk, sorted by DtD score ascending (most distressed first). Use to identify tokens to avoid or potentially short. Example: crypto_distress_watch()