Acquisition surface
Chrome extension for instant signal badges.
TradeClaw now ships a browser extension scaffold so users can pin live BTC, ETH, and XAU signal badges directly in the toolbar — a small trust surface that keeps the product in front of traders all day.
Live signal badges
BTCUSD, ETHUSD, and XAUUSD appear in the popup with direction, confidence, and a quick link back to TradeClaw.
Self-host ready
Point the extension at your own deployment so every self-hosted install gets a lightweight browser surface.
Low-friction trust hook
A pinned toolbar badge keeps TradeClaw visible between trading sessions and shortens the path back to the dashboard.
- Download the ZIP bundle and unzip it locally.
- Open chrome://extensions and enable Developer mode.
- Click Load unpacked, then choose the unzipped TradeClaw extension folder.
- Open Options, set your TradeClaw base URL, and grant origin access when prompted.
- Direction-first badges for fast scanning.
- Confidence percentages to set context quickly.
- Signal timestamps and one-click links back to TradeClaw.
- Base URL settings for self-hosted installs.
The extension gives TradeClaw a passive acquisition surface outside the main app. It keeps the brand visible, shortens the return-to-dashboard loop, and makes it easier to convert curious visitors into recurring users.
{
"generatedAt": "2026-05-16T09:00:00.000Z",
"baseUrl": "https://tradeclaw.win",
"pairs": ["BTCUSD", "ETHUSD", "XAUUSD"],
"signals": [
{ "symbol": "BTCUSD", "direction": "BUY", "confidence": 82, "signalUrl": "https://tradeclaw.win/signal/..." },
{ "symbol": "ETHUSD", "direction": "SELL", "confidence": 74, "signalUrl": "https://tradeclaw.win/signal/..." },
{ "symbol": "XAUUSD", "direction": "NEUTRAL", "confidence": 0, "signalUrl": "https://tradeclaw.win/dashboard" }
]
}