What Is Gas on BNB Smart Chain (and Why Fees Change)

HomeGuides · By BscScan.Support Editorial · 4 min read · Updated July 2026

Every action on the BNB Smart Chain — sending BNB, swapping a token, minting an NFT — consumes computing work from the network's validators. Gas is simply the unit that measures that work, and the fee you pay is the price of it.

The two numbers behind every fee

Gas used measures how much work your transaction needs. A plain BNB transfer always uses exactly 21,000 gas. A token transfer needs more (roughly 50,000–65,000) because the network must update a token contract's records. A complex swap through several liquidity pools can burn 200,000 or more.

Gas price is what you pay per unit, quoted in Gwei — one billionth of a BNB. When the network is quiet, a fraction of a Gwei is enough; when many people compete for space in the next block, prices rise because validators prioritize the highest bidders.

The math

Fee = gas used × gas price. Example: a standard transfer at 1 Gwei costs 21,000 × 1 Gwei = 0.000021 BNB — about a cent at typical prices. That's why BSC transactions cost pennies where the same action on Ethereum can cost dollars: BSC's 0.75-second blocks provide enormous capacity, keeping gas prices low.

Gas limit: your safety cap

When you send a transaction, your wallet sets a gas limit — the maximum work you authorize. If execution needs more than the limit, the transaction fails but you still pay for the work done. If it needs less, you only pay for what was actually used. This is why wallets pad estimates slightly; a too-tight limit wastes money on a failed transaction.

Practical takeaways

Check the current price on our Gas Tracker before large batches of transactions. If a transaction sits pending unusually long, its gas price was probably below the going rate. And if a failed transaction "charged" you, that's not a bug — the network did the work up to the point of failure.

Frequently asked questions

Why did I pay gas for a failed transaction?
Validators performed computation up to the point of failure, and gas pays for computation — not for success. The failed state is recorded on-chain like any other result.

Can I set my own gas price?
Yes. Most wallets expose advanced settings. A price below the market rate risks a long pending time; far above it wastes money.

References

BNB Chain documentation

Related guides

Wei, Gwei and BNB explained →Verify a transaction →