What Are Cookies?

Cookies are small text files that your web browser stores on your device (computer, smartphone, tablet) when you visit a website. These files contain information that can help websites recognize your device and remember certain session preferences or actions.
There are two main types of cookies: ● Session Cookies – These temporary cookies expire when you close your browser. They are often used for essential site functionality, such as remembering temporary inputs during navigation. ● Persistent Cookies – These remain stored on your device for a set duration or until manually deleted. They are used to remember login states, preferences, and analytics over time.
Additionally, Web3 platforms may use: ● Local Storage / IndexedDB – Browser-based storage mechanisms often used in decentralized applications (dApps) for caching data or storing wallet-related session info without server contact. ● Tracking Pixels / Web Beacons – Tiny graphics or code snippets embedded in pages or emails to monitor activity, often for analytics or advertising purposes. ● Smart Contract-Linked Metadata – Unlike traditional cookies, specific on-chain actions may be tracked via metadata, public logs, or hashed identifiers.
Cookies and similar technologies are not inherently harmful, but they can be used to identify or profile users in some cases. At RGG, we aim to minimize tracking and uphold pseudonymity whenever possible.
Last updated