AI 产品解读Self-custody Web3 cryptocurrency wallet browser extension for Ethereum and all EVM-compatible blockchains
Provides users with a secure, self-custodial way to manage crypto assets, interact with DeFi protocols, GameFi platforms, and NFT marketplaces across multiple EVM chains without relying on a centralized custodian
User installs extension → Creates a new wallet profile with a generated seed phrase or imports an existing one → Sets a local password to protect the wallet → Wallet injects an Ethereum provider into web pages → When visiting dApps, the extension intercepts Web3 requests and presents approval dialogs → User can view balances, send/receive tokens, and manage multiple wallet profiles from the popup or side panel
Create and import wallets via seed phrases (mnemonic)Manage multiple wallet profiles with separate secret phrasesLocal password protection for wallet locking/unlockingSupport for 30+ EVM-compatible networks (Ethereum, Polygon, BSC, Arbitrum, Optimism, Base, Linea, Scroll, etc.)dApp interaction via injected Ethereum provider (content script injects into all pages)Token balance tracking across ERC-20, ERC-721, and ERC-1155 standards
- 目标用户
- Cryptocurrency users who want self-custody of their assets / DeFi and Web3 dApp users who need a wallet to interact with EVM-compatible blockchains / NFT collectors and traders / Users who prefer open-source wallet solutions
- All source files are heavily minified/webpack-bundled making deep code-level analysis of specific features difficult
- Could not verify if there are any in-app purchase or token-gated features without running the extension
- The 'subscribe' and 'payment' keyword matches are from bundled third-party libraries (React, ethers.js) making it impossible to distinguish library code from extension-specific payment logic without deeper inspection, though no clear payment UI or billing APIs were found
付费分析未识别到付费功能
No evidence of paid features, premium tiers, subscriptions, billing, or payment integration in the extension code. All 'subscribe' keyword hits are from React's internal useSubscribe patterns in minified bundle code, not payment subscriptions. All 'pro' keyword hits are translations of 'profile' in locale files. No Stripe, billing, upgrade, or payment UI found. The extension is open-source with a public GitHub repository. The deterministic heuristic found isPaid=0 with 0 confidence.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- Wigwam is a self-custody wallet that operates entirely locally. Users create or import wallets using seed phrases and protect them with a local password. No service account, OAuth, or email-based login is required to use the core wallet functionality. All 'account' references in the code refer to blockchain addresses/accounts, not service accounts. The 'login' keyword hits are from bundled third-party libraries (ethers.js, xml parsers, MUI skeleton components) unrelated to authentication flows.