Crypto

Gas fee

Also calledtransaction fee

A fee paid on networks such as Ethereum to compensate for computation and storage used by a transaction or smart contract call; it is priced in units of gas multiplied by the network’s fee parameters.

What Gas fee means

Gas is the metering unit for work on some blockchains. A transaction that uses more computation or storage consumes more gas, and the final fee depends on how much gas is used and the network’s current pricing rules. On Ethereum, users usually see the total fee before sending the transaction.

Gas fees affect whether and when transactions get included, and how expensive an on-chain action is. They also shape dapp design, because more complex contract interactions usually cost more than simple transfers.

Simplified example: if a transaction uses 21,000 gas units and the effective gas price is 10 gwei, the fee is 210,000 gwei, or 0.00021 ETH. Real wallets may also show base fee and priority fee separately.

Common questions

Who receives the gas fee?+

It depends on the network design. On Ethereum, the base fee is burned and the priority fee goes to the block proposer.

Why do smart contract calls cost more?+

They usually require more computation and storage than a simple token or coin transfer.

Go to the original material.

01ethereum.org — Ethereum fees: what is gas and how to pay less?02ethereum.org — Technical intro to ether