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. Introductory concepts

The Botanix EVM

PreviousIntroductory conceptsNextThe Spiderchain

Last updated 8 months ago

Was this helpful?

Important remark

This page describes the functioning of the Botanix EVM once all features on our roadmap have been implemented. If you want to learn more about the current state of the development, visit our pages.

The Botanix EVM is a second layer protocol on top of Bitcoin that makes it possible for people to use decentralized applications on Bitcoin. That means that you will be able to use decentralized exchanges (DEX), lend and borrow money, trade non-fungible tokens (NFTs) and so on. Things like this have been possible on Ethereum (or other EVM compatible chains) but Botanix Labs is unlocking the same world for Bitcoin by building the Botanix EVM.

You can use the Botanix EVM by some of your bitcoin from the Bitcoin base layer (L1) to the Botanix EVM (L2). You might be wondering what happens to the bitcoin that you bridged? It gets stored safely in a newly created that gets guarded by our vast network of nodes. They will hold onto your bitcoin until you want it back. In the meantime, you get bitcoin on the Botanix EVM that you can use with the applications that have been built on our platform. When you no longer want to use your bitcoin with the applications, you can simply bridge out of the Botanix EVM and receive the bitcoin back on the parent chain.

So why won't the Orchestrators that guard your bitcoin in the multisig wallet steal your bitcoin?

Because they have to put in a stake to become an Orchestrator! This means that they lock in some of their own funds when they want to become part of our network. The moment that we notice that some shady stuff is going on or they are not behaving the way they are supposed to, they will be taken away some of their staked funds. We have more security features that require some deeper understanding so if you are interested, have a look at the section with where you will find lots of topics on security.

An example

  1. Alice owns some BTC and would like to use a lending platform to lend her money to others to make a return on her capital.

  2. Alice bridges (deposits) some of her BTC to the Botanix EVM. She now has an equal amount of BTC available on the Botanix EVM to use.

  3. Alice decides to lend her money on one of the lending dApps that are available on the Botanix EVM.

  4. After a few weeks / months / years, Alice is happy with her profit and decides to take some money out of the Botanix EVM back to the Bitcoin main layer. She bridges out (withdraws).

  5. Alice is left with more BTC than she had in the beginning

  6. Alice is happy, buys herself a celebratory drink and does a little dance!

💃
Roadmap
bridging
multisig wallet
Orchestrator
Advanced concepts