GEB Docs
  • Quick Start
  • GEB Consensus
    • Mother Consensus
    • Sub Consensus(Agere)
  • Learn
    • BitAgere Guide
      • Auditor Reference Concepts
      • Executor Reference Concepts
  • Build
    • Validator
      • Wasm Operation
      • L-BTC Validator Operation
    • BitAgere
      • RelayAgere
      • Agere Auditor
      • Agere Executor
  • Use
    • Wasm Wallet
    • Earn $GEB
      • Stake L-BTC
        • What is L-BTC?
        • Download and Run LND Desk
        • Config LND
        • Node Asset Management
          • Open Channel(Get L-BTC)
          • L-BTC ⇌ BTC (on GEB chain)
        • Stake L-BTC Earn $GEB
      • Stake GEB on Agere
    • Earn $BTC
      • Claim and Other Operations
      • Transfer BTC to EVM
    • Bridge
      • Official Bridge
        • BEVM Mainnet
        • BEVM Canary
      • Third-Party Bridge
        • BEVM Mainnet
          • Swap from EVM to BEVM Mainnet
        • BEVM Canary
          • Swap from EVM to BEVM Canary
          • Other assets
            • Bridge PCX from BEVM Canary to Chainx
      • Transfer(EVM<-->Wasm)
  • EVM Development
    • Fee Calculation
      • GEB Mainnet
      • BEVM Canary
    • Smart Contract
      • Write a Contract
        • Set Up the Metamask Configuration
        • Deploy Smart Contract on GEB Signet
        • Deploy Smart Contract on BEVM Canary
      • Foundry
        • Deploy and verify contract by Foundry
      • Contract Verification (BlockScout)
      • ThirdWeb
    • Integrations
      • Oracle
        • Supra
        • DIA
      • Indexer
        • SubQuery
      • Account Abstraction
        • Particle Network
    • Libraries
      • ethereum-list/chains
      • Wagmi
      • Multicall3
    • Canonical contracts
    • Finality
  • Tokenomics
  • The Journy of GEB
  • Audit Reports
  • Community
Powered by GitBook
On this page
  • Executor Basic Concepts:
  • Executor performance concepts:
  1. Learn
  2. BitAgere Guide

Executor Reference Concepts

Executor Basic Concepts:

Core Responsibilities

  • Identify and submit GEB-related Bitcoin transactions to the network

  • Increase transaction processing priority by paying gas fees

  • Bear the risk of transaction failure (gas fees must still be paid for unsuccessful transactions)

Incentive Mechanism

  • Revenue Source: Number of successfully submitted and verified valid transactions × reward coefficient per transaction

  • Gas Strategy: Paying higher gas can increase transaction ordering priority, but costs and benefits must be balanced

  • Zero-sum Competition: For identical transactions within the same block, only the first high-gas transaction receives rewards, other executors' gas payments are non-refundable

Executor performance concepts:

Trust:

  • Meaning: Trust represents a score reflecting the confidence in an executor's behavior audited by auditors. Its full name is Executor Trust.

  • Calculation: Weighted average according to the stake value of the auditor.

  • Troubleshooting: If this value deviates significantly from 1, observation is needed. If it decreases, check for updates in the corresponding agere codebase, run with more tips and remove time.sleep in miner.py, and verify the health of your VPS network and scripts.

Incentives:

  • Meaning: Represents the proportion of earnings an executor receives. The sum of all executor incentives equals 1.

  • Calculation: It's calculated by the difference of Trust.

PreviousAuditor Reference ConceptsNextBuild

Last updated 1 month ago