back to home

build23w / fdv.lol

BLAZING-FAST client-side SOL memecoin radar with explainable GOOD/WATCH/SHILL. Trader (Auto), Sentry (Sniper), Hold, Follow, and bots.

170 stars
140 forks
1 issues
JavaScriptCSSHTML

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing build23w/fdv.lol in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/build23w/fdv.lol)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

FDV Memecoin Radar (UltraLite) BLAZING-FAST client-side SOL memecoin radar with explainable GOOD/WATCH/SHILL. Trader (Auto), Sentry (Sniper), Hold, and Follow.• No build step• No backend• No accounts required Open the page and get GOOD / WATCH / SHILL signals at a glance. Note: This project is for research/education. Nothing here is financial advice. --- What’s New• New: headless CLI bootstrap for Auto Trader (Agent Gary + profiles) via • Flamebar now prefers actively pumping leaders (recent momentum weighting)• 'Hot PnL' animation highlights outsized movers• The Flamebar 'HODL' button can open the Hold bot for that mint• Hold bot supports up to 3 parallel tabs and smarter tab replacement when full• Trader (Auto) supports Agent Gary: optional AI buy/sell decisions + safe runtime tuning --- What It Does• Fetches public on-chain + market data directly in your browser• Ranks tokens using transparent inputs (FDV, volume, price action, liquidity, etc.)• Surfaces explainable signals: GOOD / WATCH / SHILL• Provides automation tools (optional) for monitoring and trading workflows --- Features• 100% client-side app (static hosting friendly)• Real-time streaming pipeline with adaptive throttling/backoff• Explainable scoring with visible inputs and badges• Mobile-ready UI and responsive widgets• Jupiter integration for quotes and swaps with robust fallbacks• Local caching for snappy UX and offline-friendly state --- Widgets and Bots This repo contains both 'read-only' widgets (boards, KPIs) and 'active' bots (that can trade). If you enable trading bots, use a burner wallet and keep balances small. Auto Tools Panel (Trader / Sentry / Hold / Follow) Implementation entrypoint: The Auto Tools Panel is a tabbed automation suite. These tools share common utilities:• Adaptive RPC backoff/throttling• Backoff-aware slippage adjustments and retry logic• Safety checks around dust/min-notional and route cooldowns Trader (Auto) Best for: hands-off position management with guardrails.• Auto wallet mode with local keypair (quick copy/export)• Automated buy/sell policy set (take-profit, stop-loss, trailing stop, partials)• Cooldowns and reconciliation logic to reduce 'double spend / stale state' issues• Fallback sell flow: split sizing, higher slippage re-quotes, bridge paths, manual send paths• Reserve management (fee/rent/runway buffers) and ATA rent estimation per swap Sentry (Sniper) Best for: signal-driven entries based on KPIs and short-term momentum.• Scans top candidates and rotates into the strongest setups• Flame mode can track the current Flamebar leader with rotation/cooldown rules• Momentum guards and rug gating to reduce bad fills on unstable tokens Hold Best for: 'I want to watch/hold *this specific mint* and auto-manage a basic exit.'• Up to 3 concurrent hold tabs (persisted)• Open a mint directly from token cards and from the Flamebar 'HODL' button• Config options (varies by mode): poll interval, buy %, profit %, rug severity threshold, repeat buys, 'uptick-only' gating• Exit logic includes profit targets plus a 'PnL fade' style exit (when green peaks then fades)• Dynamic slippage that increases under RPC backoff and on rug/severity events Follow Best for: mirroring a target wallet using your Auto wallet.• Watches a target wallet and mirrors buys with configurable sizing• Designed to reuse the Auto wallet secret (headless-friendly) Flamebar (Top PnL Leader) Implementation: • Tracks a rolling performance window (default ~15m)• Selects a leader and prefers 'active pumps' (recent positive momentum)• Adds a 'hot' highlight for outsized PnL• Provides a one-click path into Hold via the 'HODL' action Swap Modal Implementation: • Phantom connect• Quote preview (estimated output, min received, route hops)• Slippage stepper and sanity checks• Mobile deep-link to jup.ag with desktop fallbacks• Throttles/pause hooks to keep the live UI responsive while open Favorites Board Implementation: • Cached leaderboard + token metadata enrichment• Responsive layout (table on desktop, cards on mobile)• Quick links to token pages and live stats --- Use Cases (Playbooks)• Discover: use the main radar + KPIs to shortlist, then open token pages for confirmation.• Track a runner: watch Flamebar and open Hold for the leader to manage a lightweight plan.• Mirror a wallet: use Follow with a small buy percentage and strict max-hold.• Signal-driven entries: use Sentry for short-term setups and rotate based on momentum. --- Custom KPIs (Hand-Written) Pumping Radar (PUMP) Implementation: • Short lookback with fast decay for immediacy• Hard gates: minimum liquidity, minimum volume, price sanity• Acceleration signals (short-to-long window transitions)• Badge system: Pumping / Warming / Calm DEGEN Bottom Sniper (DEGEN) Implementation: • Trailing multi-day history with decay and per-mint caps• Gates: minimum liquidity/volume, price sanity• Recency-weighted stats and bounce-from-lows detection• Highlights coins recovering from deep pullbacks with improving volume --- Data Engine• Streaming pipeline: • Ingests multiple feeds with windowed keyword scanning• TokenStore for stable, NaN-safe merges; MarqueeStore for trending/new• Scoring + recommendations with guarded 'measured-only' emission• Adaptive stream pause/resume hooks for UI (swap modal, etc.)• Ad loader + deterministic selection --- Trading Safeguards (Applies to the Bots)• Min order sizing: Jupiter min-in and minimum sell-notional enforcement• Fee/rent/runway reserves; ATA rent estimation per route• Pending credit watcher + cache-first reconciliation patterns• Router cooldowns on dust/no-route errors (per mint)• Sell fallbacks: split sizing, slippage bumps, bridge paths, manual send paths• Dust-exit controls (when enabled) with user-defined minimum output --- Quick Start• Serve statically (any static host or simple file server)• Open the app and set a CORS-enabled Solana RPC (optional headers supported)• If using bots: generate an Auto…