Privacy Policy
Last updated: May 28, 2025
Short version
SolanaLens collects zero personal data. The extension runs entirely in your browser. No analytics, no tracking, no servers — just you, your browser, and the Solana RPC endpoint you choose.
1. What we collect
Nothing. SolanaLens does not collect, transmit, or store any personal information, browsing history, or usage data. There are no analytics libraries, crash reporters, or telemetry systems in this extension.
2. Local storage
SolanaLens uses Chrome's storage.sync API exclusively to persist two settings:
enabledWhether the extension is active (true/false)rpcEndpointThe Solana RPC URL you configure (defaults to the public mainnet endpoint)
These values are synced by Chrome across your own devices (if you're signed into Chrome) but are never accessible to us or any third party.
3. RPC requests
When you hover over a detected Solana address, SolanaLens calls the configured RPC endpoint (default: api.mainnet-beta.solana.com) to fetch on-chain account data. This request contains only the Solana public key — no cookies, no identifiers, no browsing context.
If you use a custom RPC endpoint, that provider's own privacy policy governs any data they receive. We recommend reviewing the privacy terms of your chosen provider.
4. Permissions
SolanaLens requests the following Chrome permissions:
storageTo save your RPC endpoint and enabled/disabled state across sessions.
host_permissions: <all_urls>To detect Solana addresses on any webpage you visit. The extension reads page text — it sends nothing about the page to any server.
5. Third-party services
SolanaLens does not integrate with any third-party analytics, advertising, or data services. There are no hidden SDKs.
6. Children's privacy
SolanaLens does not knowingly collect information from anyone under the age of 13. Since we collect no data from anyone, this policy applies equally to all users.
7. Changes to this policy
If this policy changes, the "Last updated" date above will reflect the new date. Material changes will be noted in the extension's release notes on GitHub.
8. Contact
Questions about this policy? Open an issue on GitHub or reach out at ariesspring.dev/contact.