AI product readNon-custodial Cardano blockchain wallet for managing ADA, native assets, staking, DApp connections, and DeFi interactions
Provides a comprehensive all-in-one interface for users to interact with the Cardano blockchain ecosystem - managing crypto assets, staking to 3,000+ pools, swapping tokens, connecting to DApps (DEXes, NFT marketplaces, lending platforms), participating in governance and Catalyst voting, and converting between fiat and crypto
User installs extension → creates a new wallet (generates seed phrase) or imports existing wallet via seed phrase → sets a local PIN code for access → manages ADA/assets, stakes to pools, connects to DApps, swaps tokens, or buys/sells via fiat ramps. Private keys are stored encrypted locally on the user's computer. The extension injects a Cardano provider into web pages enabling DApp connections.
Send and receive ADA and Cardano native tokensLiquid staking with 3,000+ pool choicesIn-wallet token swapping (ADA/CNTs)DApp browser for connecting to Cardano DAppsFiat on/off ramp via Mercuryo, Guardarian, Transak, StealthEXHardware wallet support (Ledger, Trezor, Keystone, OneKey)
- Target users
- Cardano blockchain users and investors / DeFi users on the Cardano ecosystem / NFT collectors and traders on Cardano / ADA stakers seeking pool delegation / Hardware wallet users managing Cardano assets
- No deep inspection of the wallet creation flow UI code to confirm zero remote account requirement
- The doRestrictFeatures flag (bg.js line 108) checks for ccwallet.io/ccvault.io domains suggesting feature restriction may exist on legacy domains but not in the extension context where apiURL is api.eternl.io
MonetizationNo paid features detected
No evidence of paid features within the extension. No premium tiers, no Stripe/payment processing, no subscription APIs, no upgrade prompts, no gated features found. The 'premium' keyword search returned zero matches. The 'subscription' matches are all RxJS library objects (Subscription pattern), not payment subscriptions. The imprint content explicitly states 'Free Wallet Software' (ui/ImprintContent.js line 137). Fiat on/off ramp providers (Mercuryo, Guardarian, Transak, StealthEX) are third-party external services for buying/selling crypto, not Eternl's own paid features.
- Confidence
- 90
- Payment platform
- --
- Source
- AI / High
- Login required
- No
- Reason
- Eternl is a non-custodial cryptocurrency wallet. Users create or import wallets using a seed phrase locally - no remote service account is required. The PIN code and biometric authentication (found in ui/Login.js, ui/PINLogin.vue_vue_type_script_setup_true_lang.js, translations/locales/en-US/pin.json) are local security mechanisms to protect locally stored encrypted private keys, not service-based login. The hardcoded TOKEN in app/bg.js (line 180) is an app initialization parameter, not a user credential. All 'account' references in the code (e.g., bg.js lines 523-627) refer to Cardano blockchain wallet accounts, not user service accounts.