Botanix
Visit websiteTry Testnet
  • Welcome!
  • Get to know the Technology
    • Introduction to Botanix Labs
    • Risk warning
    • Terminology
    • Basic knowledge
      • Proof-of-Stake
      • Ethereum Virtual Machine (EVM)
      • UTXO vs Account Based Model
    • Introductory concepts
      • The Botanix EVM
      • The Spiderchain
      • Orchestrator node
      • Deposit & Withdraw
      • Transaction fees
    • Advanced concepts
      • Bitcoin security inheritance
      • Bridging
      • Consensus
      • Finality
        • Finality in a Proof-of-Work (PoW)
        • Finality in a Proof-of-Stake (PoS)
        • Finality on Botanix EVM
      • Forward security
        • Forward security in cryptography
        • The Spiderchain's Forward Security
        • Inventory management
      • FROST
      • Reth
      • Orchestrators
      • Staking
    • Roadmap to Spiderchain
      • Single Node (Testnet)
      • Botanix Federation
        • Consensus - CometBFT
          • Byzantine Fault Tolerance (BFT)
        • Node types
        • Multisig details - FROST
        • Peg-in / Peg-out
      • Botanix Federation with Staking
      • Slashing
      • Spiderchain DynaFed
      • Permissionless staking
      • Fully Decentralized Layer 2
    • Deeper dive: Whitepaper
  • How to use the Botanix EVM
    • Getting started with the Botanix EVM (testnet)
    • Risk warning
    • Step 1 - Set up your wallet
    • Step 2 - Get test funds
    • Step 3 - Send a transaction
    • Step 4 - Use dApps
    • Step 5 - Deploy your first contract / Launch your own token
    • Step 6 - Withdraw
    • FAQ - Testnet V1
  • Build dApps
    • Introduction
    • Risk warning
    • Tools
      • Useful links
      • Development Frameworks
      • Web3 libraries and tools
      • Oracle Tools
      • Block explorer
        • Routescan
      • Indexers
        • The Graph
        • SubQuery
      • WalletConnect
      • Account Abstraction with BTC Connect
      • Muticall3
    • Build on the Botanix EVM
      • Basic Botanix EVM Information
      • Gas fees
      • Develop a new dApp
      • Migrate existing dApps
      • Quickstart - Build a dApp with Botanix (Solidity, Hardhat)
  • Run a node
    • Introduction
    • Run an RPC Node
  • Glossary
Powered by GitBook
On this page

Was this helpful?

  1. Get to know the Technology
  2. Basic knowledge

Proof-of-Stake

PreviousBasic knowledgeNextEthereum Virtual Machine (EVM)

Last updated 10 months ago

Was this helpful?

Proof-of-Stake (PoS) is a consensus model which employs a staking mechanism to secure the network. Participants in the consensus are required to stake a monetary value in order to create new blocks. On the other hand, Proof-of-Work (PoW) is a consensus model in which miners must complete a certain amount of computational work to create a new block. PoW has been shown to facilitate a fair initial distribution and a trend toward decentralization. All participants in PoW (the miners) must spend money on real-world energy bills, resulting in a trend toward reduced participation share of the miners in the network. Conversely, PoS has a tendency towards centralization, as stakers in PoS receive rewards in the native currency, thus eventually leading to a larger participation share of the network for the stakers.

Botanix Labs has opted for a Proof of Stake consensus model. Since the Botanix EVM is built as a Layer 2 on top of the Bitcoin parent chain, the centralization trend for the participants seen in PoS will be counterbalanced by Bitcoin’s PoW and the Botanix EVM can benefit from Bitcoin’s initial fair distribution. However, this also means there will be no base fee reward for the stakers and the fees gathered by the staking participants stand against the opportunity cost of locking their stake. Proof of Work makes a lot of sense for the base reserve currency due to its decentralization trend and fair distribution, while the performance and speed benefits of Proof of Stake make more sense for a second layer.