| Name | Type | Purpose | Lifetime |
|---|---|---|---|
eb_token | localStorage | Session authentication | 24 hours |
eb_wallet | localStorage | Connected wallet address | Until logout |
eb_role | localStorage | User role (admin / viewer) | Until logout |
eb_eip6963_rdns | localStorage | Last-used wallet provider (sticky picker) | Until cleared |
eb-cookie-pref | localStorage | Cookie consent acknowledgement | 1 year |
eb-risk-acked | localStorage | Risk disclaimer acknowledgement | 1 year |
eb_layout_* | localStorage | Workspace layout preferences | Until cleared |
connect.sid | HTTP-only cookie | CSRF protection on bridge requests | 24 hours |
Because we use only strictly essential cookies (required for the service to function) and a single non-essential preference flag (the "cookie consent" itself), we do not require an opt-in banner under most jurisdictions. We display a one-time notice for transparency.
You can clear all data at any time:
Clearing storage will sign you out and reset your UI preferences.
Questions: privacy@evolvingbot.tech