Canopy Network Docs
  • 👋Welcome to Canopy
    • Overview
    • What is Canopy?
      • Introduction
      • Why Canopy?
        • Blockchain 101
        • Background
        • Industry State
        • Seeding the Future
        • Comparables
          • Ethereum
          • Tendermint
          • Polkadot
          • Avalanche
          • Rollups
      • Core Features
        • Peer-To-Peer Security
        • Progressive Sovereignty
        • Capital Efficient Restaking
        • Composable Architecture
        • One-Way Interoperability
        • Built-In Liquidity
        • Chain Halt Rescue
        • NestBFT
          • PoS Is Trusted
          • PoAge Is Trustless
          • VRF Leader Election
        • Checkpoints as a Service
        • United Governance
      • Tokenomics
        • CNPY
        • Staking
        • DAO Treasury Fund
        • Recursive Rewards
        • Subsidies
      • Who is Canopy for?
        • New Blockchains
        • Existing Ecosystems
        • Token Participants
    • How does Canopy work?
      • Utility
      • Consensus
      • P2P
      • State Machine
      • Storage
      • Specifications
        • CLI
        • RPC
        • Config
        • Governance Params
        • Nested Chain IDs
  • ⚒️Build
    • Build a new L1
      • Introduction
      • Building
        • Application
        • Governance
        • Testing
        • Upgrading
      • Governance
        • Straw Polling
        • Proposals
    • Connect an external chain
      • Introduction
      • Building
        • Connecting
        • Testing
        • Upgrading
      • Governance
        • Straw Polling
  • 👨‍💻Node Runner
    • Setup
    • Install
    • Configure
    • Manage
    • Debug
    • Validate
      • Get CNPY
      • Plugins Config
      • Stake
      • Manage
      • Slashing
    • Govern
  • 💪Participate
    • How To Get CNPY
    • What to do with CNPY
      • Manage
      • Earn
      • Subsidize
      • Govern
Powered by GitBook
On this page
  • Canopy's Proof-of-Age
  • The Result: NestBFT
  1. Welcome to Canopy
  2. What is Canopy?
  3. Core Features
  4. NestBFT

PoAge Is Trustless

Canopy's Proof-of-Age

Canopy introduces a unique mechanism to allow trustless syncing of the blockchain:

💡 Verifiable-Delay-Functions are a cryptographic primitive that requires the execution of sequential work that is fundamentally resistant to hardware speedups.

In other words...

👉 VDFs are a reliable proxy for elapsed time

This enables Canopy to reliably utilizes a fork-choice rule of the oldest (age) chain

— allowing a syncing node strong subjectivity when choosing between two forks.

TL;DR: Like PoW — Proof-of-Age enables trustless syncing, but without the energy costs!

The Result: NestBFT

NestBFT uses Proof-of-Stake for:

  • Energy efficient consensus

  • Simple and self-reinforcing 'sybil attack' protection

  • Instant finality with 20 second blocks

  • Economic stability via bonding

... and Proof-of-Age for:

  • Verifiable mitigation of Long-Range-Attacks

  • An additional layer of security against emerging threats

  • Extending security to Nested Chains by offering decentralized Checkpointing-As-A-Service

The combination of the two ensures NestBFT is fundamentally more trustless than legacy PoS systems.

Since trust is involved with Ethereum's Gasper and Tendermint's BFT — how much of Web3 is truly trustless?

PreviousPoS Is TrustedNextVRF Leader Election

Last updated 1 month ago

Read the full specification of !

👋
Canopy's Consensus