FortuneX is a single-page app. Your play-money wallet, game history, seeds, settings, achievements, and responsible-play limits all live in browser localStorage. This is functional storage, not tracking — it never leaves your device. Clearing it wipes your local state. Key namespaces:
fortunex_state_v2 — wallet, history, seeds, nonce, stats, achievements, responsible-play limitsfortunex_last_game_v2 — last-played game for resume-on-reloadfortunex_slot_theme — currently selected slot themefx.api, fx.userId — engine bridge configuration (dev/testing only; absent by default)When you install FortuneX as a PWA (or visit it once), our service worker caches the app shell (HTML, CSS, JS, icons, fonts) for offline play. No personal data is stored in the cache.
We do not set HTTP cookies at the play-money tier. At the crypto tier (when live) we will set one first-party session cookie (fxsess) for sign-in, with HttpOnly, Secure, SameSite=Lax attributes. No analytics or advertising cookies will be added.
Our CDN (Cloudflare) may set a __cf_bm bot-management cookie when requests appear to come from automated tools. This is operated by Cloudflare under their privacy policy and is required for the Service to function under DDoS protection.
A play-money casino doesn't need to know who you are; we don't sell ads; we don't sell data. The simplest privacy posture is to not collect what we don't need. The crypto tier will add session and KYC data because the licence requires it — but advertising trackers won't be added even then.
You can clear FortuneX's local storage any time:
Note: clearing storage will reset your FX-Coin balance, history, and unlocked achievements. There is no server-side backup at the play-money tier.
If we ever add an analytics or A/B-testing tool we will update this notice in advance and respect Do-Not-Track / Global Privacy Control signals where applicable. Questions: privacy@fortunex.casino.