The most common beginner crypto questions, answered clearly.
Getting Started
Cryptocurrency is a form of digital money secured by cryptography and maintained on a decentralised blockchain network. It was created to enable peer-to-peer financial transactions without intermediaries, providing censorship resistance, programmability, and in the case of Bitcoin, a verifiably fixed supply.
Technical blockchain literacy is not required for basic cryptocurrency use. Exchanges and wallet applications abstract away the underlying complexity. However, understanding fundamentals — how wallets work, what private keys are, what happens on-chain — significantly reduces the risk of costly mistakes.
Cryptocurrency is legal in most major jurisdictions, including the United States, European Union member states, United Kingdom, Canada, and Australia. Some countries impose restrictions or outright bans (China has restricted trading and mining). Legality of specific activities — trading, staking, running nodes — may differ. Regulatory frameworks are evolving rapidly.
Most major exchanges allow purchases from $10–$25 minimum. All major cryptocurrencies are divisible — Bitcoin to 8 decimal places, Ethereum to 18. A small initial purchase is a practical way to learn the mechanics without significant financial exposure. Dollar-cost averaging small, regular amounts is a well-documented approach for building positions over time.
Coins are native to their own blockchain (BTC on Bitcoin, ETH on Ethereum). Tokens are issued via smart contracts on an existing blockchain — ERC-20 tokens on Ethereum are the most common example. The distinction matters for understanding technical dependencies and counterparty risk.
Whether to invest in cryptocurrency depends on individual circumstances: financial stability, investment timeline, risk tolerance, and portfolio context. Crypto assets are highly volatile and have exhibited drawdowns exceeding 80% from peak to trough. Financial advisors generally recommend treating crypto as a high-risk allocation within a diversified portfolio, limited to funds that could be entirely lost without affecting financial security.
Buying & Selling
Exchange selection should prioritise regulatory compliance, security track record, fee structure, and geographic availability. Coinbase (US-regulated, public company) and Kraken are consistently recommended for beginners. Larger platforms like Binance offer more assets and lower fees but have faced regulatory scrutiny in multiple jurisdictions. Always verify the exchange is licensed to operate in your country.
Fee structures in crypto exchanges typically include: trading fees (0.1–0.5% for spot trades on most platforms), deposit fees (usually free for bank transfers, 1.5–3.5% for card payments), withdrawal fees (flat fee per blockchain transaction, varying by asset and network congestion), and in some cases a bid-ask spread layered on top of stated fees. Reviewing the full fee schedule before depositing is essential.
Cryptocurrency markets operate continuously, 24 hours a day, 7 days a week, globally. Centralised exchanges may occasionally suspend trading during technical incidents. Decentralised exchanges are always accessible as long as the blockchain is operational. Liquidity for major assets (Bitcoin, Ethereum) is consistently deep. Very small or obscure tokens may have limited liquidity that makes large sells difficult without significant price impact.
Cryptocurrency transactions are final and irreversible once confirmed on-chain. If funds are sent to an incorrect address, recovery is generally not possible unless the recipient is cooperative and identifiable. Best practices: always use copy-paste for addresses, verify the full address (not just the first/last characters, as clipboard-hijacking malware exists), and send a small test transaction before a large transfer.
A market order executes immediately at the best available price. A limit order is placed at a specific price and only executes if the market reaches that price. For large purchases, market orders on low-liquidity assets can result in significant slippage — the price moving against you as your order executes. Limit orders give price certainty but no execution certainty.
In the United States and most major jurisdictions, cryptocurrency is treated as property. Selling, trading, or spending crypto triggers a taxable event; the gain or loss is the difference between sale proceeds and cost basis. Short-term gains (assets held under one year) are taxed as ordinary income. Long-term gains qualify for reduced rates. Consult a qualified tax professional familiar with digital assets.
Security
A seed phrase is a mnemonic representation of your wallet's master private key. It is the single most critical piece of information in self-custody cryptocurrency. Store it on paper or metal (not digitally), in at least two secure physical locations. No legitimate wallet, exchange, or support service will ever ask for your seed phrase. Any request for it is a scam.
2FA requires a second verification factor beyond your password. Time-based one-time password (TOTP) apps (Google Authenticator, Authy) generate 6-digit codes and are significantly more secure than SMS 2FA, which is vulnerable to SIM-swap attacks. Hardware security keys (FIDO2/WebAuthn) provide the highest level of account security. Enabling 2FA is mandatory for any exchange account holding real funds.
Prevalent crypto scams include: phishing (fake exchange/wallet websites harvesting credentials), pig butchering (long-term romance or investment fraud leading to a fake platform), fake technical support in social media and Discord, malicious airdrop tokens that drain wallets when interacted with, and rug pulls (developers abandoning projects after raising funds). Common indicators: guaranteed returns, urgency, unsolicited contact, requests for seed phrases or private keys.
Leaving funds on an exchange introduces custodial risk: exchange insolvency (FTX 2022, Celsius 2022, Mt. Gox 2014), hacking, or regulatory seizure can result in loss of access. For actively traded funds or small amounts, exchange custody is acceptable. For significant holdings intended for long-term storage, self-custody via hardware wallet is recommended. "Not your keys, not your coins" remains the operative principle.
Hardware wallets are strongly recommended for any holdings exceeding approximately $500–$1,000 or for any amount intended for long-term storage. The one-time cost ($59–$149 for Ledger or Trezor devices) is modest relative to the protection provided. Hardware wallets are not necessary for very small amounts or active trading. They are essential for anyone with meaningful long-term crypto savings.
If an exchange account is compromised: immediately revoke all API keys, change passwords, disable 2FA and re-enable with new credentials, and contact exchange support to freeze the account. If a self-custody wallet is compromised: the private key is permanently exposed — create a new wallet, generate a new seed phrase, and transfer all remaining assets immediately. Do not reuse any credentials associated with the compromised account.
Understanding the Tech
Blockchain security derives from: cryptographic hashing (each block's hash depends on its content and the previous block's hash, making retroactive alteration computationally infeasible), decentralisation (no single point of failure or control), and consensus mechanisms (altering the chain requires controlling the majority of network hashrate or stake — economically prohibitive for established networks).
Ethereum gas fees are determined by a base fee (algorithmically set based on block fullness) plus a priority tip. During periods of high demand — popular NFT mints, DeFi liquidation cascades, major market moves — competition for block space drives base fees sharply higher. Layer 2 networks (Arbitrum, Optimism, Base) execute transactions off the main chain and settle periodically, reducing fees by 90–99%.
A smart contract is immutable code deployed to a blockchain address that executes deterministically when its conditions are triggered. Smart contracts enable trustless agreement enforcement: once deployed, the code runs as written regardless of either party's wishes. Vulnerabilities in smart contract code can be exploited — auditing by security firms is an important (though not infallible) risk-reduction measure.
Proof of Work secures the blockchain through computational expenditure. Mining hardware competes to find valid hashes; the winner earns block rewards. Security scales with hardware and energy cost. Proof of Stake secures the blockchain through economic stake. Validators lock capital; dishonest behaviour results in slashing of that stake. PoS consumes roughly 99% less energy than PoW but has different security trade-offs, particularly around stake concentration.
Transactions on public blockchains are immutable by design. Once a transaction receives sufficient confirmations (6 for Bitcoin, 64 for Ethereum's finality), reversing it would require reorganising the chain — computationally prohibitive for established networks. This immutability is the source of blockchain's trustworthiness and also the reason why errors and theft are generally unrecoverable.
Common Misconceptions
Bitcoin and Ethereum are pseudonymous, not anonymous. All transactions are permanently recorded on public blockchains and are visible to anyone. Blockchain analytics firms (Chainalysis, Elliptic) can trace transaction histories and link addresses to real-world identities, particularly when addresses have interacted with KYC-compliant exchanges. True privacy coins (Monero, Zcash) use cryptographic techniques to obscure transaction details but face increasing regulatory scrutiny.
Blockchain analytics firm Chainalysis estimates illicit transaction volume represents approximately 0.34% of total crypto transaction volume (2023 report). While crypto has been used in ransomware, darknet markets, and sanctions evasion, the same is true of cash and traditional banking. Crypto's public ledger actually enables forensic tracing unavailable with cash. Large-scale criminal operations have been disrupted precisely because blockchain records are permanent and public.
Governments can restrict or prohibit cryptocurrency exchange operations, payments, and mining within their jurisdiction. China has done so with significant effect on domestic usage. However, the decentralised nature of public blockchains means the networks themselves cannot be shut down unilaterally. Highly motivated users can access the network through VPNs, peer-to-peer trading, and self-custody wallets. Effective suppression requires sustained, broad enforcement.
Bitcoin's Proof of Work consensus consumes significant energy — estimates range from 100–150 TWh annually, comparable to countries like Argentina. The environmental impact depends heavily on the energy mix. Mining migrates toward cheap energy, which increasingly means stranded renewables, flared natural gas, and surplus hydro. The Bitcoin Mining Council reports approximately 50–60% sustainable energy use by member firms, though methodology is contested. Ethereum's 2022 transition to Proof of Stake reduced its energy consumption by ~99.95%.
The wholesale replacement of fiat currency by cryptocurrency faces substantial practical and political barriers: price volatility makes crypto impractical as a unit of account; central bank digital currencies (CBDCs) are being developed as government-controlled alternatives; the financial system is deeply embedded in legal, regulatory, and commercial infrastructure. More likely trajectories include continued growth of stablecoins as payment rails, Bitcoin's role as a store of value asset class, and crypto-native financial applications that complement rather than replace traditional finance.
Wallet software passwords protect access to the app but do not protect the underlying private keys. The seed phrase is the root backup — it can regenerate all private keys regardless of the device or application used. Loss of a wallet device or password with a valid seed phrase backup is inconvenient but recoverable. Loss of the seed phrase with no other backup is effectively permanent loss of the associated funds.
The "too late" question is unanswerable because it assumes knowledge of future prices. Bitcoin has declined 80%+ from peak multiple times and subsequently reached new highs; each peak generated "too late" sentiment that proved premature. Cryptocurrency markets are maturing but remain high-risk and volatile. The relevant framework is not price level but risk-adjusted allocation: sizing a position relative to your financial situation and risk tolerance, investing gradually (dollar-cost averaging), and maintaining a long enough time horizon to weather significant drawdowns.
No questions match your search. Try different keywords.
Still have questions?
Our beginner articles explain everything in depth — at your own pace.