No ad-tech tracking cookies
1for49 does not use third-party behavioral advertising cookies or cross-site ad profiling cookies.
This page explains what local browser artifacts are used, why they exist, what breaks if removed, and how one-entry lottery flow can be affected if reveal-helper data is lost.
1for49 does not use third-party behavioral advertising cookies or cross-site ad profiling cookies.
Browser storage controls only affect local app state. Finalized chain entries and claims remain public on Solana.
Commit/reveal helper secrets are stored in IndexedDB (Dexie) on your current browser profile.
You control local storage, session storage, and IndexedDB cleanup from browser settings or in-app local tools.
Inventory is implementation-aligned and may evolve with migrations.
| Key / store | Type | Purpose | Retention | If removed |
|---|---|---|---|---|
| detrustpay.solana.cluster | localStorage | Remember selected Solana cluster. | Until changed or cleared. | Cluster resets to environment/default; explorer links and reads may point to another cluster. |
| detrustpay.settings | localStorage | Store UI preferences (time format, language, display behavior). | Until changed or cleared. | UI settings return to defaults. |
| auth_tokens / auth_token (legacy) | localStorage | Store app auth/session token for protected support surfaces when used. | Until sign-out, overwrite, token expiry, or clear. | You are signed out from those off-chain protected surfaces. |
| onefor49:home:focus_game_id | sessionStorage | Persist selected game focus in homepage terminal during tab session. | Tab/session lifetime. | Homepage focus resets after reload/new session. |
| onefor49 (IndexedDB) / roundTickets | IndexedDB (Dexie) | Store local ticket summary by wallet/game/round for fast UX continuity. | Until user clears local DB. | You lose local view history cache, but chain truth remains available. |
| onefor49 (IndexedDB) / commitSecrets | IndexedDB (Dexie) | Store local reveal helper materials needed for Reveal Picks. | Until reveal, purge, or local DB clear. | Pending reveal may become impossible if secret is removed before reveal period ends. |
| onefor49 (IndexedDB) / txIntents + queryCache | IndexedDB (Dexie) | Persist tx status continuity and local-first cached snapshots. | Until replaced/expired by app flow or DB clear. | No loss of on-chain data, but pending-action continuity and instant UI state degrade. |
| onefor49-commit-secrets / secrets (legacy) | IndexedDB (legacy) | Compatibility store; rows migrate lazily into scoped onefor49 DB. | Until migrated or cleared. | Older unrevealed rows may not auto-migrate if removed before first read. |
Keep this in mind before cleaning site data during active rounds.
Cluster selection, preferences, and local continuity features cannot persist between reloads.
You can lose the ability to reveal pending picks for that round and may forfeit reward eligibility.
Pending/confirmed tx intents no longer appear in local queue after refresh; chain data remains verifiable.
One-entry mode has strict periods. Browser cleanup during active rounds can create irreversible outcomes.
Use browser-native controls to inspect or clear local data.
Clear data removes local reveal helpers and ticket cache for this browser profile.
Blocking storage can prevent local continuity and reveal helper retrieval.
Site data removal signs out off-chain sessions and clears local workflow state.
Browser retention differs from immutable on-chain record retention.
Automatically cleared when tab/session closes.
Used for UX continuity, not on-chain finality.
Contains local-first game cache, tx intents, and reveal helper material.
Legacy rows may be read and migrated into current scoped DB.
Not affected by cookie or browser data removal.
The app uses strictly necessary and functional storage classes to provide gameplay continuity.
Version history is aligned with legal-page updates.