Smart Contract Interaction Cookies (Minimal UI Info)

To support secure and smooth interaction with blockchain smart contracts, RGG uses short-lived session cookies or browser storage in specific cases. These are implemented strictly for operational and anti-abuse purposes — not for user profiling or behavioral tracking.

Examples of use include: ● Transaction Integrity Checks: Preventing double-signatures, repeated token claims, or duplicate in-game actions. ● Session State Management: Remembering temporary steps during complex multi-stage operations (e.g., when signing and broadcasting a transaction). ● Error Prevention: Ensuring UI consistency in the event of network disruptions or failed wallet interactions. ● Contract Cooldowns: Managing cooldowns between interactions with certain contracts, like Airdrop claims or item minting, to prevent abuse.

These cookies: ● Are strictly session-based — cleared when you close your browser or complete the operation. ● Do not store personally identifiable information (PII). ● Are not shared with any third parties. ● Exist to enhance Web3 UX reliability, not to build user profiles.

RGG maintains a zero-tracking posture beyond necessary session state in smart contract operations. These cookies are fundamental for ensuring fair gameplay, secure interactions, and a seamless decentralized experience.

Last updated