Docs
  • Overview
  • Our Product Suite
    • Fiamma Bridge (Trust-minimized Bitcoin Bridge, Powered by BitVM2)
      • Introduction
      • Fiamma Bridge Status
      • Consensus Proof
      • Fungible Transfer
      • Multi-Operators
      • Permissionless Challenger
      • Yield opportunities
        • Operator
        • Challenger
        • Fungibility Provider
      • User Guides
        • Testnet Alpha
        • Testnet Beta
          • How to Deposit and Withdraw on Fiamma Bridge?
          • How to run the Fiamma Operator?
            • Operator for Mac
              • 1. Install Fiamma Operator App
              • 2. Register
              • 3. Deposit and Stake BTC
              • 4. Start & Pause Operator
              • 5. Quit Operator and Withdraw Funds
            • Operator for Linux
              • 1. Install and Set Up Fiamma Operator Backend Program
              • 2. Start and Register
              • 3. Deposit and Stake
              • 4. Query Operator Status
              • 5. Manage the Operator Program
              • 6. Quit Operator
              • 7. Troubleshooting
          • How to run a challenger?
    • Fiamma Layer (BitVM-Powered Settlement Layer)
      • Introduction
        • Key Highlights
        • Challenges Tackled
        • Core Technologies
      • Architecture
        • General Flow (Soft Finality)
          • For Programmable Blockchains
          • For Non-Programmable Blockchains :
        • ZKP Verification Process
      • Ecosystem Layout
      • User Guides
        • QuickStart
        • Installation
        • Wallet and Tokens
          • Connect Keplr Wallet
          • Get $FIA
        • Manage Keys
        • Fiamma Testnet Explorer
      • Developer Guides
        • Network Information
        • Fiamma CLI
          • CLI Command Overview
          • CLI Tutorial
        • Fiamma-Committee CLI
        • Run a Fiamma Node
          • Set up a Node
          • Getting Testnet Tokens
          • Become a Bitvm Staker
          • Become a Validator
        • Rest API And GRPC
        • Fiamma ZKPVerify SDK
        • Supported ProofSystem
      • Roadmap
    • Other Essential Protocols
  • Support
Powered by GitBook
On this page
Edit on GitHub
  1. Our Product Suite
  2. Fiamma Bridge (Trust-minimized Bitcoin Bridge, Powered by BitVM2)
  3. User Guides
  4. Testnet Beta
  5. How to run the Fiamma Operator?
  6. Operator for Linux

3. Deposit and Stake

Deposit sufficient amount of BTC to help process transactions (sBTC for testnet). The operator is required to stake 1 BTC as a security deposit before processing transactions (the 1 BTC is time-locked and self-custody, kept under operator's address). If an operator is found acting maliciously (e.g. attempting to steal funds), the deposit will be slashed as a penalty. The deposit can be unstaked when the operator chooses to exit.

Here's how to deposit and stake:

  1. Deposit Funds

Transfer sufficient BTC to the operator's main address. To successfully complete the staking, you need at least stake_amount + dust + gas BTC.

  • Note: Fiamma Operator is running on Bitcoin Signet during testnet. Please deposit sBTC to the main address.

Currently, stake_amount is 1 BTC, so deposit at least 1.00001 BTC. Since subsequent work requires 12 BTC, we recommend an operator to transfer at least 13.00001 BTC initially.

  1. Stake Funds

When the operator's main address has sufficient BTC, execute the following command to complete staking:

./bcli operator -n beta-testnet stake

Check staking status:

./bcli query -n beta-testnet stake -a <MAIN_ADDRESS>

Once the staking status shows committee_signed, wait around 10 minutes for the transaction to be confirmed on-chain. After that, you can check your operator status:

./bcli query -n beta-testnet operator -a <MAIN_ADDRESS>

If the status is Active, it means the operator has completed the staking process and has started working.

Previous2. Start and RegisterNext4. Query Operator Status

Last updated 5 days ago