shipwithjev

Catalog / Trading & markets

0498GitHub

Jev X Sentiment Analysis

Crypto terminal that reads up to 1,000 posts about a ticker alongside market and funding data and turns them into a buy, sell, hold, or take-profit call.

Crypto terminal that reads up to 1,000 posts about a ticker alongside market and funding data and turns them into a buy, sell, hold, or take-profit call. No license file at the time of writing. Not financial advice.

brainstormity/Jev-X-Sentiment-AnalysisREADME ↗
# Jev X Sentiment Analysis



An on-demand crypto market intelligence and decision-support terminal powered by TypeSafe AI's System One model (Jev).

The tool allows you to search any cryptocurrency (such as BTC, SOL, or ETH), select how many tweets you want to analyze (from 50 up to 1,000 tweets), and receive an instant, data-backed trading decision (Buy, Sell, Hold, or Take Profit) based on real-time market data, perpetuals funding rates, and social sentiment.

The platform does not execute trades automatically. It generates a clear decision card with calculated entry ranges, stop losses, and target levels so you can review the reasoning and execute manually on whichever exchange or DEX you prefer.

---

## How Tweets Are Analyzed

When you request sentiment analysis across 100 to 1,000 tweets, dumping hundreds of raw tweets into an LLM would exceed token budgets and introduce latency. Instead, Jev X Sentiment Analysis uses an **intelligent two-tier pipeline**:

```text
User Search (e.g. "SOL", 500 tweets)
   │
   ├──> CCXT: Live Price, 24h Volume, RSI, Funding Rate, Open Interest
   └──> TwitterAPI.io: 500 tweets ingested via cursor pagination
            │
            ▼
   Tier 1: Python Statistical Pre-Processing
   - Computes total engagement velocity (likes, retweets per minute)
   - Measures author diversity ratio (detects bot farms vs organic retail)
   - Computes keyword sentiment polarity (fear/capitulation vs greed/hype)
   - Stratified extraction:
       • Top 25 highest-engaged tweets (KOL & market-moving opinions)
       • 25 most recent breaking tweets (current real-time narrative)
            │
            ▼
   Tier 2: Early-Stopping Database Deduplication (API Cost Optimization)
   - To save API credits, the system stores all ingested tweets in a local

Also filed under Trading & markets

  1. 0557

    I built a trading bot with Jev

    I built a trading bot with Jev! Jev decides if it should "buy" or "sell", given the price feed of an asset pair, and executes real trades. It uses Monad to place the orders on Kuru's on-chain order book in every 300ms block. Demo link → https://t.co/vwl2SUu4jm

    @jarrodwatts · Trading & markets

  2. 0499

    jev_stock

    Experiment in forecasting Hong Kong stock direction: it builds a past-only state from market data, asks for an up, flat or down call, and renders a standalone report.

    sosopop · Trading & markets

  3. 0285

    $10,000 in Jev’s hands

    I gave Jev $10,000 and let it trade

    @abolbuild · Trading & markets

  4. 0274

    jev-trader

    A trading bot that places an order in every 300 ms block.

    @jarrodwatts · Trading & markets · 300 ms blocks