Loading data...

Wallet

Product

Software or hardware that manages keys and blockchain authorization.

A cryptocurrency wallet is software or hardware that manages keys, addresses, balances, and transaction signing. It does not normally store coins inside the device. Blockchain assets remain recorded on the network, while the wallet holds or coordinates the authority needed to control them.

Wallets can be custodial or non-custodial. A custodial service controls keys and maintains customer access through an account. A non-custodial wallet lets the user authorize transactions directly. Smart contract wallets can add multiple signers, spending limits, guardians, sponsored fees, and recovery rules. Multiparty computation can distribute signing authority across devices or providers.

Wallets matter because they translate human intent into cryptographic authorization. An interface prepares a transaction, but the network follows the signature rather than the button label. A request presented as a login or claim can grant token approval or transfer assets. Users should verify network, recipient, amount, contract, permissions, fees, nonce, and expiration before signing.

Hot wallets run on internet-connected phones, browsers, or computers and are convenient for daily activity. Cold or hardware wallets keep keys away from general-purpose systems. Separating long-term holdings from routine dapp use limits damage. Hardware protection is strongest when transaction details are readable on the device and the user refuses blind or unexplained signatures.

Recovery is part of wallet security. Seed phrases must remain offline and private, while smart-wallet recovery depends on configured guardians, contracts, or services. A backup that has never been tested may fail because of a missing passphrase, derivation path, device, or policy. Inheritance plans must provide eventual access without exposing secrets early.

Privacy also differs between wallets. Address reuse, public RPC queries, analytics, and transaction broadcasting can link activity even when keys remain secure. Some wallets route every request through one provider, which can observe addresses and device information. Users should review connection settings and avoid importing sensitive public keys into unnecessary services. Security and privacy are related but separate properties.

Before choosing a wallet, review supported networks, source and update process, recovery model, transaction simulation, hardware compatibility, privacy, fees, and administrator dependencies. Download only from verified sources and begin with a small test. A wallet is a security boundary, not merely a balance viewer, and safe use depends on both its implementation and the decisions approved through it.

Frequently asked questions

  • A custodial wallet relies on a provider to control signing keys and process withdrawals, offering account recovery but adding freeze, breach, and insolvency risk. A non-custodial wallet gives the user signing authority and recovery responsibility. Smart wallets, MPC, and shared-control systems can sit between these models, so identify exactly who can move assets and change recovery rules.
  • A hardware wallet keeps private keys inside a dedicated device and signs without exposing those keys to the connected computer or phone. Its trusted screen lets the user verify important details. It reduces remote key theft but cannot prevent harmful signatures, supply-chain attacks, weak backups, or mistakes. Buy through trusted channels and verify every transaction on the device.
  • Follow the wallet's official recovery design and test it with a low-value setup. Traditional wallets may use an offline seed phrase, while smart or MPC wallets can use guardians, devices, or recovery kits. Protect backups from theft and physical damage, store independent copies where appropriate, document inheritance, and never photograph or enter a recovery phrase into a website.