LogoLogo
VisionNetworkProducts
  • Welcome to the Autonomys Academy
  • A Preface for OG Subspacers
  • Autonomys Vision
    • Intro to AI3.0 & the Age of Autonomy
    • Use-Cases
  • Autonomys Network
    • Introduction
    • Terminology
    • Architecture
    • Advancing Blockchain
    • Nodes
    • Subspace Protocol (PoAS Consensus)
      • Genesis
      • Data Flow
      • Proof-of-Archival-Storage (PoAS)
        • Archiving
        • Plotting
        • Farming
      • Proof-of-Time (PoT)
      • Security
    • Distributed Storage Network (DSN)
    • Decoupled Execution (DecEx)
      • Domains
        • Taxonomy
        • Auto EVM
        • Cross-Domain Messaging (XDM)
      • Staking
    • Networking Protocols
    • $AI3 Rewards & Fees
      • Gemini Testnets
    • Scalability
  • Auto Suite
    • Introduction
    • Space Acres | CLI
      • Farmers | Store to Earn $AI3
      • Operators | Compute to Earn $AI3
    • Astral
      • Nominators | Stake to Earn $AI3
    • Auto SDK
    • Auto Drive
    • Autonomys Agents (Auto Agents)
    • Autonomys Identity (Auto ID)
      • Auto Score
      • Auto PKI
  • Additional Learning
    • AI & Agentics
      • Current State of AI
      • What is an LLM
      • Personal AI
      • What is an AI Agent
      • The Coming Age of Agentic AI
      • Open vs Closed Models
      • Provenance in a Generative World
      • AI Empowering Bad Actors
      • Proof-of-Personhood
    • Identity & Security
      • DID & Verifiable Credentials
      • OAuth and OIDC
      • Public Key Infrastructure
    • Web3
      • What is a Blockchain?
      • The Blockchain Trilemma and the Cost of Scalability
      • What is a Cryptocurrency
      • General Information about SDK
      • What is a DAO?
      • Challenges of Participating in a DAO
  • Feedback
    • Feedback Form
Powered by GitBook
On this page
  • Simple Analogy
  • Key Points of a Blockchain:
  • Extra Resources

Was this helpful?

Edit on GitHub
  1. Additional Learning
  2. Web3

What is a Blockchain?

PreviousWeb3NextThe Blockchain Trilemma and the Cost of Scalability

Last updated 1 year ago

Was this helpful?

Simple Analogy

Imagine you have a shared notebook that you and your friends write in to keep track of all the trades of stickers, cards, or any items you exchange. Each page of the notebook records a list of who traded what with whom, when and at what price and once the page is full, you move on to the next one. Now, to make sure no one can cheat by changing a trade recorded on any page, each new page has a special code that is created by looking at all the trades on the previous page and using a super-secret recipe (or algorithm) to generate this code. This special code is then written at the top of the next page, linking the two pages together. This way, if someone tries to change a trade on a previous page, the special code won't match anymore, and everyone will know something was altered.

This notebook is like a blockchain. In the blockchain world, each page of the notebook is called a "block," and the special code that links one block to the next is called a "hash." The entire list of pages, or blocks, is what forms the "chain," hence the name blockchain.

Key Points of a Blockchain:

  • Decentralized: Unlike a single notebook kept by one person, the blockchain is like having thousands of identical notebooks distributed across a vast network of computers. Everyone can see all the transactions, ensuring transparency and making it extremely difficult for anyone to cheat.

  • Secure: The special codes (hashes) that link the blocks together are created using complex mathematical puzzles. These puzzles are so hard that they require a massive amount of computing power to solve, which secures the blockchain against tampering.

  • Immutable: Once something is written in the blockchain, it cannot be changed or removed, making the record of transactions permanent and tamper-proof.

  • Consensus: For a new block to be added to the chain, the majority of the computers in the network have to agree that the transactions are valid. This agreement process is called "consensus," and it helps to further secure the system.

Extra Resources

For those eager to dive deeper into the intricacies of blockchain technology, explore the following resources:

  • : Provides a comprehensive overview of blockchain technology and its key components.

  • : Though technical, this document by Satoshi Nakamoto introduced blockchain technology to the world through Bitcoin.

  • : Offers a detailed yet accessible introduction to blockchain technology, including its applications beyond cryptocurrencies.

Blockchain technology isn't just the foundation of cryptocurrencies like Bitcoin or Ethereum; it has the potential to revolutionize various industries by providing a new way to record and verify transactions of all kinds, from financial trades to supply chain management and even voting systems. Its unique combination of transparency, security, and decentralization makes it a powerful tool for creating trust in digital interactions.

Investopedia's Blockchain Guide
Bitcoin's Original Whitepaper
IBM's Blockchain Basics