Frequently asked questions
Answers about the product, data, plans, account, Telegram, and languages. For billing details, see Pricing and Settings.
Product & safety
What is WhaleTracker?▾
WhaleTracker is a crypto futures analytics workspace: funding, open interest, liquidations, long/short, on-chain whale flows, signals, and tools like watchlist and trade journal. It is built for traders who want derivatives and flow context in one place.
Is this financial advice?▾
No. Nothing here is investment, tax, or legal advice. Markets are risky; past backtests or signals do not guarantee future results. You are responsible for your own decisions.
Who is WhaleTracker for?▾
Active crypto traders and analysts who use Binance-style perp data and optional on-chain context. Beginners can explore Free areas; Pro/Elite unlock deeper screens and Telegram digest features as described on Pricing.
Data & accuracy
Where does market data come from?▾
Most futures metrics (prices, funding, OI, liquidations, etc.) are sourced from public exchange APIs (e.g. Binance Futures). On-chain sections use public chain data and heuristics; labels may be incomplete.
Why do numbers differ from my exchange app?▾
Rounding, timing, index vs last price, excluded symbols, or API cache can differ slightly. Use WhaleTracker as one lens, not the only source of truth.
Are signals always right?▾
No. Signals and strategies are models. They can lag, fail in new regimes, or miss fees and slippage. Always verify and size positions yourself.
Plans & access
What is the difference between Free, Pro, and Elite?▾
Free covers core browsing with limits (see Pricing). Pro unlocks deeper history, more screens, and Telegram digest. Elite is for the highest tier features and roadmap items (some still marked “soon” in the UI).
How do I upgrade?▾
Open Pricing in the sidebar and follow the flow shown there. In this kit, plan toggles may also exist under Account for demo purposes.
Is there a refund policy?▾
Refund rules depend on where you purchase (Stripe, App Store, etc.). Check the checkout page and terms at purchase time. This FAQ cannot override merchant policy.
Account & privacy
Where is my account stored?▾
In this application kit, account/demo data is stored in your browser (localStorage) unless you connect a real auth backend. Do not rely on browser storage as a secure vault for secrets.
Do you sell my data?▾
WhaleTracker does not sell your alert preferences or Telegram settings for advertising. Chat IDs used for Telegram delivery are only used to send messages you request.
What should I protect?▾
Never share API keys, seed phrases, or your Telegram bot token. The app only needs your numeric Chat ID to send alerts to you, not your private keys.
Telegram & alerts
Why one bot for everyone?▾
Telegram’s model is one bot per project. Each user has a private chat ID with that bot. The server sends to your ID only; you do not need a separate bot per customer.
What is the difference between manual and automatic digest?▾
“Digest now” sends one snapshot. Turn on auto-push on the Telegram alerts page: while the tab stays open, the server fingerprints your selected modules and sends Telegram when that data changes (signals, whales, market, etc.). For delivery without a browser, use server cron: GET /api/cron/telegram-digest with CRON_SECRET and TELEGRAM_CRON_CHAT_ID.
Why is a digest section missing?▾
Some blocks need a public app URL on the server (NEXT_PUBLIC_APP_URL or Vercel). Others need external APIs. The digest tells you when a section was skipped or empty.
What are quiet hours?▾
Optional hours in local browser time. If enabled, the app asks for confirmation before a manual digest, and automatic sends are skipped during that window.
How often is digest data updated? Is it live?▾
“Digest now” is a snapshot at the moment the server builds the message — not a live ticker. Numbers refresh when you send again. There is no per-second stream inside that single Telegram message.
Do I need the website open?▾
For manual “Digest now”, yes, when you click. For browser auto-push, keep the tab open. For 24/7 scheduled digests without a tab, configure cron on your server (see Telegram page help).
Updates & hosting
How often does WhaleTracker ship updates?▾
There is no fixed public SLA on every minute of data. The product evolves by continuous deployment: fixes and features land when they are ready. Watch your host’s changelog if you self-deploy.
What must run on the server for Telegram to work end-to-end?▾
TELEGRAM_BOT_TOKEN, a reachable HTTPS deployment, and usually NEXT_PUBLIC_APP_URL (or Vercel) so server-side digest code can call your own APIs (macro, sentiment, derivatives). Local dev can use a localhost fallback for those internal fetches.
Language & support
Which languages are supported?▾
The UI supports Russian, English, and Simplified Chinese where translated. Some pages or API labels may still be partially English.
A feature says “soon” — when?▾
Roadmap items ship as they are implemented. Watch release notes or Pricing for the latest. The UI shows what is already in the digest vs planned.
How do I get help?▾
Check this FAQ, Pricing, Settings, and Telegram alerts help blocks. For production support channels (email, Discord), use whatever your deployment provides.