Educational content only. Nothing on this website constitutes financial, investment, tax or legal advice. Read full disclaimer.
CL ChainLedger Academy
Library

Learning Resources

Structured educational guides and reference materials covering blockchain technology, distributed ledgers and digital assets. All resources are free, independently produced and regularly updated by our editorial team.

Last updated: 12 February 2026 · Reviewed by Dr Eleanor Whitfield

Getting Started

Beginner Guides

Step-by-step introductions to blockchain fundamentals, written in plain English without assuming prior technical knowledge. Each guide builds on the previous one, but they can also be read independently.

Guide 1: What Is a Blockchain?

An accessible introduction to blockchain technology. This guide explains what a blockchain is, how it stores data, and why it is often described as "distributed" and "immutable." No technical background is required.

12 min read · Beginner level · Updated: January 2026

Guide 2: How Transactions Are Recorded

This guide walks through the lifecycle of a blockchain transaction, from initiation to final confirmation. You will learn about broadcasting, validation, block creation and chain extension.

10 min read · Beginner level · Updated: January 2026

Guide 3: Public vs Private Blockchains

Not all blockchains work the same way. This guide explains the differences between public (permissionless) and private (permissioned) blockchains, including their design trade-offs and typical use cases.

9 min read · Beginner level · Updated: February 2026

Guide 4: Understanding Digital Assets

A plain-language overview of what digital assets are, the main categories (cryptocurrencies, utility tokens, stablecoins, NFTs, security tokens), and how they relate to blockchain technology.

14 min read · Beginner level · Updated: February 2026

These guides are for educational purposes only. They do not constitute financial, investment, tax or legal advice.

Reference

Blockchain Glossary

Over 200 blockchain and distributed ledger terms defined in clear, concise language. Whether you have encountered an unfamiliar acronym or want to understand a technical concept, this glossary is designed to help.

Each definition includes context about where and how the term is used, along with cross-references to related entries. The glossary is reviewed and expanded quarterly by our editorial team.

Sample Terms

Block
A collection of transaction data that is bundled together and appended to the chain. Each block includes a cryptographic hash of the previous block.
Consensus
The process by which nodes in a decentralised network agree on the current valid state of the shared ledger.
DApp
Short for "decentralised application." Software that runs on a blockchain or peer-to-peer network rather than a single central server.
Gas
A unit of measurement for the computational effort required to execute operations on certain blockchain networks, most commonly associated with Ethereum.
Merkle Tree
A data structure used in blockchain to efficiently verify the integrity of large sets of data by organising hashes in a tree-like hierarchy.

Full glossary contains 200+ entries from A to Z.

Safety

Security Tips

Security is a critical topic in the blockchain space. The following tips are designed to help you understand common threats and basic protective measures. This is educational information, not a comprehensive security audit.

Recognising Phishing Attempts

Phishing is one of the most common attack vectors. Learn how to identify suspicious emails, fake websites and social-engineering tactics that attempt to steal credentials or private keys.

Two-Factor Authentication (2FA)

Understand why two-factor authentication adds an extra layer of protection, the differences between SMS-based and app-based 2FA, and how to set it up on commonly used platforms.

Private Key Management

Your private key controls access to your digital assets. This section explains best practices for generating, storing and backing up private keys, including the role of seed phrases.

Evaluating Smart Contract Risks

Smart contracts can contain bugs or vulnerabilities. Learn about common smart-contract exploits (reentrancy, overflow, access-control issues) and why independent code audits matter.

Secure Network Practices

Using public Wi-Fi or unsecured networks when interacting with blockchain applications can expose you to risks. This section covers VPNs, browser security and device hygiene.

Common Scam Patterns

An overview of frequently observed scam patterns in the digital-asset space, including fake giveaways, impersonation schemes, and fraudulent project launches. Awareness is the first line of defence.

Fundamentals

Wallet Basics

A digital wallet is the primary tool for interacting with a blockchain network. Despite the name, a wallet does not actually store digital assets. Instead, it stores the cryptographic keys that allow you to access and manage tokens recorded on the blockchain.

Understanding the differences between wallet types is essential for anyone learning about blockchain technology. The right choice depends on factors such as how frequently you interact with the blockchain, what level of control you want, and your technical confidence.

This resource covers the core concepts without recommending any specific product or service.

Hot Wallets

Software-based wallets that are connected to the internet. They are generally convenient for regular use but may be more vulnerable to online attacks. Examples include browser extensions and mobile applications.

Cold Wallets

Wallets that store private keys offline, typically on a dedicated hardware device. Cold wallets reduce exposure to online threats but require physical access to the device for transactions.

Custodial vs Non-Custodial

A custodial wallet is managed by a third party that holds your keys on your behalf. A non-custodial (self-custody) wallet means you control the private keys directly. Each approach carries different trade-offs regarding convenience and responsibility.

Seed Phrases

A seed phrase (also called a recovery phrase or mnemonic) is a series of 12 to 24 words that can be used to recover a wallet. It should be stored securely offline and never shared with anyone.

Technical

Consensus Mechanisms

Consensus mechanisms are the rules that allow a distributed network to agree on a single version of truth without a central authority. Different mechanisms involve different trade-offs between security, speed, energy usage and decentralisation.

PoW

Proof of Work (PoW)

The original consensus mechanism, introduced in the Bitcoin whitepaper. Miners compete to solve computationally intensive puzzles. The first to find a valid solution earns the right to propose the next block. PoW is considered highly secure but consumes significant energy. It remains the consensus mechanism used by Bitcoin.

PoS

Proof of Stake (PoS)

Validators are selected to propose blocks based on the number of tokens they hold and are willing to "stake" as collateral. Dishonest behaviour can result in the loss of staked tokens (a process called "slashing"). PoS uses substantially less energy than PoW but introduces its own set of centralisation and security considerations.

DPoS

Delegated Proof of Stake (DPoS)

A variation of PoS where token holders vote to elect a smaller number of delegates who validate transactions on their behalf. DPoS can offer faster block times and higher throughput, but concentrates validation power among a smaller group of participants.

PoA

Proof of Authority (PoA)

Validators are pre-approved and known entities, typically used in private or consortium blockchains. PoA trades decentralisation for speed and efficiency. It is often seen in enterprise blockchain deployments where participants are already identified.

BFT

Byzantine Fault Tolerance (BFT) Variants

A family of consensus algorithms (including PBFT, Tendermint and HotStuff) designed to function correctly even if some nodes are malicious or faulty. BFT mechanisms are commonly used in permissioned blockchains and are valued for their deterministic finality.

Sources: Nakamoto (2008); King & Nadal (2012); Larimer (2014); Castro & Liskov (1999). Adapted for educational summary.

Technology

Smart Contracts

A smart contract is a self-executing program deployed on a blockchain that automatically enforces the terms of an agreement when predefined conditions are met. The concept was first proposed by computer scientist Nick Szabo in 1994, but it gained practical application with the launch of Ethereum in 2015.

Smart contracts can automate processes that traditionally require intermediaries, such as escrow services, conditional payments and multi-party agreements. However, they are not without limitations. Once deployed, smart contracts can be difficult to modify. Bugs in smart-contract code have led to significant losses in certain blockchain protocols.

Understanding both the potential and the risks of smart contracts is important for anyone studying blockchain technology.

Key Considerations

  • Immutability: Once deployed, a smart contract's code typically cannot be changed, making thorough testing and auditing critical before deployment.
  • Deterministic Execution: Given the same inputs and state, a smart contract will always produce the same output, which is both a strength and a limitation.
  • Oracle Dependency: Smart contracts cannot natively access data outside the blockchain. External data feeds (oracles) are required, introducing additional trust assumptions.
  • Gas Costs: Executing a smart contract on networks like Ethereum requires computational resources, measured in "gas," which users pay for.

Source: Szabo, N. (1994). "Smart Contracts." Buterin, V. (2014). Ethereum Whitepaper.

Digital Collectibles

NFT Overview

Non-fungible tokens (NFTs) are unique digital tokens recorded on a blockchain that represent ownership or proof of authenticity of a specific item. Unlike cryptocurrencies, where each unit is interchangeable with another, each NFT is distinct.

How NFTs Work

An NFT is created ("minted") on a blockchain using a token standard such as ERC-721 or ERC-1155. The token contains metadata that points to the associated digital or physical asset. Ownership is recorded on the blockchain and can be transferred between addresses.

Common Use Cases

NFTs have been used for digital art, music, in-game items, event tickets and proof of membership. Some organisations have also explored using NFTs for supply-chain provenance and academic credentialing.

Limitations and Criticisms

NFTs have faced criticism regarding environmental impact (particularly on PoW chains), speculative market behaviour, copyright enforcement challenges, and the fact that the underlying media file is often stored off-chain, introducing additional points of failure.

Ownership vs Copyright

Owning an NFT does not automatically grant copyright over the associated work. The intellectual property rights depend on the specific terms set by the creator. This distinction is frequently misunderstood and is an important area of ongoing legal discussion.

NFTs carry risks and their value can fluctuate significantly. This section is for educational purposes only and does not encourage the purchase or sale of any NFT.

Digital Tokens

Stablecoins Explained

Stablecoins are a category of digital tokens designed to maintain a relatively stable value, usually by being pegged to a reference asset such as a fiat currency, commodity or basket of assets. They occupy a significant role in the blockchain ecosystem and are a frequent subject of regulatory discussion.

Fiat-Collateralised

Backed by reserves of fiat currency (such as US dollars or euros) held by a central entity. The issuer is expected to hold sufficient reserves to redeem all outstanding tokens at face value. Transparency of reserves varies between issuers.

Crypto-Collateralised

Backed by other digital assets locked in smart contracts, typically over-collateralised to account for volatility. If the collateral value drops below a threshold, the position may be automatically liquidated.

Algorithmic

Use algorithms and smart contracts to adjust supply in response to demand, attempting to maintain a stable price without traditional collateral. Algorithmic stablecoins have experienced notable failures, demonstrating the risks of this approach.

Risks Associated with Stablecoins

Stablecoins are not risk-free. Potential risks include insufficient or opaque reserves (for fiat-backed types), smart-contract vulnerabilities (for crypto-backed types), de-pegging events, regulatory action, and counterparty risk. The regulatory landscape for stablecoins is evolving in the UK and internationally. Users should understand the specific mechanism and risks of any stablecoin they encounter.

This section is for educational purposes only. It does not constitute advice regarding the use, purchase or holding of any stablecoin.

Academic

Sources and Further Reading

The resources on this page draw from the following academic and industry sources. We encourage readers to explore these materials for deeper understanding.

  • Nakamoto, S. (2008). "Bitcoin: A Peer-to-Peer Electronic Cash System."
  • Buterin, V. (2014). "Ethereum Whitepaper: A Next-Generation Smart Contract and Decentralized Application Platform."
  • Antonopoulos, A. M. (2017). "Mastering Bitcoin: Programming the Open Blockchain." 2nd edition, O'Reilly Media.
  • Antonopoulos, A. M. & Wood, G. (2018). "Mastering Ethereum." O'Reilly Media.
  • Szabo, N. (1994). "Smart Contracts: Building Blocks for Digital Markets."
  • Castro, M. & Liskov, B. (1999). "Practical Byzantine Fault Tolerance." Proceedings of OSDI '99.
  • Financial Conduct Authority (FCA). "Cryptoassets: Our Supervisory Approach." Available at fca.org.uk.
  • HM Treasury (2023). "Future Financial Services Regulatory Regime for Cryptoassets." Consultation Paper.

Explore More Educational Content

Read our in-depth articles, browse the FAQ, or learn about our editorial team and research methodology.

⚠️ Important Disclaimer

The content on this website is provided for educational and informational purposes only. Nothing published by ChainLedger Academy constitutes financial, investment, tax or legal advice. Digital assets are volatile and carry significant risk, including the potential for total loss. There is no consumer protection scheme (such as the FSCS) covering most digital-asset activities. Regulations vary by jurisdiction. You should conduct your own independent research and consult a qualified professional before making any financial decisions. ChainLedger Academy does not recommend, endorse or promote any specific digital asset, token, protocol or service.