Secure digital wallet concept with glowing protective shield in purple and teal colors

3 July 2025

Wallet Types Explained Without the Jargon

Hot wallets, cold wallets, seed phrases, and hardware devices — what each term means and when you encounter them.

Before you interact with any Solana application, you will encounter wallet vocabulary. This guide defines the main terms so you can read documentation and community advice with confidence.

What a wallet actually is

A wallet is software (and sometimes hardware) that holds the cryptographic keys proving you own certain accounts on the network. The wallet does not store SOL itself — the coins live on the blockchain. Your wallet holds the keys that let you authorise transfers.

Hot wallets

A hot wallet is connected to the internet. Browser extensions like Phantom and Solflare are hot wallets. Mobile apps fall into this category too.

When you see this term: Hot wallets are convenient for everyday use — connecting to websites, making small transfers, exploring applications. Articles warn about hot wallets because internet connectivity increases exposure to phishing and malware.

Cold wallets and hardware wallets

A cold wallet keeps keys offline. Hardware wallets (devices like Ledger) are the most common cold storage method. You connect the device only when signing a transaction.

When you see this term: Cold storage is recommended for larger amounts held long term. The trade-off is convenience — every transaction requires physical access to the device.

Seed phrase

Your seed phrase (also called a recovery phrase or mnemonic) is a list of 12 or 24 words generated when you create a wallet. Anyone who knows the phrase can recreate your keys and control your funds.

When you see this term: Instructions say “never share your seed phrase” because it is the master key. No legitimate service will ever ask for it.

Signing and approving

When a website asks your wallet to “sign” something, it is requesting cryptographic approval. Signing a transaction moves funds. Signing a message might prove identity without transferring value. Read what you are approving — the vocabulary is similar but the consequences differ.

Wallet adapter

Developers use the term wallet adapter for libraries that let websites connect to multiple wallet extensions. As a user, you simply click “Connect Wallet” — the adapter handles the technical handshake behind the scenes.

Choosing what is right for you

This article explains vocabulary, not recommendations. For learning purposes, many people start with a hot wallet on devnet (test network) where tokens have no real value. Our glossary entry on hot wallets links to related terms.

Need a walkthrough of terms in your own setup notes? Consider a terminology session.