AI 产品解读Self-custody cryptocurrency wallet browser extension for Move-based blockchain ecosystems
Provides a unified wallet interface for managing crypto assets, NFTs, and dApp interactions across multiple Move-based blockchains (Aptos, Movement, Cedra, Sui) without requiring separate wallet tools for each network
User installs extension → creates or imports wallet (seed phrase/keypair) → sets local password to encrypt keys → unlocks wallet each session → browses dApps which request wallet connections → approves transactions and connections through the popup/sidepanel UI
Create and import wallets via seed phrase or keypairManage multiple blockchain accounts across Aptos, Movement, Cedra, and Sui networksSend and sign blockchain transactionsManage NFTs on supported chainsConnect to dApps via injected provider APISupport for Ledger hardware wallet
- 目标用户
- Cryptocurrency users interacting with Move-based blockchains / DeFi users on Aptos, Movement, Cedra, or Sui / NFT collectors on Move ecosystems / dApp developers building on Move chains
- Main UI bundle (assets/main-CHzXpBZ5.js, 5.2MB) is very large and was not fully inspected - may contain additional UI flows
- No visual inspection of onboarding screens or settings pages
- Cannot verify if swap/trading features exist with fee structures
付费分析未识别到付费功能
No evidence of premium tiers, subscription payments, upgrade prompts, or billing integrations found in any source files. Keywords 'premium', 'subscription', 'upgrade', 'payment' returned zero matches. The 'pro' keyword hits were all false positives (JavaScript Object.defineProperty patterns, CSS font-family/Product Sans, and CSS progress-bar classes). This is a free self-custody wallet; monetization likely comes from swap fees or blockchain-native mechanisms rather than user-facing paid features.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- This is a self-custody crypto wallet that requires users to set a local password on first use to encrypt their wallet keys. The password is stored encrypted in browser storage (setStorage('encryptedPassword')) and must be re-entered each session to unlock the wallet (extensionSessionStorage password check). There is no server-side or third-party authentication - it's a local wallet unlock mechanism.