Crypto and Blockchain Basics: A Beginner's Guide

Sep 8, 2026

If you are new to digital assets, the vocabulary is usually the hardest part. This article explains the core ideas in plain language: what a blockchain actually is, why Bitcoin was created, how a network of strangers agrees on who owns what, the main types of tokens you will encounter, and what people mean by "DeFi."

What is a blockchain?

Imagine a shared notebook that records every payment made between a group of people. Instead of one person keeping the notebook in a drawer, everyone in the group holds an identical copy. When someone makes a payment, the entry is announced to the whole group, everyone checks it against their own copy, and once they agree, everyone writes it down at the same time.

A blockchain is that notebook, run by software across the internet.

Three ideas make it work:

  • Blocks. Transactions are gathered into batches called blocks. Roughly every few seconds or minutes — depending on the network — a new block is added to the end of the chain.

  • Linking. Each block carries a cryptographic fingerprint (a "hash") of the block before it. Change anything in an old block and its fingerprint changes, which breaks every block after it. That is why blockchain records are described as tamper-evident: alterations are immediately visible.

  • Nodes. The computers running the network are called nodes. Each one keeps a full copy of the ledger and independently verifies new transactions. There is no head office holding the master version.

How does a transaction get confirmed? When you send crypto, your wallet signs the transaction with your private key — mathematical proof that you control the funds, without ever revealing the key itself. The signed transaction is broadcast to the network and waits in a queue (the "mempool"). A block producer picks it up, includes it in the next block, and the network accepts that block. Each subsequent block added on top is one more "confirmation," making reversal progressively harder.

Two consequences matter a great deal in practice:

  1. Transfers are generally irreversible. There is no chargeback and no central helpdesk that can claw back funds sent to the wrong address. Accuracy before you press send is not optional.

  2. The ledger is public. On most networks, anyone can look up any address and see its balance and full transaction history. Addresses are pseudonymous, not anonymous.

Bitcoin and "altcoins"

Bitcoin (BTC) launched in January 2009, following a 2008 white paper published under the name Satoshi Nakamoto. Its purpose was narrow and deliberate: create money that can be sent directly between two parties, with no bank in the middle, and whose supply no one can inflate.

That second point is where the phrases "digital scarcity" and "sound money" come from. Bitcoin's rules cap total supply at 21 million coins, and the rate of new issuance is cut roughly every four years in an event called the halving. The schedule is written into the software and enforced by every node. Bitcoin's design is intentionally conservative — it does one job and changes slowly.

Ethereum (ETH) launched in 2015 with a different ambition: make the ledger programmable. Ethereum introduced smart contracts — programs stored on the blockchain that execute automatically when their conditions are met. A smart contract can hold funds, release them when a condition is satisfied, or run a lending market with no company operating it. Ether, the network's native asset, is used to pay for the computation ("gas") that running those programs consumes.

Altcoin simply means any cryptocurrency other than Bitcoin — a legacy term from an era when there were only a handful. Today tens of thousands exist. A realistic view: a small number have deep liquidity and years of operating history, and a very large number are thinly traded, highly volatile, or already abandoned. A token existing is not evidence that anyone uses it.

How networks agree: Proof of Work vs Proof of Stake

If thousands of independent computers each hold a copy of the ledger, how do they agree on which version is correct? That is what a consensus mechanism does. Two dominate.

Proof of Work (PoW) — "mining." Specialized machines compete to solve a computational puzzle. The winner proposes the next block and receives newly issued coins plus transaction fees. Solving the puzzle requires real electricity and hardware, which is the point: rewriting history would mean out-spending the entire honest network. Bitcoin uses PoW. Its main trade-off is energy consumption.

Proof of Stake (PoS) — "staking." Instead of spending electricity, participants lock up ("stake") the network's own coin as collateral to become validators. The protocol selects validators to propose and attest to blocks, and rewards them for honest work. Misbehavior can be punished by destroying part of the stake — a mechanism called slashing. Ethereum moved from PoW to PoS in September 2022, cutting its energy use by roughly 99.9%.

Proof of Work

Proof of Stake

What secures it

Electricity and hardware

Capital locked as collateral

Participants

Miners

Validators

Energy use

High

Very low by comparison

How you earn

Mining rewards

Staking rewards

Main risk to a participant

Hardware and power costs

Lock-up periods; slashing for validator faults

For an ordinary user, the practical difference is that PoS networks often let you earn a yield by staking. That yield is compensation for taking on real risks: your assets may be locked for a period, the validator you delegate to can be penalized, and the reward is paid in a volatile asset.

The main types of tokens

Not every token is trying to be money. Four broad groups cover most of what you will see.

  • Layer 1 native coins — BTC, ETH, SOL and similar. These are the base assets of their own blockchains. They pay network fees and, under Proof of Stake, secure the network.

  • Utility tokens — intended to provide access to a specific product or service, such as paying for storage, bandwidth or fee discounts within one application.

  • Governance tokens — carry voting rights over a protocol's parameters and treasury. Holders vote on proposals; voting power is usually proportional to holdings, which tends to concentrate influence among the largest holders.

  • Stablecoins — designed to hold a steady value, almost always 1:1 with a currency like the US dollar. They come in distinct flavors, and the differences matter:

    • Fiat-backed (e.g. USDT, USDC): the issuer holds reserves — cash and short-term government debt — against the tokens in circulation, and publishes attestations or audits. Your risk is essentially issuer and reserve risk.

    • Crypto-collateralized (e.g. DAI): backed by other crypto assets held in smart contracts, deliberately over-collateralized to absorb price swings.

    • Algorithmic: attempts to hold the peg through supply mechanics rather than reserves. This category has a poor track record; the collapse of TerraUSD in May 2022 erased tens of billions of dollars in value within days. Treat "stable" as a design goal, not a guarantee.

One important caveat: how a project labels its own token has no bearing on how a regulator classifies it. The same asset can be treated differently in different jurisdictions, and classification affects who may offer it and to whom.

A short DeFi primer

Decentralized finance (DeFi) describes financial services — lending, borrowing, trading, insurance — built as smart contracts on public blockchains rather than operated by a company. The recurring pattern is that code holds the assets and enforces the rules, and anyone with a wallet can interact with it.

Three building blocks explain most of it:

Lending and borrowing. Users deposit assets into a pool and earn interest; borrowers take loans from that pool. Because there are no credit checks, loans are over-collateralized: to borrow USD 1,000 you might post USD 1,500 of collateral. If your collateral falls in value past a threshold, the contract sells it automatically — a liquidation — usually with a penalty.

Liquidity pools and automated market makers. Instead of matching buyers with sellers, a decentralized exchange holds two assets in a pool and prices trades with a formula based on the ratio between them. Anyone can deposit both assets to become a liquidity provider and earn a share of trading fees. The catch is impermanent loss: when the two assets move apart in price, a provider can end up worse off than simply holding them.

Yield. Any advertised return comes from somewhere specific: interest paid by borrowers, fees paid by traders, or newly issued tokens used as an incentive. The first two are revenue. The third is dilution, and it stops when the incentive program ends. If a yield is unusually high, the useful question is not "how much?" but "who is paying it, and why?"

DeFi's risks are different in kind from those of a regulated intermediary: smart contract bugs and exploits, faulty price feeds ("oracles"), governance attacks, and — critically — no counterparty to complain to when something breaks.

Key takeaways

  • A blockchain is a shared, independently verified ledger with no central operator. Transfers are fast, public and effectively irreversible.

  • Bitcoin was built for one purpose: money with a fixed, predictable supply. Ethereum made the ledger programmable, which is what made everything from stablecoins to DeFi possible.

  • Proof of Work buys security with electricity; Proof of Stake buys it with locked capital. Staking rewards are payment for accepting lock-up and validator risk.

  • "Token" covers very different things. Read what an asset actually does before deciding what it is worth.

  • In DeFi, code replaces the intermediary — and also replaces the safety net. Understand where a yield comes from before chasing it.


Disclaimer: This article is provided for general educational and informational purposes only. It is not investment, financial, legal or tax advice, nor a recommendation or solicitation to buy, sell or hold any digital asset. Digital assets are highly volatile; their value can fall as well as rise, and you may lose the entire amount you commit. Third-party projects and protocols are named for illustration only and are not endorsed. Availability of products and services varies by jurisdiction and eligibility. Please conduct your own research and consider seeking advice from an independent, licensed professional before making any decision.