Gas is Ethereum's unit for measuring the computational work required by an operation. A gas fee is the amount paid for that work. In everyday crypto language, people often say “gas” when they mean the fee itself.
How traders use the term
“Gas is high” usually means that submitting an on-chain operation is currently expensive. A wallet may display a maximum estimate before signing and the amount actually charged after execution. The two can differ because the operation uses a particular amount of gas under the network's fee rules.
A transaction that is included but fails during contract execution may still consume gas. The full lifecycle is explained in Blockchain transactions: fees, confirmations, and finality.
Technical limit
Not every blockchain calls its transaction resource “gas” or uses Ethereum's calculation. Paying a higher priority fee may improve the chance of earlier inclusion, but it does not guarantee successful contract execution, finality, or a favourable trade price. Commissions and other trading costs must be recorded separately.
Sources
- Ethereum.org — Gas and fees — gas units, fee components, gas limits, and charges for failed execution.
- Ethereum.org — Transactions — transaction fields, signing, propagation, inclusion, and execution.