Logo

What Is Gas, and Why Does It Cost More Some Days?

Gas is the fee you pay the network to include your transaction. It moves with demand, and the difference between chains is larger than most people expect.

August 10, 20265 min readAIO Research Team
What Is Gas, and Why Does It Cost More Some Days?

Gas is what you pay the network to include your transaction. Not a company fee, not a payment processor's margin. A price paid to the machines that keep the ledger.

Why it exists at all

A block has limited room. If including transactions were free, anyone could flood the network with junk and nobody could get anything through. The fee is the thing that makes spam expensive and gives validators a reason to do the work.

So the price is set by an auction, not by a rate card. When more people want in than there is space for, the price rises. When the network is quiet, it falls. This is why the same transfer can cost a cent on a Sunday and considerably more on a busy weekday.

The differences between chains are enormous

People generalise from Ethereum and conclude crypto is expensive. That has not been the general case for years.

  • Tron is built around cheap, high-volume transfers, which is a large part of why it carries the most stablecoin payment traffic in the world.
  • Solana charges tiny fixed-ish fees and confirms extremely quickly.
  • Ethereum layer-2s such as Base, Optimism and Arbitrum settle to Ethereum but cost a small fraction of it.
  • Ethereum mainnet is the expensive one at busy times, and is usually the wrong choice for routine payments.
  • Bitcoin prices by transaction size in bytes rather than by computation, which is why batching matters so much there.

How a platform makes it smaller

Every provider passes network cost on eventually. The interesting question is how much cost there is to pass.

Two techniques do most of the work. Batching puts many transfers into a single transaction so one fee covers them all rather than one fee each. On Bitcoin and Litecoin, P2TR SegWit makes that batch dramatically smaller in bytes, which is the same as making it cheaper. On Tron, renting energy instead of burning the native token for every transfer cuts the effective cost again.

None of this is visible to a merchant. What is visible is the number at the end of the month.

What to do with this

  • Let the chain follow the customer. Accept on whichever chain they already use rather than forcing them onto yours.
  • Do not judge a provider on the headline percentage alone. A low platform fee with naive, unbatched transfers can cost more in total than a slightly higher one that batches.
  • Expect variability. Network cost is weather, not a contract. Anyone quoting a fixed gas price forever is quoting something they do not control.

Frequently Asked Questions

What is gas in crypto?

Gas is the fee paid to the network for processing a transaction. It compensates the validators who include it in a block, and it is separate from any fee a payment provider charges.

Why do gas fees change?

Block space is limited, so when more people are transacting than there is room for, transactions compete on price. Fees rise with demand and fall when the network is quiet. Nobody sets the price centrally.

Which blockchain has the lowest fees?

Tron, Solana and the Ethereum layer-2s are all inexpensive for ordinary transfers, typically a fraction of a cent to a few cents. Ethereum mainnet is the most expensive of the common chains at busy times.

Does a merchant pay gas on crypto payments?

Yes, gas is a real network cost that every platform ultimately passes on. What differs is how much of it there is: batching transfers into a single transaction and renting network resources on Tron cut the amount payable before anyone is charged.

Related News

Continue exploring the latest updates and insights from our blog.