ER
The Elon Report Extension Architecture
βœ“ Zero IP Logging πŸ”’ 99.9% Discarded Locally πŸ”‘ Pseudonymous Client UUID 🚫 Zero 3rd-Party Trackers πŸ“œ Open Source & Auditable

Privacy Policy & Architecture Disclosures

A zero-surveillance, local-first telemetry architecture engineered for digital sovereignty and cryptographic privacy.

Applies to: The Elon Report Extension (ERE) for Chromium Version: 1.1.68 Effective: September 5, 2026

1. Core Philosophy: Zero-Surveillance Architecture

The Elon Report Extension (ERE) is purpose-built for an audience that values cryptographic self-sovereignty, privacy, and open verifiability (including the Bitcointalk, Bitcoin, and developer communities).

Most commercial browser extensions operate as data vacuums: recording full browsing history, capturing private search queries, logging IP addresses, and selling telemetry streams to data brokers.

πŸ›‘οΈ The ERE Architectural Guarantee

ERE is engineered with the exact opposite paradigm: local-first domain evaluation where 99.9% of the web is completely invisible to our servers. Your personal browsing, banking, email, work, and general internet activity never leave your machine.

2. The 99.9% Rule: Local-First Evaluation

When you browse the internet with ERE installed, your browsing activity is not streamed to any remote server.

  1. Offline Registry: ERE ships with an offline, local indexed database containing domains categorized under the 8 Elon Report Pillars (Autonomous Vehicles, Robotics, AI, Space, Energy, TSLA/Equities, Crypto/Mining, and Digital Town Square).
  2. Client-Side Evaluation: Every domain you visit is evaluated entirely inside your browser's sandboxed service worker.
  3. Untracked Domains (The 99.9%):
    • If a domain does not match one of the 8 Pillars (e.g. your bank, personal email, search engines, medical portals, work intranets), NO network request is sent to our servers. Zero bytes are transmitted.
    • The root domain is held temporarily in volatile browser RAM for 5 minutes solely so you can inspect it in Tab 4 (Domain Telemetry Log) to visually verify that it was evaluated locally and discarded.
    • It is never saved to disk, never cached in persistent storage, and never logged anywhere.

3. What ERE Transmits (Tracked Pillar Domains Only)

If and only if you navigate to a domain that matches one of the 8 curated Pillars (such as bitcointalk.org, tesla.com, spacex.com, or x.com), ERE transmits a minimal telemetry payload stripped down strictly to root domain identifiers:

πŸ”’ WE DO NOT TRANSMIT PAGE URLS

The browser address is stripped down to the root domain / base URL client-side before any network request is created. Full page paths, thread titles, post IDs, search queries, and parameter strings are NEVER transmitted, NEVER received, and NEVER processed by our servers.

Data Point Sample Value Technical Purpose
Client UUID ere_a8f9c2d1-... Credits merit points to your pseudonymous installation.
Root Domain / Base URL bitcointalk.org Calculates aggregate 24-hour category rankings (or reddit.com/r/bitcoin for subreddits).
Pillar ID 7 Categorizes visit under the matching Pillar (1–8).
⚑ Merit Gating & Anti-Spam Throttling

Merit scoring is strictly capped at 1 point per domain per 24-hour rolling window. Repeated visits or rapid refreshes on the same domain increment aggregate platform statistics, but cannot be exploited to artificially farm merit scores.

4. What ERE NEVER Collects or Stores

We have intentionally designed the database schema, API contracts, and client extensions to make surveillance technically impossible:

🎨 Exception: Bitcointalk Dark Theme

ERE includes an optional custom Dark Theme engineered exclusively for bitcointalk.org (it operates nowhere else and cannot be applied to any other website). When enabled, local CSS stylesheet rules are injected into the page DOM to improve readability. Nothing else is sent or collectedβ€”forum posts, user inputs, and page contents remain completely untouched; only the client-side CSS visual presentation is adjusted on that website.

5. Pseudonymous Client UUIDs

Your identity in ERE is an anonymous string generated client-side:

6. Local Storage Disclosures

All extension state is stored locally inside your browser's sandboxed chrome.storage.local and IndexedDB partitions:

Storage Key Description
ere_uuid Your pseudonymous client identifier.
isPaused Master tracking pause toggle state.
hudPosition Saved screen coordinates { x, y } for the floating HUD pill.
idleOpacity HUD transparency percentage when idle or unhovered.
bitcointalkDarkTheme Dark theme preference for Bitcointalk.org (on or off).
hudDisplayMode Right-pill display mode (total, unique, or rank).
personalStats Cached total visits, merit points, and pillar distribution.
ere_domain_db (IndexedDB) Local cached dictionary of 1.3M+ domain classifications for offline evaluation.

7. Network Communications & Whitelisted Endpoints

ERE communicates exclusively with https://elon.report over encrypted TLS 1.3:

POST https://elon.report/wp-json/ere/v1/track           (Sends telemetry when a Pillar domain is visited)
GET  https://elon.report/wp-json/ere/v1/domains         (Daily synchronization of 1.3M+ domain classifications)
GET  https://elon.report/wp-json/ere/v1/global-stats    (Fetches aggregate platform-wide total visits)
POST https://elon.report/wp-json/ere/v1/submit-domain   (Sent only when you voluntarily submit an unlisted domain)

8. User Sovereignty & Privacy Controls

⏸ One-Click Kill Switch (Pause Tracking)

You can instantly pause all extension activity at any time by clicking Pause in the HUD modal or selecting Pause / Resume Tracking from Chrome's extension context menu. When paused, the HUD displays ⏸ and zero telemetry is recorded or sent anywhere.

πŸ” Real-Time Audit Log (Tab 4: Privacy)

ERE provides a live, rolling 5-minute telemetry log directly in the HUD. You can inspect every evaluated domain and confirm that non-pillar domains are labeled Untracked and never sent upstream. Consecutive page views on the same domain update the top timestamp to keep your audit log clean and legible.

πŸ—‘ Complete Data Erasure

Uninstalling ERE from Chrome immediately and irreversibly purges all local storage, IndexedDB caches, and saved preferences from your machine.

9. Open-Source Verifiability & Independent Auditing

Privacy claims without code verification are meaningless. ERE is completely open-source:

10. Contact & Community Verification

We welcome public security audits, domain classification suggestions, and code review: