ROMNOVA

SETTINGS · DATA PROVIDERS

This deployment runs entirely in your browser: the analytics universe is a deterministic simulation, your watchlists / alerts / paper desk live in your browser's local storage, and the SOL reference price is genuinely live from keyless public APIs. Vendor integrations (Jupiter, Birdeye, Helius, Nansen, InfStones) require running the open-source project in server mode with your own API keys — the adapters ship in the codebase, keys never reach a browser.
CoinGeckoavailable keyless
live SOL reference price + global market context — active by default
keyless (COINGECKO_API_KEY optional)
Crypto.com Exchangeavailable keyless
live SOL_USD ticker from the public exchange API — cross-checks CoinGecko
keyless
Jupiter Tokens V2 + Swap V2server mode + key
token info, verification, organic score, swap routing (Ultra is superseded — not used)
JUPITER_API_KEY
Birdeyeserver mode + key
OHLCV market data, token security, holder positions & labels (smart_trader / insider / dev / sniper / bundler)
BIRDEYE_API_KEY
Heliusserver mode + key
enhanced wallet transactions, webhooks, Solana RPC/WebSocket
HELIUS_API_KEY
Nansenserver mode + key
optional premium wallet labels and smart-money datasets
NANSEN_API_KEY
InfStonesserver mode + key
blockchain intelligence: third-opinion price cross-check
INFSTONES_API_KEY
DEX Screeneravailable keyless
keyless fallback for pairs, liquidity and price
ENABLE_DEXSCREENER=true
Security postureNo accounts, no personal data collected, no cookies beyond your browser's own storage of your workspace. API keys exist only server-side in server mode and never reach a browser in any mode. There is no private-key or seed-phrase handling anywhere in this application, and live trading is not implemented: real-wallet integration is spec'd to use wallet-adapter signatures with explicit per-trade confirmation, behind ENABLE_REAL_TRADING, and ships disabled. See the disclaimer for the full data-honesty statement.