PRIVACY NOTICE

Privacy

Last updated · May 2026

Summary

HypeNode is a wallet-authenticated dashboard. We do not collect names, emails, or KYC data. Your wallet address is the only identifier we associate with the dashboard activity you create (saved backtests, shared links, role preference). You can disconnect and walk away at any time — there is no account to delete.

What we store

  • Wallet address — the public address that signed the SIWE message. Used to scope your saved backtest runs and your role preference (indexer / publisher).
  • Session cookie — an iron-session cookie that proves you signed the SIWE challenge. HTTP-only, same-site, expires on logout or after the session TTL.
  • Saved backtests — the strategy ticker, period, constituent weights, and result metrics you explicitly clicked "Save as preset" on. Stored in Supabase, scoped to your wallet address.
  • Share links — when you click Share on a saved run we issue a public short code that anyone with the link can read. Revoke by deleting the saved run.
  • Logs — short-lived request logs for rate limiting and debugging. Rotated on a few-day window.

What we don't do

  • No third-party analytics or behavioural tracking.
  • No selling, renting, or sharing of wallet addresses.
  • No KYC, government-ID, or biometric collection.
  • No reading of your wallet balance or signing keys — we only see what you sign.

Third parties

  • SoSoValue Terminal — public market data (prices, klines, sentiment). Requests are made server-side and do not include your wallet address.
  • LangGraph agent service — runs strategy / chat / backtest tools. Receives the basket you choose to run and returns metrics; it does not see your session.
  • Supabase — managed Postgres for persistence. We use row-level scoping so other wallets can't read your saved runs.
  • RPC providers — used by your wallet to talk to the chain. Their privacy policy applies to that traffic, not ours.

Your controls

  • Disconnect your wallet from the top bar to drop the session cookie immediately.
  • Delete a saved backtest run from the run history modal — that also invalidates any active share link.
  • Reset your role preference from /settings.

Contact

Questions or takedown requests: open an issue on the project repository. We aim to respond within a few business days.