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

Frequently Asked Questions

Common questions about blockchain technology, distributed ledgers and digital assets, answered in plain language by our editorial team. This page is for educational purposes only and does not constitute advice of any kind.

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

Fundamentals

Blockchain Basics

1. What is a blockchain?+
A blockchain is a distributed digital ledger that records transactions across many computers. Each "block" contains a group of transactions and a cryptographic hash linking it to the previous block, forming an unbroken chain. This structure makes it difficult to alter past records without detection. The concept was first described in a 2008 whitepaper by the pseudonymous author Satoshi Nakamoto, though the underlying cryptographic techniques had been explored by researchers for decades prior.
2. What is a distributed ledger?+
A distributed ledger is a database that is shared and synchronised across multiple locations, institutions or geographies. All blockchains are distributed ledgers, but not all distributed ledgers use a blockchain structure. Some use alternative data architectures such as directed acyclic graphs (DAGs). The key distinction from a traditional centralised database is that no single entity has sole control over the data, and changes must typically be agreed upon by multiple participants.
3. How does a blockchain differ from a traditional database?+
A traditional database is usually managed by a single organisation and stored on centralised servers. In contrast, a blockchain distributes copies of the ledger across a network of independent nodes. Traditional databases allow administrators to edit or delete records, while blockchains are designed to be append-only, meaning that once data is recorded it is extremely difficult to modify. Each approach has trade-offs: traditional databases tend to be faster and more flexible for general use, while blockchains are designed for environments where transparency, auditability and resistance to tampering are priorities.
4. What is a block?+
A block is a container for data within a blockchain. Each block typically includes a list of transactions, a timestamp, a reference (hash) to the previous block, and a unique hash of its own contents. Blocks are added sequentially, and because each block references the one before it, they form a chain. The size and contents of a block vary between different blockchain protocols.
5. What is a node?+
A node is a computer that participates in a blockchain network by maintaining a copy of the ledger. Full nodes store the entire transaction history, while light nodes store only a subset of data. Nodes validate new transactions and blocks according to the protocol's rules. A network with more nodes is generally considered more resilient, because there is no single point of failure.
6. Is blockchain the same as cryptocurrency?+
No. Blockchain is the underlying technology, a type of distributed ledger. Cryptocurrencies are one application built on top of blockchain technology. Blockchain has many other applications beyond digital currencies, including supply-chain tracking, identity management, academic credentialing and data sharing. Equating blockchain with cryptocurrency is a common misconception.
Consensus

Consensus Mechanisms

7. What is a consensus mechanism?+
A consensus mechanism is the process by which nodes in a distributed network agree on the current state of the ledger. Because there is no central authority to decide which transactions are valid, the network needs a set of rules that all participants follow to reach agreement. Common examples include Proof of Work (PoW), which requires computational effort, and Proof of Stake (PoS), which selects validators based on the tokens they hold and "stake" as collateral. Each mechanism involves different trade-offs around security, speed and energy consumption.
8. What is Proof of Work?+
Proof of Work (PoW) is a consensus mechanism where participants (called miners) compete to solve computationally intensive mathematical puzzles. The first miner to solve the puzzle earns the right to add the next block to the chain and typically receives a reward in the form of the network's native token. PoW is considered secure against certain types of attacks, but it consumes significant amounts of electricity. Bitcoin is the most well-known blockchain that uses Proof of Work.
9. What is Proof of Stake?+
Proof of Stake (PoS) selects validators to create new blocks based on the number of tokens they hold and are willing to "stake" as collateral. Validators who act dishonestly risk losing their staked tokens, a penalty commonly called "slashing." PoS uses significantly less energy than Proof of Work because it does not require intensive computational puzzles. However, critics note that PoS may concentrate influence among participants who hold the most tokens. Ethereum transitioned from Proof of Work to Proof of Stake in September 2022.
10. Are there other consensus mechanisms?+
Yes. Beyond Proof of Work and Proof of Stake, several other consensus mechanisms exist. Delegated Proof of Stake (DPoS) allows token holders to elect a smaller group of delegates to validate transactions. Practical Byzantine Fault Tolerance (PBFT) is used in some permissioned networks where the number of nodes is known in advance. Proof of Authority (PoA) relies on a set of pre-approved validators. Each mechanism is designed with different priorities in mind, such as speed, decentralisation, energy efficiency, or suitability for permissioned environments.
Cryptography

Keys, Hashes and Wallets

11. What is a hash function?+
A hash function is a mathematical algorithm that converts input data of any size into a fixed-size output (the "hash"). A small change in the input produces a completely different hash, making it useful for detecting data tampering. In blockchain, hash functions link blocks together and verify data integrity. Common hash functions used in blockchain protocols include SHA-256 (used by Bitcoin) and Keccak-256 (used by Ethereum).
12. What is a private key?+
A private key is a secret cryptographic code that allows you to sign transactions and prove ownership of tokens on a blockchain. It is essentially a very large, randomly generated number. Whoever controls the private key controls the associated assets. Losing a private key typically means permanent loss of access, because there is no central authority that can recover it. Keeping private keys secure is one of the most important aspects of interacting with blockchain technology.
13. What is a public key?+
A public key is a cryptographic code derived from the private key using a one-way mathematical function. It can be shared openly and is used to generate a blockchain address. Others can use your public key to verify your digital signature, confirming that a transaction was authorised by the holder of the corresponding private key. Critically, it is computationally infeasible to determine the private key from the public key.
14. What is a digital wallet?+
A digital wallet is software (or hardware) that stores the cryptographic keys needed to interact with a blockchain. A "hot wallet" is connected to the internet, making it convenient for frequent use but potentially more vulnerable to online attacks. A "cold wallet" is stored offline, offering greater protection against remote threats. Wallets can also be custodial (managed by a third party, such as an exchange) or non-custodial (controlled by the user directly). Each type involves different trade-offs around convenience, security and control.
Digital Assets

Tokens, NFTs and Smart Contracts

15. What is a digital asset?+
In the context of blockchain, a digital asset is a token or unit recorded on a distributed ledger that represents value, a right, or ownership. Categories include cryptocurrencies, utility tokens, security tokens, stablecoins and non-fungible tokens (NFTs). Digital assets involve risk and are subject to regulation that varies by country. There is typically no consumer protection scheme equivalent to the Financial Services Compensation Scheme (FSCS) covering digital-asset holdings.
16. What is a smart contract?+
A smart contract is a self-executing program stored on a blockchain that automatically enforces the terms of an agreement when predefined conditions are met. They are used in areas such as decentralised finance protocols, supply-chain management and digital identity systems. Despite the name, smart contracts are not legal contracts in the traditional sense. They can contain bugs and are not immune to security vulnerabilities, as demonstrated by several high-profile incidents where flawed smart-contract code led to significant losses.
17. What is an NFT?+
A non-fungible token (NFT) is a unique digital token recorded on a blockchain that represents ownership of a specific item, such as a piece of digital art, a music file, or a collectible. Unlike cryptocurrencies, each NFT is distinct and cannot be exchanged one-for-one with another NFT. The token itself typically contains a reference (often a URL) pointing to the underlying digital file rather than storing the file directly on the blockchain. NFT markets have experienced periods of rapid speculation, and the long-term relevance of NFTs as a technology remains a subject of ongoing debate.
18. What is a stablecoin?+
A stablecoin is a type of digital token designed to maintain a relatively stable value, typically by being pegged to a fiat currency (such as the US dollar), a commodity, or through algorithmic mechanisms. Fiat-backed stablecoins hold reserves in traditional assets. Crypto-backed stablecoins use other digital assets as collateral, often over-collateralising to account for volatility. Algorithmic stablecoins attempt to maintain their peg through automatic supply adjustments. Stablecoins carry varying degrees of risk depending on their design, and some algorithmic stablecoins have failed to maintain their peg.
19. What is a token standard?+
A token standard is a set of rules that defines how a token behaves on a specific blockchain. On Ethereum, ERC-20 governs fungible tokens (tokens that are interchangeable), ERC-721 governs non-fungible tokens (unique tokens), and ERC-1155 supports both fungible and non-fungible tokens within a single contract. Standards ensure interoperability, meaning tokens built to the same standard can be used across different applications, wallets and exchanges without custom integration work.
Regulation

Regulation and Risks

20. How is blockchain regulated in the UK?+
In the United Kingdom, the Financial Conduct Authority (FCA) is the primary regulator for crypto-asset activities. Firms dealing with certain types of digital assets must be registered with the FCA under the Money Laundering, Terrorist Financing and Transfer of Funds (Information on the Payer) Regulations 2017. HM Treasury has also published consultation papers on the broader regulation of crypto-assets, and the regulatory landscape continues to evolve. In October 2023, the FCA introduced rules requiring firms to include risk warnings in crypto-asset promotions. Individuals should always check the latest FCA guidance at fca.org.uk before making decisions related to digital assets.
21. What are the risks associated with digital assets?+
Digital assets are subject to significant price volatility, regulatory uncertainty, technology risks (such as smart-contract bugs, network attacks, or protocol failures), and the potential for total loss. There is typically no consumer protection scheme equivalent to the Financial Services Compensation Scheme (FSCS) covering digital-asset activities. Scams and fraudulent schemes targeting digital-asset users are common. Users should research thoroughly, understand the specific risks of any technology they interact with, and be aware that past performance of any asset is not indicative of future outcomes.
22. What is Web3?+
Web3 is a broad term describing a proposed future version of the internet built on decentralised protocols, including blockchain technology. Proponents argue it could give users more control over their data and digital identities, reducing reliance on large centralised platforms. Critics point to scalability challenges, user-experience barriers, environmental concerns related to certain consensus mechanisms, and the potential for new forms of centralisation and regulatory uncertainty. The concept remains under active development and debate within the technology community.
About Us

About ChainLedger Academy

23. Does ChainLedger Academy provide financial advice?+
No. ChainLedger Academy is an independent educational platform. We do not provide financial, investment, tax or legal advice. We do not recommend or endorse any specific digital asset, token, protocol or service. All content is produced for informational and educational purposes only. If you need financial advice, you should consult a qualified, FCA-regulated financial adviser.
24. Who writes the content on this website?+
All content is written by our in-house editorial team, which includes researchers with backgrounds in computer science, distributed systems and digital policy. Our Editor-in-Chief, Dr Eleanor Whitfield, holds a PhD in Computer Science from Imperial College London. Articles are fact-checked against primary sources and undergo peer review before publication. You can learn more about our team and editorial standards on our About page.
25. How is ChainLedger Academy funded?+
ChainLedger Academy is funded through educational partnerships and grant programmes. We do not accept payment in exchange for content, do not publish sponsored articles, and do not promote specific projects, tokens or services. Our editorial decisions are made independently of any commercial relationships. You can read our full Disclaimer for more details.
26. How often is the content updated?+
Content is reviewed and updated at least quarterly. Each article and resource page displays its last-updated date and the name of the reviewing editor. When significant developments occur, such as major regulatory changes or protocol upgrades, we aim to update relevant content within two weeks.

Still Have Questions?

If your question is not answered here, feel free to get in touch with our team. You can also explore our articles and resources for more in-depth educational content.

⚠️ 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.