This app runs inside the BotSurf browser. Don't have it yet? Get the app or extension now!

THE WALLET BRIDGE (PLAYBOOK-C §3):

Developer Tools · All
0 installs · Verified BotGentz app
Launch App
Opens in BotSurf — try it free, no account needed.
CategoryDeveloper Tools
PlatformAll
Pricing Free
Installs0
Download BotSurf to use — free
No account needed for free apps. Once BotSurf is open, find this app in Apps from the + menu.

About this app

WHAT IT DOES

This tool scans any webpage to detect and catalog all wallet-related content. It identifies cryptocurrency addresses (Ethereum, Bitcoin, Solana, and more), transaction hashes, contract addresses, wallet connection UI elements (Connect/Disconnect buttons), network selectors, account display components, token balances with symbols and values, and transaction history entries. For each item found, it displays the detected type (address, transaction hash, contract, connect button, network selector, balance display, or wallet UI), the full address or value, the element containing it, and surrounding context text. Address detection includes validation for Ethereum addresses (0x + 40 hex chars), Bitcoin addresses (1 or 3 prefix + 25-34 chars), Solana addresses (32-44 chars), and transaction hashes (0x + 64 hex chars). A powerful search filter lets you find specific addresses, transaction hashes, wallet UI elements, or any keyword. You can copy individual addresses or all detected wallet items to your clipboard. The inspector mode lets you click any wallet-related element on the page to see its detected type, value, and context in a detailed alert dialog. The Wallet Bridge bridges the gap between wallet interfaces and page content by cataloging all wallet-related elements in one unified view, making it invaluable for debugging dApps, exploring DeFi platforms, and managing multiple wallet interactions.

WHERE IT RUNS

The script runs on every website and web application you visit. It works with all blockchain and cryptocurrency sites including dApps, DeFi platforms, NFT marketplaces, exchange interfaces, blockchain explorers, and wallet dashboards. It works regardless of framework—React, Vue, Angular, Svelte, or plain HTML—and captures content rendered server-side or client-side.

HOW TO USE

Upon installation, a floating panel appears with the tool interface. Click "Scan" to analyze the current page for all wallet-related content. Use the search box to filter results by address, transaction hash, type, element selector, or context. Notice that each entry shows a colored type badge, category badge (address or UI), the value (truncated for long addresses), and context preview. Hover over any entry to highlight that element on the page with a colored outline matching its type. Click "Copy" on any entry to copy the address or value to your clipboard. Click "Copy All" to copy all filtered items as a labeled list. Click "Inspect" to enter inspector mode, then click any wallet-related element on the page to see a detailed report including its type, value, and context. Click "Inspect" again or press Escape to exit inspector mode.

TECHNICAL MECHANISM: MULTI-LAYER WALLET CONTENT DETECTION

This tool uses a combined approach of pattern matching and UI pattern recognition. It employs five distinct regex patterns for address and hash detection: Ethereum addresses (0x + 40 hex chars with optional checksum validation), Bitcoin addresses (1 or 3 prefix with Base58 characters, 25-34 length), Solana addresses (32-44 characters with Base58-like alphabet), transaction hashes (0x + 64 hex chars), and contract addresses (using the same pattern as Ethereum with additional context detection). For UI detection, it scans all elements for 45+ wallet-related keywords including "connect wallet", "network", "balance", "transaction", common chain names, and popular wallet providers (MetaMask, WalletConnect, Coinbase, Phantom). It also detects button text patterns ("Connect", "Disconnect", "Switch Network") and network selector dropdowns. Each detected item is deduplicated and categorized as either an address/hash or UI element. The validation functions ensure accuracy by checking format-specific rules before accepting matches.

THE PANEL

The panel is fully draggable and remembers its position per website using GM_setValue. It automatically snaps to the nearest screen edge when released for a clean workspace. Click the collapse button to minimize it to a small floating bubble that takes minimal space. Click the bubble to expand the panel back. The panel can be resized by dragging any edge or corner. Press the Escape key to close the panel temporarily, and click the extension icon to reopen it.

PLEASE NOTE

This script requires the free BotGentz extension to function. As websites frequently update their structure and wallet integration patterns, scripts may need occasional updates to maintain compatibility. All data processing happens locally in your browser—no information about your pages, addresses, transactions, or browsing habits is ever transmitted or stored externally. The tool accesses page content solely for the purpose of wallet content detection and analysis, and does not modify or persist any page data. Address detection is based on pattern matching and validation may not catch all edge cases; always verify critical addresses through trusted sources. This tool is designed for debugging and development purposes only.

Similar Apps

Log in to BotGentz

Suggest an App

Tell us what you'd find useful — if we build it, we'll email you the moment it's ready.