Welcome to LENS
LENS is a Chrome extension that injects on-chain intelligence directly into Twitter/X profiles. See wallet data, dev activity, and community tags without leaving the page.
What is LENS?
When you open any Twitter/X profile, LENS automatically scans the bio for wallet addresses, contract addresses, and GitHub links then pulls real on-chain data and displays it directly under the profile.
No tab switching. No copy-pasting addresses into block explorers. Everything you need to evaluate a wallet or dev is shown instantly.
Core Features
Installation
Install LENS in under 30 seconds from the Chrome Web Store. No account required, no wallet connection needed.
Chrome Web Store (Recommended)
x.com.x.com only. No other sites are accessed. Click "Add extension" to confirm.Manual Install (Developer Mode)
Then open chrome://extensions, enable Developer Mode, click "Load unpacked" and select the /dist folder.
Permissions Explained
| Permission | Why it is needed |
|---|---|
x.com |
Read profile bios to detect wallet addresses and CAs |
storage |
Cache community tags locally for faster load |
Quick Start
Get LENS running and understand the UI in under 2 minutes.
Reading the Panel
Once installed, open any Twitter/X profile. Under the profile bio, LENS injects a dark panel with several sections:
Understanding Labels
| Label | Meaning | Source |
|---|---|---|
KOL | Key Opinion Leader high follower count with on-chain activity | Automated |
Dev | Has deployed contracts on Base | On-chain |
Whale | Wallet net worth over $100K | On-chain |
Scammer | Flagged by community members | Community |
DNF | Do Not Follow manually tagged | Community |
Dev Claim Fee
Track every time a developer claims fees from their token contract on Base chain. One of the most powerful sell signals in crypto.
How it works
Most ERC-20 tokens on Base include a fee mechanism. When trades happen, a small percentage goes to the developer's contract. The dev can then call a claimFees() or similar function to withdraw accumulated fees to their wallet.
LENS monitors all such transactions on Base. When a wallet in someone's bio has claimed fees, LENS displays the full history inline.
What LENS shows
| Field | Description |
|---|---|
| Total Claims | How many times fees have been claimed across all contracts |
| Total Amount | USD value of all fees claimed |
| Last Claim | When the most recent claim occurred |
| Destination | Where claimed funds were sent wallet or CEX |
| CEX Flag | Red flag if funds went directly to a centralized exchange |
Red flags to watch for
Deploy Count
See how many smart contracts a wallet address has deployed on Base chain and get automatic risk flags for serial deployers.
Serial Deployer Detection
LENS automatically labels wallets that have deployed more than 5 contracts as Serial Dev. This does not mean they are malicious but it is a signal worth investigating.
| Deploy Count | Label | Risk Level |
|---|---|---|
| 1 - 2 | New Dev | Low |
| 3 - 5 | Active Dev | Moderate |
| 6 - 15 | Serial Dev | Watch |
| 15+ | High Volume Dev | High |
Smart Wallet Buys
See every token a wallet has purchased, sorted by profit. Copy trade KOLs and smart money directly from their X profile.
What counts as a buy
LENS tracks all ERC-20 swap transactions on Base where the wallet received tokens. Each token shows:
| Field | Description |
|---|---|
| Token Name | Symbol and contract address |
| P&L | Estimated profit or loss in USD |
| Buy Date | First purchase timestamp |
| Top 10 | Badge if wallet was in top 10 early buyers |
CA History
Track every contract address ever posted in a Twitter/X bio including ones that have been deleted.
How bio tracking works
LENS indexes Twitter/X bios daily. Every time a CA appears in a bio, it is logged with a timestamp. When the CA disappears from the bio, it is marked as "Deleted" but never removed from LENS records.
GitHub Intel
If a Twitter/X profile links to a GitHub account, LENS automatically fetches and displays repository intelligence.
What is fetched
| Field | Source |
|---|---|
| Repository count | GitHub public API |
| Primary languages | GitHub public API |
| Last commit date | GitHub public API |
| Total stars | GitHub public API |
| Contract cross-reference | LENS on-chain matching |
Username History
See every username a Twitter/X account has ever used. Scammers frequently change handles to escape their reputation.
How username tracking works
LENS maintains a historical index of Twitter/X usernames mapped to account IDs. When a username changes, the old username is preserved in LENS records permanently.
This means even if someone changes their handle, anyone viewing their profile through LENS will see their full name history.
Community Tags
A crowdsourced reputation system. Any LENS user can tag any Twitter/X account and every other LENS user sees the warning instantly.
Available Tags
| Tag | Category | Description |
|---|---|---|
Scammer | Red | Known scammer verified by multiple users |
Rugpull | Red | Has rugged a token previously |
Serial Rugger | Red | Multiple confirmed rugpulls |
Honeypot Dev | Orange | Deployed honeypot contracts |
Fee Drainer | Orange | Excessively claims fees |
Suspicious | Yellow | Unverified suspicious behavior |
Legit Dev | Green | Verified legitimate developer |
Based Dev | Green | Community-trusted developer |
KOL | Blue | Key Opinion Leader |
Whale | Blue | High net worth wallet |
Builder | Blue | Active builder in the ecosystem |
Tag voting
Tags require a minimum of 3 user confirmations before being displayed publicly. This prevents spam tagging. Tags with more votes are shown more prominently.
API Overview
The LENS API provides programmatic access to wallet intelligence, contract data, and community tags.
Base URL
Authentication
All API requests require an Authorization header with your API key:
Rate Limits
| Plan | Requests/min | Requests/day |
|---|---|---|
| Free | 10 | 1,000 |
| Pro | 100 | 50,000 |
| Enterprise | Custom | Unlimited |
Wallet Endpoints
Query wallet intelligence data including holdings, history, and on-chain activity.
Returns complete wallet data including token holdings, net worth, chain activity, and labels.
Returns all token purchases sorted by profit/loss.
Contract Endpoints
Query contract deployment history and fee claim activity on Base chain.
Tags Endpoints
Read and write community tags programmatically.
FAQ
Frequently asked questions about LENS.
Changelog
Release history and updates for LENS.
v1.0.0 June 2026
First public release of LENS Chrome Extension.
- Dev Claim Fee tracking on Base chain
- Contract deploy count with serial dev detection
- Smart wallet buys and P&L display
- CA History with deleted CA tracking
- GitHub intel integration
- Username history tracking
- Community tags system with voting
- Smart Followers count