Crypto Basics: An Intermediate Guide to How Crypto Works
Crypto basics explain how digital assets move, how ownership is tracked on-chain, and how to manage risk before you use crypto to invest or build appl...
Crypto basics are the core concepts that explain how digital assets move, how ownership is tracked on-chain, and how to manage risk before you use crypto to invest or build applications.
What this crypto basics guide covers (and what it does not)
This guide covers the fundamentals that help you interpret what you are seeing on a blockchain and make safer decisions during common actions like buying, withdrawing, and swapping.
What this guide covers:
- What cryptocurrencies and tokens are, plus common token types
- How a blockchain records transactions and balances
- How wallets, private keys, seed phrases, and addresses fit together
- How exchanges differ from on-chain transfers and DEX trading
- Why fees, confirmations, and finality change user experience
- Common risks and basic security habits
What this guide does not cover:
- Investment advice or price predictions
- A guarantee of safety or profits
- A substitute for project research, contract review, or tax advice
If you want to extend your foundation, jump to the crypto basics glossary and the security basics checklist.
Crypto basics definitions you should know
Cryptocurrency is a digital asset that relies on cryptography and network consensus to track ownership and validate transfers without a single administrator. A token is a digital asset issued on top of an existing blockchain, often via a smart contract.
Key definitions (definition first, then context):
- Blockchain: A shared ledger that records transactions in ordered blocks so the history is difficult to alter.
- Coin: A cryptocurrency that is native to its own blockchain (for example, ETH on Ethereum).
- Token: A crypto asset created on an existing blockchain using a smart contract standard (for example, an ERC-20 token on Ethereum).
- Utility token: A token designed to be spent to access a product or pay for activity in an app or protocol.
- Governance token: A token that gives holders voting rights over protocol parameters (such as fees, treasury spending, or upgrades).
- Stablecoin: A token designed to track a reference price, often a fiat currency like the US dollar, using reserves, algorithms, or a mix of mechanisms.
- Wallet: Software or hardware that holds and uses private keys to sign transactions; the wallet displays balances by reading on-chain state.
- Address: A public identifier you share to receive funds, derived from cryptographic keys.
- Public key: A key derived from a private key that can be used to verify signatures; addresses are typically derived from the public key.
- Private key: A secret that authorizes spending; anyone who has it can move the funds.
- Seed phrase (recovery phrase): A human-readable backup that can recreate your wallet’s keys in many systems.
How crypto works at a system level (blockchain, nodes, consensus, and transactions)
A crypto transaction succeeds when your wallet signs it with your private key, broadcasts it to the network, and the network accepts it into the blockchain under the chain’s rules.
Blockchain accounting: balances are on-chain state
Balances are computed from blockchain data, not stored inside your wallet. Your wallet queries the chain state and shows what the network currently recognizes as controlled by your keys.
Nodes: who enforces the rules
A node is a computer running the blockchain’s software that verifies transactions and blocks according to the protocol rules. Some nodes also help relay transactions to other nodes, which is why broadcast and confirmation timing can vary.
Consensus: how a chain decides what is valid
Consensus is the mechanism nodes follow to agree on the valid transaction history, including transaction order.
Two common families:
- Proof of Work (PoW): Miners compete to add blocks via computation; the chain with the most accumulated work is treated as canonical.
- Proof of Stake (PoS): Validators stake assets and are selected to propose and attest to blocks; penalties can apply for misbehavior.
For an intermediate user, the key takeaway is practical: different consensus designs lead to different fee dynamics, confirmation patterns, and finality guarantees.
Confirmations and finality: when a transfer is “done”
Confirmations are the number of blocks added after the block that included your transaction. Finality is the point where reversing that transaction becomes infeasible or disallowed by protocol rules.
In practice, you wait longer for higher-value transfers, and you follow the standard confirmation guidance of the chain or the receiving platform.
Wallets, keys, and custody: how you actually control funds
Custody is about who controls the private keys that can sign transactions for an address.
Two custody models:
- Self-custody: You control private keys (mobile wallet, browser wallet, hardware wallet). You can transact without permission, and you are responsible for backups and security.
- Custodial accounts: An exchange or platform controls keys and shows you a balance in its internal ledger. You can trade easily, and withdrawals depend on the custodian’s policies and solvency.
Wallet types:
- Hot wallet: Internet-connected wallet (browser extension, mobile). Convenient, higher exposure to phishing and device compromise.
- Hardware wallet: A device designed to keep private keys off your computer or phone and sign transactions on the device.
- Cold storage: A broader idea meaning keys are kept offline; hardware wallets and offline-generated keys can both fit here.
Exchanges vs on-chain transfers vs DEX swaps (and why fees look different)
Exchange trading, exchange withdrawals, and DEX swaps are three different transaction environments with different settlement and fee mechanics.
Side-by-side comparison
| Mode | What happens | Typical fees | Settlement | Main risks |
|---|---|---|---|---|
| Trade on an exchange | Trades match inside the exchange’s internal systems | Trading fee and spread | Off-chain, internal ledger | Counterparty risk, withdrawal limits, account takeover |
| Withdraw from an exchange | Exchange sends an on-chain transaction to your address | Withdrawal fee plus network fee (chain-dependent) | On-chain after confirmations | Wrong network, wrong address, delays during congestion |
| Swap on a DEX | A smart contract executes the trade on-chain | Network fee (gas) plus slippage and sometimes a protocol fee | On-chain after confirmations | Bad contracts, MEV effects, slippage, fake tokens |
Definitions that explain the fee line items:
- DEX (decentralized exchange): A trading venue built from smart contracts where swaps settle on-chain rather than in an exchange database.
- Spread: The gap between the best buy price and the best sell price; on some venues it functions like an indirect cost even when the explicit fee looks low.
- Slippage: The difference between the price you expect and the price you get because the market moves or liquidity is thin.
A concrete example of where costs show up
You buy 1 ETH on an exchange and pay a trading fee plus a spread embedded in the execution price. You then withdraw that ETH to your wallet and pay the exchange’s withdrawal fee and the chain’s network fee, and you wait for confirmations before treating it as settled. After it arrives, you swap ETH for a token on a DEX and pay gas again, plus slippage if the pool is shallow or the price moves between signing and execution. Each step is normal, but each step has a different failure mode, so you treat them differently.
Security basics to protect your crypto
Crypto security is mostly about protecting private keys and verifying destinations while keeping your attack surface small.
Practical protections:
- Treat the seed phrase as the master key. Store it offline, never in cloud notes, email drafts, or screenshots.
- Use a hardware wallet for amounts you would not want to risk on an internet-connected device. Decide this threshold ahead of time.
- Turn on multi-factor authentication (MFA) for exchanges. Prefer an authenticator app or a hardware security key over SMS.
- Verify addresses beyond copy-paste. Malware can replace clipboard addresses, so compare the first and last characters and confirm the network label. If you use a hardware wallet, confirm the address and transaction details on the device screen.
- Understand approval risk before using smart contracts. An approval (allowance) can let a contract spend your tokens; revoke means sending an on-chain transaction that sets the allowance back to 0 (or to a lower limit).
- Separate identities for financial accounts. A practical setup is a dedicated email address and a password manager vault used only for exchange and wallet-related logins.
How to make a safe first crypto transaction (7 steps)
A safe first transaction is a repeatable checklist: confirm the asset and network, verify the address, send a small test, then complete the transfer.
- Confirm the asset and the network. “USDC on Ethereum” is not the same deposit path as “USDC on Solana.”
- Choose custody. Decide whether the funds should land in a self-custody wallet or stay on an exchange.
- Get the receiving address from the destination. For exchanges, generate the deposit address for the correct network.
- Verify the address visually. Compare the first and last characters, then re-check the network selection.
- Send a test transaction. Start with a small amount that limits damage if something is wrong.
- Wait for confirmations and check a block explorer. Confirm status, confirmations, and the receiving address.
- Send the full amount after the test clears. Repeat the same network and address checks before signing.
Risks and realities you should not ignore
Crypto risk comes from multiple sources, and the right control depends on which risk you are taking.
Risk categories
- Market volatility: Price can move quickly, especially in small-cap tokens with thin liquidity.
- Smart contract risk: Bugs, upgrade mechanisms, admin keys, and token approval patterns can break assumptions.
- Bridge risk: Cross-chain bridges concentrate complexity and value, and failures can be sudden.
- Counterparty risk: Exchanges can pause withdrawals, get hacked, face insolvency, or be impacted by regulation.
- Operational risk: Wrong network, wrong address, lost seed phrase, or signing a malicious approval.
Practical guidance
A reasonable baseline is to treat new chains, bridges, and contracts as untrusted until you can explain what secures them, who can upgrade them, and what happens if something fails.
Crypto basics glossary: key terms
These definitions are quick references for terms you will see in wallets, explorers, and exchanges.
- Address: Public identifier used to receive funds; derived from cryptographic keys.
- Allowance (token approval): Permission you grant to a smart contract to spend a token from your address up to a limit.
- Block explorer: Website that shows transactions, addresses, and blocks (for example, Etherscan for Ethereum).
- Blockchain: Shared ledger where transactions are recorded in ordered blocks.
- Consensus: Protocol rules for agreeing on valid blocks and transaction order.
- DEX (decentralized exchange): On-chain exchange that uses smart contracts to execute swaps.
- Finality: The point where reversing a confirmed transaction becomes infeasible or disallowed by protocol rules.
- Gas: Network fee paid to process a transaction or smart contract call on some chains.
- Liquidity: How easily an asset can be traded without moving the price much.
- Market cap: Price multiplied by circulating supply, a rough sizing metric.
- Node: A computer running blockchain software that verifies and relays transactions and blocks.
- Private key: Secret that authorizes spending.
- Public key: Key used to verify signatures; addresses are often derived from it.
- Slippage: Difference between expected and executed price in a trade.
- Spread: Difference between best available buy and sell prices.
- Stablecoin: Token designed to track a reference value, often a fiat currency.
- Staking: Locking assets to participate in validation or to secure a PoS network, with rewards and risks.
- Smart contract: Program deployed on a blockchain that can hold and move assets under defined rules.
FAQ
What are crypto basics in plain terms?
Crypto basics are the core ideas behind digital assets, including wallets and keys, how blockchains record transactions, how fees and confirmations work, and the main risks to plan for.
Is blockchain the same thing as cryptocurrency?
Blockchain is the ledger technology, while a cryptocurrency is a digital asset whose ownership and transfers are tracked using a blockchain or similar network.
What is the difference between a custodial wallet and a self-custody wallet?
A custodial wallet means a third party controls the private keys on your behalf, while a self-custody wallet means you control the private keys and must secure backups like the seed phrase.
Why do crypto transactions sometimes take a long time?
Crypto transfers can take time due to network congestion, fees set too low for current demand, or confirmation and finality requirements on the chain you are using.
What is gas and who receives it?
Gas is a network fee paid to include and execute transactions; it goes to validators or miners, depending on the chain’s consensus mechanism.
Can I send the same token across different networks?
A token name can exist on multiple networks, but deposits are network-specific; you must match the token and network supported by the receiving wallet or exchange deposit address.
What is a DEX and why would I use one?
A DEX is an on-chain exchange run by smart contracts, and you use it when you want to trade directly from your wallet without depositing to a centralized exchange.
What does it mean to revoke token approvals?
Revoking an approval means submitting an on-chain transaction that reduces a contract’s token allowance, often to 0, so it can no longer spend that token from your address.