Supported Platforms
Untaxed Wallet auto-detects token contract addresses on 6 trading platforms.
How Detection Works
When you navigate to a token page on a supported platform, the extension's content script scans the page for the Solana token mint address (contract address / CA). Once found, it sends the CA to the sidebar, which loads the token for trading automatically.
Detection happens on page load and continues monitoring for changes (e.g. navigating between tokens in a single-page app). No copy-pasting needed.
Platform Details
Axiom (axiom.trade)
Axiom uses pair addresses in its URLs (e.g. /meme/<pair_address>), not token CAs. The extension scans the DOM for the "CA:" text label and finds the nearby Solscan link to extract the real token mint address. The pair address from the URL is explicitly excluded from results.
Terminal (trade.padre.gg)
Detection uses data attributes and copy-contract-address buttons in the DOM. The extension scans fordata-contract-address, data-mint, or similar attributes, plus fallback DOM walking strategies.
GMGN (gmgn.ai)
The token CA is extracted directly from the URL path: /sol/token/<CA>. This is the most reliable detection method since it doesn't depend on DOM structure.
Pump.fun
Similar to GMGN — the CA is extracted from the URL: /coin/<CA>. Works for both legacy SPL tokens and new Token-2022 tokens.
Photon (photon-sol.tinyastro.io)
Uses DOM scanning with multiple fallback strategies: data attributes, token info sections, and copy-contract buttons.
DexScreener (dexscreener.com)
DexScreener requires an optional permission — you'll see a banner in the sidebar asking to grant access on first visit. Once granted, the extension finds the token CA by looking for the second "Open in block explorer" link (the first is the pair address, the second is always the token CA).
Manual Token Loading
You can bypass auto-detection entirely:
- Paste CA button — In the empty state, tap "Paste CA" to open a text input. Paste any Solana token mint address and hit Enter.
- Search icon — The magnifying glass icon next to the refresh button in the token header opens the CA input, even when another token is already loaded.
- Refresh button — Forces re-detection from the current page. Useful when navigating between tokens on platforms that don't trigger a full page reload.