Last updated: June 10, 2026
AlphaPeek is an open-source Chrome extension that shows information about wallet addresses and token contracts — on EVM chains and Solana — when you hover them on supported websites. This document explains what data the extension touches and what it doesn’t.
When you hover an address (or $cashtag) that AlphaPeek recognizes on a supported site (currently X / Twitter only), the extension sends that address — an EVM address with a chain identifier (e.g., ethereum, base), or a Solana token mint — to the AlphaPeek proxy server. The proxy then queries the CoinStats Public API to fetch token or wallet information and returns the result to your browser.
The AlphaPeek proxy (hosted on Cloudflare Workers) keeps the following minimal logs:
The proxy does not log:
When AlphaPeek looks up an address, the proxy sends that address to the CoinStats Public API to fetch token or wallet data. For token contracts (EVM contracts and Solana mints alike), the proxy also sends the contract/mint address to the GoPlus Token Security API for a free, keyless contract-safety scan. For a brand-new token still propagating to data indexes, the proxy may additionally send the address to the DexScreener API — a free, keyless market-data lookup that covers both EVM chains and Solana — to surface the very newest tokens. Each provider’s own privacy policy applies to that interaction. Your browser never contacts CoinStats, GoPlus, or DexScreener directly — all requests go through the proxy.
AlphaPeek uses two browser storage mechanisms:
chrome.storage.local — stores your settings (your default chain).You can clear both at any time by removing the extension or via Chrome’s “Clear browsing data → Cookies and site data.”
Because we don’t collect anything tied to your identity, there is nothing to delete on our end. To stop using AlphaPeek, uninstall the extension from chrome://extensions.
If this policy changes, the “Last updated” date above will change and the new version will be visible in the repo’s commit history.
Open an issue at the AlphaPeek GitHub repository for any privacy questions or concerns.