Blockchain fundamentals
Core concepts explained simply.
What is a blockchain?
A blockchain is a distributed, append-only ledger that records transactions in chronological blocks. Each block contains a cryptographic hash of the previous block, creating a chain. This structure makes it extremely difficult to alter past records without changing every subsequent block. The concept was first described in a 2008 whitepaper attributed to Satoshi Nakamoto, and has since been adopted and adapted by hundreds of distinct networks.
Is blockchain the same as cryptocurrency?
No. Blockchain is the underlying technology, a type of distributed ledger. Cryptocurrency is one application of blockchain technology. Blockchains can be used for many purposes beyond digital currencies, including supply chain management, identity verification, healthcare records, and academic credentialing. While cryptocurrency brought blockchain to public attention, the technology itself has a much broader range of studied applications.
What is a distributed ledger?
A distributed ledger is a database that is shared, replicated, and synchronised across multiple locations, institutions, or geographies. Unlike a traditional centralised database, there is no single administrator. Each participant (node) maintains a copy of the records, and changes are agreed upon through a consensus mechanism. A blockchain is one specific type of distributed ledger, but not all distributed ledgers use a chain-of-blocks structure.
What is decentralisation?
Decentralisation refers to the distribution of control across multiple participants rather than concentrating it in a single entity. In blockchain, decentralisation is achieved by having many independent nodes validate transactions, reducing the risk of a single point of failure or censorship. The degree of decentralisation varies significantly between networks: some have thousands of independent validators, while others rely on a smaller set of permissioned nodes.
What is the difference between a public and private blockchain?
A public blockchain is open to anyone: any person can read transactions, submit new ones, and participate in the validation process. Bitcoin and Ethereum are well-known examples. A private (or permissioned) blockchain restricts access. Only authorised participants can join the network, read data, or validate transactions. Private blockchains are commonly used by enterprises where data confidentiality is a priority, such as in internal supply chain tracking or inter-bank settlement trials.
What is cryptographic hashing?
A cryptographic hash function takes an input of any size and produces a fixed-length output (the "hash"). Even a tiny change to the input produces a completely different hash. In blockchain, hash functions (such as SHA-256) are used to link blocks together: each block contains the hash of the previous block's data. This creates a tamper-evident chain, because altering any block would change its hash and break the link to every subsequent block.
Consensus and validation
How blockchain networks reach agreement.
What is a consensus mechanism?
A consensus mechanism is a set of rules that allows nodes in a distributed network to agree on the current state of the ledger. Without a central authority to verify records, the network needs a reliable method to determine which transactions are valid. Proof of Work (PoW) and Proof of Stake (PoS) are the most widely known mechanisms. Others include Delegated Proof of Stake (DPoS), Practical Byzantine Fault Tolerance (PBFT), and Proof of Authority (PoA). Each mechanism has different trade-offs regarding security, energy use, speed, and decentralisation.
What is Proof of Work?
Proof of Work (PoW) is a consensus mechanism in which participants (called miners) compete to solve a computationally intensive mathematical puzzle. The first miner to solve it earns the right to add the next block to the chain and receives a reward. PoW is valued for its security properties but has been criticised for its significant energy consumption. Bitcoin is the most prominent network using PoW.
What is Proof of Stake?
Proof of Stake (PoS) is a consensus mechanism in which validators are selected to propose and confirm new blocks based on the amount of the network's native asset they have "staked" (locked as collateral). If a validator acts dishonestly, their stake can be partially or fully forfeited (a process called "slashing"). PoS uses substantially less energy than PoW because it does not require solving computational puzzles. Ethereum transitioned from PoW to PoS in September 2022.
What is a 51% attack?
A 51% attack occurs when a single entity or coordinated group gains control of more than half of a blockchain's computational power (in PoW) or staked assets (in PoS). This could theoretically allow them to manipulate transaction ordering, prevent confirmations, or double-spend assets. Larger, more decentralised networks are generally more resistant to such attacks because the cost and coordination required would be prohibitively high. Smaller networks with fewer validators have experienced such incidents in the past.
What are gas fees?
Gas fees are the computational costs required to process transactions on certain blockchain networks, most notably Ethereum. Users pay gas fees to compensate validators for the resources they use to execute and confirm transactions. The fee amount fluctuates based on network demand: during periods of heavy usage, gas fees tend to rise because users compete for limited block space. Various scaling solutions (such as layer-2 networks) have been developed to help reduce these costs.
Digital assets and tokens
Understanding different types of blockchain-based assets.
What is a digital asset?
A digital asset is any asset that exists in a digital format and includes a right to use. In the blockchain context, this may include cryptocurrencies, utility tokens, NFTs, stablecoins, and security tokens. Each type has different characteristics, technical standards, and regulatory treatment depending on the jurisdiction. The UK Financial Conduct Authority uses the term "cryptoasset" to describe digital assets that use cryptographic technology.
What is the difference between a coin and a token?
A coin typically operates on its own native blockchain. Bitcoin (BTC) runs on the Bitcoin network, and Ether (ETH) runs on Ethereum. A token, by contrast, is created on an existing blockchain using a standard such as ERC-20 on Ethereum. Tokens do not have their own independent network; they rely on the infrastructure of the host blockchain. This distinction is primarily technical and relates to the asset's underlying architecture.
What is an NFT?
A non-fungible token (NFT) is a unique digital identifier recorded on a blockchain that certifies ownership of a specific digital item. Unlike cryptocurrencies, where each unit is interchangeable (fungible), each NFT is distinct and cannot be exchanged one-for-one with another. NFTs follow token standards such as ERC-721 and ERC-1155 on Ethereum. They have been used for digital art, gaming items, event tickets, and proof of attendance. The NFT itself typically contains a reference (such as a URL or IPFS hash) pointing to the associated content rather than the content itself.
What is a stablecoin?
A stablecoin is a type of digital asset designed to maintain a relatively stable value, typically by pegging to a fiat currency (like the US dollar or British pound), a basket of assets, or through algorithmic mechanisms. Fiat-backed stablecoins hold reserves in bank accounts or treasuries. Crypto-collateralised stablecoins use other digital assets as collateral. Algorithmic stablecoins attempt to maintain their peg through automated supply adjustments. Each design carries different levels of risk; algorithmic models in particular have experienced significant de-pegging events.
What are token standards like ERC-20?
Token standards are sets of rules (technical specifications) that define how tokens behave on a given blockchain. ERC-20 is the most widely used standard for fungible tokens on Ethereum. It defines functions such as transferring tokens, checking balances, and approving third-party spending. ERC-721 is the standard for non-fungible tokens. These standards enable interoperability: any wallet or application that supports ERC-20, for example, can interact with any ERC-20-compatible token without custom integration.
Wallets and security
How digital assets are stored and protected.
What is a blockchain wallet?
A blockchain wallet is a software application or hardware device that stores the private keys needed to sign transactions on a blockchain network. Despite the name, wallets do not actually "hold" digital assets. Instead, they provide access to the on-chain records associated with a specific public address. When you send a transaction, your wallet uses the private key to create a digital signature that proves you authorised the action. Wallets come in various forms: mobile apps, browser extensions, desktop software, and dedicated hardware devices.
What is the difference between custodial and non-custodial wallets?
A custodial wallet means a third party (such as an exchange or service provider) holds and manages your private keys on your behalf. You access your assets through an account, similar to online banking. A non-custodial wallet means only you control your private keys. You are solely responsible for their safekeeping. Each approach involves different trade-offs: custodial wallets may offer convenience and account recovery options, but you rely on the provider's security. Non-custodial wallets offer full control but require careful private key management.
What is a seed phrase?
A seed phrase (also called a recovery phrase or mnemonic phrase) is a series of 12 or 24 words generated when you create a non-custodial wallet. It acts as a master backup for all the private keys derived from it. If you lose access to your wallet device, you can use the seed phrase to restore your keys and regain access. Anyone who obtains your seed phrase can access your wallet, so it must be stored securely and privately. It should never be shared online, entered on websites, or stored in plain text on internet-connected devices.
What is a public key and a private key?
Public and private keys are a pair of cryptographic values used in asymmetric encryption. Your public key (or a derivative of it, known as your address) can be shared openly. Others use it to send digital assets to you. Your private key is secret and must never be revealed. It is used to sign transactions, proving that you authorised them. The mathematical relationship between the two keys means it is computationally feasible to derive a public key from a private key, but practically impossible to do the reverse.
Smart contracts and Web3
Programmable blockchains and the evolving web.
What is a smart contract?
A smart contract is a programme stored on a blockchain that executes automatically when predefined conditions are met. The term was coined by computer scientist Nick Szabo in the 1990s, but smart contracts were popularised by the Ethereum network from 2015 onwards. They are used in decentralised applications (dApps) for various functions including token transfers, governance votes, escrow services, and automated market making. While "smart contract" implies legal standing, these programmes are not contracts in the traditional legal sense. They also carry risks: bugs or vulnerabilities in the code can lead to unintended outcomes.
What is Web3?
Web3 is a broad term used to describe a vision of the internet built on decentralised technologies, including blockchain, peer-to-peer networks, and token-based economics. Proponents argue that Web3 shifts power from centralised platforms to individual users by enabling data ownership and permissionless participation. Critics question its scalability, governance models, and whether decentralisation goals are achieved in practice. The concept remains actively debated among technologists, regulators, and researchers. Web1 (roughly 1990s) was the read-only web; Web2 (2000s onwards) introduced user-generated content and social platforms; Web3 proposes user-owned digital infrastructure.
What is DeFi?
DeFi (Decentralised Finance) refers to financial services built on blockchain networks using smart contracts, operating without traditional intermediaries like banks. Examples include lending and borrowing protocols, decentralised exchanges (DEXs), and stablecoin platforms. DeFi protocols carry significant risks including smart contract vulnerabilities, liquidity risks, oracle manipulation, and regulatory uncertainty. The total value locked (TVL) in DeFi protocols has fluctuated substantially since the sector emerged in 2020, reflecting both growing interest and the inherent volatility of the space.
What is a hard fork?
A hard fork is a permanent divergence in a blockchain's protocol that makes previously invalid transactions valid (or vice versa). It requires all nodes to upgrade to the new version of the software. If some nodes do not upgrade, the chain splits into two separate networks, each following different rules. Notable examples include the split between Ethereum and Ethereum Classic in 2016, which occurred following a disagreement about how to handle a major smart contract exploit. Hard forks can also be planned upgrades where the entire community agrees to adopt the new rules.
Regulation and compliance
Understanding the regulatory landscape.
Who regulates cryptocurrency in the United Kingdom?
In the UK, the Financial Conduct Authority (FCA) is the primary regulator overseeing certain cryptoasset activities. Firms conducting regulated cryptoasset activities, such as operating exchanges or providing custodial services, must register with the FCA under the Money Laundering Regulations. HM Treasury has also introduced legislation relating to cryptoasset promotions, requiring that financial promotions of qualifying cryptoassets meet the same standards as other financial promotions. The regulatory landscape continues to evolve. For the most current guidance, refer to the FCA website directly at fca.org.uk.
Are digital assets legal in the UK?
Owning digital assets is not illegal in the United Kingdom. However, firms that provide services related to cryptoassets (such as exchanges, wallet providers, or advisory services) may need to register with the FCA or obtain specific authorisations. HM Revenue and Customs (HMRC) treats cryptoassets as property for tax purposes, meaning capital gains tax may apply when disposing of them. The regulatory framework continues to develop, and individuals should consult official government and regulatory sources for the latest information relevant to their circumstances.
What is MiCA?
MiCA (Markets in Crypto-Assets) is a regulatory framework adopted by the European Union to establish harmonised rules for cryptoasset markets across EU member states. It covers areas such as the issuance of cryptoassets, stablecoin requirements, and the licensing of crypto-asset service providers. While the UK is not an EU member state and MiCA does not directly apply within the UK, it influences the broader regulatory direction globally and may affect UK-based firms operating within the EU or serving EU customers.
About ChainLedger Academy
Questions about our organisation and editorial approach.
Does ChainLedger Academy provide financial advice?
No. ChainLedger Academy is an independent educational resource. We do not provide financial, investment, tax, or legal advice. We do not recommend, endorse, or suggest the purchase, sale, or holding of any digital asset. Our content is designed solely to educate readers about blockchain technology and related subjects. Always conduct your own research and consult a qualified professional before making financial decisions. ChainLedger Academy Ltd is not authorised or regulated by the FCA for the provision of financial advice.
How does ChainLedger Academy ensure content accuracy?
Every article published on ChainLedger Academy is written or reviewed by at least one member of our editorial team, which includes researchers with degrees in computer science, cryptography, and information systems. We follow a documented editorial policy that requires factual accuracy, neutral language, proper source attribution, and a clear separation between education and opinion. We do not accept sponsored content, affiliate commissions, or payments from token projects. If you believe any content contains an error, please contact us and we will review and correct it promptly. You can read our full editorial approach here.
Is ChainLedger Academy free to use?
Yes. All content on ChainLedger Academy is free to access. No account, subscription, or payment is required. We believe that fundamental knowledge about blockchain technology should be available to anyone who wants to learn, regardless of their background or technical experience.
How can I contact ChainLedger Academy?
You can reach us by email at [email protected], by phone at +44 20 7126 8340, or through our contact form. Our office is located at 71 Queen Victoria Street, City of London, EC4V 4AY, United Kingdom. Business hours are Monday to Friday, 09:00 to 17:30 GMT.
Did not find your question?
Our educational resources cover a wide range of blockchain topics in greater depth. You can also browse our articles or get in touch directly.
Explore our free learning resources
Structured guides, a comprehensive glossary, and in-depth articles, all written by researchers, all free to access.