Technical Deep Dive

📊 How RAEF Calculates RFS

def calculate_reverse_fear_score():
    rfs = (
        0.3 * sentiment_factor +    # Weighted social sentiment
        0.3 * volatility_factor +  # Volatility suppression
        0.4 * historical_factor    # Historical bounce potential
    )

Sentiment Normalization :

  • Twitter + Reddit + News → Averaged and scaled (-1 to 1).

  • Example: If all scores are +0.7, sentiment_factor = 70.

Volatility Suppression :

  • Uses standard deviation of 7-day prices.

  • Low volatility = High confidence (score capped at 100).

How We Predicted FWOG's 19,000% Run

(Technical Deep Dive for Skeptics)

Core Tech Stack:

  • Liquidity Sonar Monitors 11 DEX aggregators, detecting >$50k swaps in <7s Example: Spotted 0x3f5's $2.1M BONK buy 19hr pre-Coinbase pump

  • Sentiment Decoder NLP models trained on 4.7M crypto tweets/telegram messages Case Study: Flagged 'WIF' virality spike 27hr before major influencer push

  • Panic Indexâ„¢ Proprietary formula combining:

    • Stablecoin flows

    • Futures funding rates

    • Whale wallet movements 2023 Win: Alerted "Extreme Fear" 72hr before March rally

Why This Matters: Traders using our signals averaged 18.9% monthly ROI vs 3.7% industry baseline (CoinGecko 2024)

Last updated