AI 产品解读Non-custodial Bittensor (TAO) cryptocurrency wallet browser extension for managing, transferring, and staking TAO tokens
Provides a secure, local, non-custodial way for Bittensor users to manage TAO cryptocurrency accounts, stake tokens, sign dApp transactions, and interact with the Bittensor network without exposing private keys to remote services
User installs extension → creates new wallet account (generating 12/24-word mnemonic seed) or imports existing account via seed/backup JSON/Ledger → sets a local password to encrypt keys → uses the popup or side panel to view balances, transfer TAO, stake to subnets → when visiting Bittensor dApps, the content script injects page.js to enable dApps to request transaction signing, and user approves/rejects via extension popup with password confirmation.
Secure local storage of TAO using mnemonic seed phrasesTransfer TAO between accountsStake TAO to Root/Subnet Zero and dynamic TAO staking to subnet alpha tokensSign transactions requested by external dApps (injects via content script)Multi-account management with derived accountsView subnet charts, price, and performance
- 目标用户
- Bittensor (TAO) cryptocurrency holders and stakers / Polkadot/Substrate ecosystem users / DeFi users interacting with Bittensor dApps / Crypto users who prefer non-custodial wallet management
- Source code is heavily minified/bundled (background.js 815KB, extension.js 2.95MB), limiting deep code inspection
- Translation files provide clear UI flow evidence but actual UI rendering logic is in the large bundled extension.js
- Cannot confirm whether any remote API calls require authentication tokens (blockchain RPC nodes are generally permissionless)
付费分析未识别到付费功能
No evidence of paid features, subscriptions, payment platforms, or billing within the extension. The 'license' keyword hits are all MIT open-source license notices for bundled libraries (noble-curves, scure-base, React). The 'pro' hits are from react.production.min.js (production build file names). The 'upgrade' keyword in translations refers to blockchain metadata upgrades, not paid tier upgrades. No Stripe, premium, paywall, subscription, or billing APIs were found.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- This is a non-custodial cryptocurrency wallet. Users create local blockchain accounts using mnemonic seed phrases (12 or 24 words) and protect them with a local password. There is no service login, OAuth, or account creation on any remote service. The 'account' references throughout the codebase refer to blockchain wallet accounts, not service user accounts. The 'auth' keyword refers to authorizing dApps to access wallet addresses, not user authentication. No login providers are involved.