Menu

Transaction and Gas Model Technical Overview

BenFen’s gas fee mechanism is carefully engineered to minimize transaction costs and optimize user experience.
 
Gas Pricing Formula
The total gas fee paid by users is calculated based on computation and storage costs, minus any storage rebate:
Net_gas_fees = (computation_units * reference_gas_price) + (storage_units * storage_price) - storage_rebate
  • Reference Gas Price Proposed by validators at the beginning of each Epoch and dynamically determined using the 2/3 weighted median, ensuring gas prices reflect market conditions.
  • Storage Rebate When a transaction deletes previously stored data, the system refunds a portion of the storage cost, encouraging efficient use of on-chain storage.
Gas Payment Options
BenFen natively supports stablecoin payment for Gas fees:
  1. BFC: the native payment token.
  2. Stablecoins: Users can directly use BUSD to pay for Gas. The system will automatically exchange it for BFC to complete the payment after charging a very small percentage of transaction wear and tear fees through built-in services.
  3. User-Issued Tokens: With community governance approval, project-issued tokens may be added to the gas payment whitelist.
Share this Article
Previous
Native Stablecoin System: BUSD Rigid Redemption & Multi-Currency Model
Next
Smart Contract Development
Last modified: 2025-11-03